| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | FileData.cc | 79 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 D | FileData.h | 105 return fileName; in getFileName() 465 char *fileName; // File name
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | FileData.cc | 79 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 D | FileData.h | 105 return fileName; in getFileName() 465 char *fileName; // File name
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | GZipStream.cs | 53 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 D | GZipStream.cs | 53 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 D | GZipStream.cs | 53 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 D | GZipStream.cs | 53 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 D | ModelInjector.cpp | 54 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 D | wrapper.c | 529 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 D | cvs.h | 864 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 D | fake_external.py | 4 def execute(fileName): argument 6 .format(os.path.basename(fileName)));
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | Replace.cs | 104 string fileName = Path.GetFileName( in Error() 109 fileName)); in Error()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | stacktrace.d | 302 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 D | pushback.h | 39 char *fileName; variable
|
| /netbsd-src/sys/arch/sun2/sun2/ |
| H A D | promlib.c | 253 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 D | AppController.h | 29 - (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName;
|
| H A D | AppController.m | 53 - (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/ |
| H A D | intl.cs | 378 public GettextResourceSet (String fileName) in GettextResourceSet() argument 379 : base (fileName) { in GettextResourceSet()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
| H A D | backtrace.d | 503 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 D | backtrace.d | 485 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 D | boot.cpp | 111 wcscpy(args.fileName, pref.kernel_user_file); in setup()
|
| H A D | hpcboot.h | 99 TCHAR fileName[MAX_PATH]; member
|
| /netbsd-src/sys/arch/sun68k/include/ |
| H A D | mon.h | 76 char *fileName; /* File name, points into strings */ member
|
| /netbsd-src/sys/arch/sun3/include/ |
| H A D | mon.h | 76 char *fileName; /* File name, points into strings */ member
|