代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/134896/13971307
log ref.log
%%[ Warning: NewCenturySchlbk-Italic not found, using Font Substitution. Font cannot be embedded.]%%
%%[ Warning: NewCenturySchlbk-Bold not found, using Font Substitution. Font cannot be embedded.]%%
www.eeworm.com/read/100071/15886626
c mkdfiler.c
/* --------------------------------------------------------------------
Project: HP200LX FILER PROTOCOL (CLIENT) COMMUNICATIONS FOR PAL
Module: MKDFILER.C
Author: Harry Konstas
Start
www.eeworm.com/read/130382/5958640
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by PGPtray.rc
//
#define IDS_PGPNET 1
#define IDS_PGPTOOLS 2
#define I
www.eeworm.com/read/391748/8380306
c unlinkdir.c
/* unlinkdir.c - determine (and maybe change) whether we can unlink directories
Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This program is free software: you can redistribute it a
www.eeworm.com/read/192259/8391114
c seek.c
#include
#include "ourhdr.h"
int
main(void)
{
if (lseek(STDIN_FILENO, 0, SEEK_CUR) == -1)
printf("cannot seek\n");
else
printf("seek OK\n");
exit(0);
}