Home
last modified time | relevance | path

Searched refs:fileName (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFileData.cc79 fileName = dbe_strdup (fName); in FileData()
91 fileName = dbe_strdup (fData->fileName); in FileData()
162 free (fileName); in ~FileData()
206 if (!streq (fileName, NTXT ("<Total>"))) in get_name()
209 return dbe_sprintf (GTXT ("%s (IOVFD=%lld, FD=%d)"), fileName, in get_name()
211 return dbe_sprintf (GTXT ("%s (IOVFD=%lld)"), fileName, in get_name()
215 return fileName; in get_name()
219 if (!streq (fileName, NTXT ("<Total>"))) in get_name()
222 return dbe_sprintf (GTXT ("%s (FS=%s)"), fileName, fsType); in get_name()
223 return fileName; in get_name()
[all …]
H A DFileData.h105 return fileName; in getFileName()
465 char *fileName; // File name
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFileData.cc79 fileName = dbe_strdup (fName); in FileData()
91 fileName = dbe_strdup (fData->fileName); in FileData()
162 free (fileName); in ~FileData()
206 if (!streq (fileName, NTXT ("<Total>"))) in get_name()
209 return dbe_sprintf (GTXT ("%s (IOVFD=%lld, FD=%d)"), fileName, in get_name()
211 return dbe_sprintf (GTXT ("%s (IOVFD=%lld)"), fileName, in get_name()
215 return fileName; in get_name()
219 if (!streq (fileName, NTXT ("<Total>"))) in get_name()
222 return dbe_sprintf (GTXT ("%s (FS=%s)"), fileName, fsType); in get_name()
223 return fileName; in get_name()
[all …]
H A DFileData.h105 return fileName; in getFileName()
465 char *fileName; // File name
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs53 public GZipStream(string fileName, CompressLevel level) in GZipStream() argument
56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level)); in GZipStream()
58 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
66 public GZipStream(string fileName) in GZipStream() argument
69 _gzFile = gzopen(fileName, "rb"); in GZipStream()
71 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs53 public GZipStream(string fileName, CompressLevel level) in GZipStream() argument
56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level)); in GZipStream()
58 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
66 public GZipStream(string fileName) in GZipStream() argument
69 _gzFile = gzopen(fileName, "rb"); in GZipStream()
71 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs53 public GZipStream(string fileName, CompressLevel level) in GZipStream() argument
56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level)); in GZipStream()
58 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
66 public GZipStream(string fileName) in GZipStream() argument
69 _gzFile = gzopen(fileName, "rb"); in GZipStream()
71 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs53 public GZipStream(string fileName, CompressLevel level) in GZipStream() argument
56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level)); in GZipStream()
58 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
66 public GZipStream(string fileName) in GZipStream() argument
69 _gzFile = gzopen(fileName, "rb"); in GZipStream()
71 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp54 llvm::SmallString<128> fileName; in onBodySynthesis() local
57 fileName = in onBodySynthesis()
60 fileName = llvm::StringRef(D->getName().str() + ".model"); in onBodySynthesis()
62 if (!llvm::sys::fs::exists(fileName.str())) { in onBodySynthesis()
72 FrontendOpts.Inputs.emplace_back(fileName, IK); in onBodySynthesis()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dwrapper.c529 wrap_tocvs_process_file(const char *fileName) in wrap_tocvs_process_file() argument
531 WrapperEntry *e=wrap_matching_entry(fileName); in wrap_tocvs_process_file()
543 args = Xasprintf (e->tocvsFilter, fileName, buf); in wrap_tocvs_process_file()
552 wrap_merge_is_copy (const char *fileName) in wrap_merge_is_copy() argument
554 WrapperEntry *e=wrap_matching_entry(fileName); in wrap_merge_is_copy()
562 wrap_fromcvs_process_file(const char *fileName) in wrap_fromcvs_process_file() argument
565 WrapperEntry *e = wrap_matching_entry(fileName); in wrap_fromcvs_process_file()
570 args = Xasprintf (e->fromcvsFilter, fileName); in wrap_fromcvs_process_file()
H A Dcvs.h864 char *wrap_rcsoption (const char *fileName, int asFlag);
865 char *wrap_tocvs_process_file (const char *fileName);
866 int wrap_merge_is_copy (const char *fileName);
867 void wrap_fromcvs_process_file (const char *fileName);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/fake-externals/
H A Dfake_external.py4 def execute(fileName): argument
6 .format(os.path.basename(fileName)));
/netbsd-src/external/public-domain/sqlite/dist/
H A DReplace.cs104 string fileName = Path.GetFileName( in Error()
109 fileName)); in Error()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dstacktrace.d302 const scope char* fileName, uint lineNum) in formatStackFrame() argument
309 res ~= fileName[0 .. strlen(fileName)]; in formatStackFrame()
/netbsd-src/external/gpl2/groff/dist/src/preproc/html/
H A Dpushback.h39 char *fileName; variable
/netbsd-src/sys/arch/sun2/sun2/
H A Dpromlib.c253 return (sunmon_bootparam.fileName); in prom_getbootfile()
421 new_bp->fileName += bp_shift; in prom_init()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
H A DAppController.h29 - (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName;
H A DAppController.m53 - (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs378 public GettextResourceSet (String fileName) in GettextResourceSet() argument
379 : base (fileName) { in GettextResourceSet()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d503 const(char)* funcName, fileName;
532 if (sym.fileName is null)
535 appendToBuffer("%s:%d ", sym.fileName, sym.line);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d485 const(char)* funcName, fileName;
514 if (sym.fileName is null)
517 appendToBuffer("%s:%d ", sym.fileName, sym.line);
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dboot.cpp111 wcscpy(args.fileName, pref.kernel_user_file); in setup()
H A Dhpcboot.h99 TCHAR fileName[MAX_PATH]; member
/netbsd-src/sys/arch/sun68k/include/
H A Dmon.h76 char *fileName; /* File name, points into strings */ member
/netbsd-src/sys/arch/sun3/include/
H A Dmon.h76 char *fileName; /* File name, points into strings */ member

12