Searched refs:fileName (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dobjc-gc-3.mm50 - (BOOL)readFromFile:(const char *)fileName ofType:(const char *)type;
54 - (BOOL)readFromFile:(const char *)fileName ofType:(const char *)type {
55 if (_textStorage && fileName) {
62 return (fileName && type);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dobjc-gc-4.m50 - (BOOL)readFromFile:(const char *)fileName ofType:(const char *)type;
54 - (BOOL)readFromFile:(const char *)fileName ofType:(const char *)type {
55 if (_textStorage && fileName) {
62 return (fileName && type);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/html/
H A Dpushback.h39 char *fileName; member in class:pushBackBuffer
H A Dpushback.cpp81 fileName = filename;
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs50 /// <param name="fileName">The name of the compressed file to create</param>
53 public GZipStream(string fileName, CompressLevel level) argument
56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
58 throw new ZLibException(-1, "Could not open " + fileName);
64 /// <param name="fileName">The name of the file to open</param>
66 public GZipStream(string fileName) argument
69 _gzFile = gzopen(fileName, "rb");
71 throw new ZLibException(-1, "Could not open " + fileName);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs50 /// <param name="fileName">The name of the compressed file to create</param>
53 public GZipStream(string fileName, CompressLevel level) argument
56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
58 throw new ZLibException(-1, "Could not open " + fileName);
64 /// <param name="fileName">The name of the file to open</param>
66 public GZipStream(string fileName) argument
69 _gzFile = gzopen(fileName, "rb");
71 throw new ZLibException(-1, "Could not open " + fileName);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-objc-gnustep/
H A DAppController.h29 - (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/compat/
H A Dpathfind.c25 char const* fileName,
93 char const* fileName,
138 if (strcmp( entP->d_name, fileName ) == 0) {
139 char* pzFullName = make_absolute( fileName, colon_unit);
24 pathfind( char const* path, char const* fileName, char const* mode ) argument
92 pathfind( char const* path, char const* fileName, char const* mode ) argument
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dpathfind.c19 char const* fileName,
87 char const* fileName,
132 if (strcmp( entP->d_name, fileName ) == 0) {
133 char* pzFullName = make_absolute( fileName, colon_unit);
18 pathfind( char const* path, char const* fileName, char const* mode ) argument
86 pathfind( char const* path, char const* fileName, char const* mode ) argument
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dwrapper.c527 wrap_tocvs_process_file(const char *fileName) argument
529 WrapperEntry *e=wrap_matching_entry(fileName);
541 args = Xasprintf (e->tocvsFilter, fileName, buf);
550 wrap_merge_is_copy (const char *fileName) argument
552 WrapperEntry *e=wrap_matching_entry(fileName);
560 wrap_fromcvs_process_file(const char *fileName) argument
563 WrapperEntry *e = wrap_matching_entry(fileName);
568 args = Xasprintf (e->fromcvsFilter, fileName);
H A Dcvs.h845 char *wrap_rcsoption (const char *fileName, int asFlag);
846 char *wrap_tocvs_process_file (const char *fileName);
847 int wrap_merge_is_copy (const char *fileName);
848 void wrap_fromcvs_process_file (const char *fileName);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/include/
H A Dmon.h76 char *fileName; /* File name, points into strings */ member in struct:bootparam
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/include/
H A Dmon.h76 char *fileName; /* File name, points into strings */ member in struct:bootparam
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Doldmon.h146 char *fileName; /* File name, points into strings */ member in struct:om_bootparam
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dboot.cpp111 wcscpy(args.fileName, pref.kernel_user_file);
H A Dhpcboot.h99 TCHAR fileName[MAX_PATH]; member in struct:BootSetupArgs
H A Dhpcboot.cpp158 if (!f._file->open(f.args.fileName)) {
/netbsd-6-1-5-RELEASE/sys/arch/sun2/sun2/
H A Dpromlib.c251 return (sunmon_bootparam.fileName);
419 new_bp->fileName += bp_shift;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl-csharp/
H A Dintl.cs374 /// the file with the given <paramref name="fileName"/>. The file should
378 public GettextResourceSet (String fileName) argument
379 : base (fileName) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c2935 char *fileName = (char *)file_table[state_machine_regs.file - 1].name; local
2937 size_t fileNameLength = strlen (fileName);
2944 fileName + fileNameLength - MAX_FILENAME_LENGTH,
2950 strncpy (newFileName, fileName, fileNameLength + 1);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c23845 char fileName[CCHMAXPATH]; local
23847 sprintf(fileName, "%s-lck", pNode->shmBaseName + 10);
23849 fileName[1] = ':';
23851 DosForceDelete(fileName);
[all...]

Completed in 788 milliseconds