Searched refs:file_name (Results 76 - 100 of 138) sorted by relevance

123456

/openbsd-current/gnu/gcc/gcc/
H A Dvmsdbgout.c65 char *file_name; member in struct:dst_file_info_struct
1154 totsize += write_debug_string (file_info_entry.file_name,
1440 lookup_filename (const char *file_name)
1453 if (stat (file_name, &statbuf) == 0)
1475 fnam = full_name (file_name);
1492 fn = file_info_table[last_file_lookup_index].file_name;
1500 fn = file_info_table[i].file_name;
1520 file_info_table[file_info_table_in_use].file_name = xstrdup (fnam);
1438 lookup_filename(const char *file_name) argument
H A Dprofile.c676 /* When passed NULL as file_name, initialize.
680 output_location (char const *file_name, int line,
687 if (!file_name)
694 name_differs = !prev_file_name || strcmp (file_name, prev_file_name);
710 prev_file_name = file_name;
677 output_location(char const *file_name, int line, gcov_position_t *offset, basic_block bb) argument
/openbsd-current/usr.bin/cvs/
H A Dadmin.c225 cvs_log(LP_NOTICE, "Administrating %s", cf->file_name);
233 cf->file_name);
H A Dfile.c241 cf->file_name = xstrdup(f);
471 fatal("cvs_file_walkdir: %s: file size too big", cf->file_name);
666 repo, cf->file_name);
678 cf->file_ent = cvs_ent_get(entlist, cf->file_name);
757 repo, CVS_PATH_ATTIC, cf->file_name, RCS_FILE_EXT);
982 free(cf->file_name);
H A Dimport.c258 cf->file_name, RCS_FILE_EXT);
317 cvs_log(LP_TRACE, "import_new(%s)", cf->file_name);
H A Dremote.c253 cf->file_ent = cvs_ent_get(entlist, cf->file_name);
H A Dtag.c402 "control file for `%s'", cf->file_name);
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-stack.c284 element->file_name[0] = 0;
285 strcat_to_buf (element->file_name, MAX_LOCATOR_ELEMENT_LEN, filename);
/openbsd-current/usr.bin/patch/
H A Dpch.c75 static char *best_name(const struct file_name *, bool);
76 static char *posix_name(const struct file_name *, bool);
255 struct file_name names[MAX_FILE];
381 struct file_name tmp = names[OLD_FILE];
1391 posix_name(const struct file_name *names, bool assume_exists)
1421 compare_names(const struct file_name *names, bool assume_exists)
1468 best_name(const struct file_name *names, bool assume_exists)
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djcf-parse.c1209 char *class_name, *file_name, *class_name_in_zip_dir; local
1228 file_name = ALLOC (zdir->filename_length+1);
1234 strncpy (file_name, class_name_in_zip_dir, zdir->filename_length);
1235 file_name [zdir->filename_length] = '\0';
1249 jcf->filename = file_name;
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py525 file_name = os.path.basename(full_file_name)
529 if utils.has_no_extension(file_name):
531 if not utils.is_valid_single_input_file(file_name):
536 plist_basename = os.path.join(plist_path, file_name)
538 command = f"{prefix}{output_option}'{file_name}'"
540 log_path = os.path.join(fail_path, file_name + ".stderr.txt")
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp1139 lldb::SBError SBProcess::SaveCore(const char *file_name) { argument
1140 LLDB_INSTRUMENT_VA(this, file_name);
1141 return SaveCore(file_name, "", SaveCoreStyle::eSaveCoreFull);
1144 lldb::SBError SBProcess::SaveCore(const char *file_name, argument
1147 LLDB_INSTRUMENT_VA(this, file_name, flavor, core_style);
1164 FileSpec core_file(file_name);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp202 void *MapFileToMemory(const char *file_name, uptr *buff_size) { argument
203 fd_t fd = OpenFile(file_name, RdOnly);
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dcg_print.c1280 if (last && !strcmp (last, symbol_map[index].file_name))
1288 if (!strcmp (symtab.base[index2].name, symbol_map[index].file_name))
1295 printf ("%s\n", symbol_map[index].file_name);
1296 last = symbol_map[index].file_name;
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dcg_print.c1261 if (last && !strcmp (last, symbol_map[index].file_name))
1269 if (!strcmp (symtab.base[index2].name, symbol_map[index].file_name))
1276 printf ("%s\n", symbol_map[index].file_name);
1277 last = symbol_map[index].file_name;
/openbsd-current/gnu/usr.bin/perl/cpan/File-Path/t/
H A DPath.t79 my $file_name = catfile( $tmp_base, 'a', 'delete.me' );
81 if (open OUT, "> $file_name") {
87 diag( "Failed to create file $file_name: $!" );
93 my $count = rmtree($file_name);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h103 Status GetFileLoadAddress(const llvm::StringRef &file_name,
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h94 Status GetFileLoadAddress(const llvm::StringRef &file_name,
H A DNativeProcessWindows.cpp385 NativeProcessWindows::GetFileLoadAddress(const llvm::StringRef &file_name, argument
392 FileSpec file_spec(file_name);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c9549 process_object (char *file_name, FILE *file)
9555 error (_("%s: Failed to read file header\n"), file_name);
9568 printf (_("\nFile: %s\n"), file_name);
9698 process_archive (char *file_name, FILE *file)
9716 error (_("%s: failed to read archive header\n"), file_name);
9728 error (_("%s: failed to skip archive symbol table\n"), file_name);
9738 error (_("%s: failed to read archive header\n"), file_name);
9760 error (_("%s: failed to read string table\n"), file_name);
9775 error (_("%s: failed to read archive header\n"), file_name);
9780 file_name_size = strlen (file_name);
9546 process_object(char *file_name, FILE *file) argument
9695 process_archive(char *file_name, FILE *file) argument
9865 process_file(char *file_name) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c10290 process_object (char *file_name, FILE *file)
10296 error (_("%s: Failed to read file header\n"), file_name);
10309 printf (_("\nFile: %s\n"), file_name);
10390 process_archive (char *file_name, FILE *file)
10408 error (_("%s: failed to read archive header\n"), file_name);
10419 error (_("%s: failed to skip archive symbol table\n"), file_name);
10429 error (_("%s: failed to read archive header\n"), file_name);
10451 error(_("%s: failed to read string table\n"), file_name);
10466 error (_("%s: failed to read archive header\n"), file_name);
10471 file_name_size = strlen (file_name);
10288 process_object(char *file_name, FILE *file) argument
10388 process_archive(char *file_name, FILE *file) argument
10557 process_file(char *file_name) argument
[all...]
/openbsd-current/gnu/llvm/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py64 file_name = "Phab" + self.PhabObjectClass.OBJECT_KIND + "s.pickle"
65 return os.path.join(directory, file_name)
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dsession.h88 extern char *program_name_from_file_name (char *file_name);
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dlisting.c248 file_info (const char *file_name) argument
255 if (strcmp (p->filename, file_name) == 0)
264 p->filename = xstrdup (file_name);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dlisting.c248 file_info (const char *file_name) argument
255 if (strcmp (p->filename, file_name) == 0)
264 p->filename = xstrdup (file_name);

Completed in 318 milliseconds

123456