Searched refs:file_name (Results 51 - 75 of 105) sorted by relevance

12345

/freebsd-11-stable/contrib/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
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-stack.c284 element->file_name[0] = 0;
285 strcat_to_buf (element->file_name, MAX_LOCATOR_ELEMENT_LEN, filename);
/freebsd-11-stable/usr.bin/finger/
H A Dlprint.c293 show_text(const char *directory, const char *file_name, const char *header) argument
303 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", directory, file_name);
/freebsd-11-stable/usr.bin/patch/
H A Dpch.c80 static char *best_name(const struct file_name *, bool);
81 static char *posix_name(const struct file_name *, bool);
246 p4_fetchname(struct file_name *name, char *str)
276 struct file_name names[MAX_FILE];
409 struct file_name tmp = names[OLD_FILE];
1533 posix_name(const struct file_name *names, bool assume_exists)
1563 compare_names(const struct file_name *names, bool assume_exists)
1607 best_name(const struct file_name *names, bool assume_exists)
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa.c549 opensm_dump_to_file(osm_opensm_t * p_osm, const char *file_name, argument
558 p_osm->subn.opt.dump_files_dir, file_name);
1077 file_name, lineno, (name)); \
1086 "after \"%s\"\n", file_name, lineno, (name)); \
1111 char *file_name; local
1125 file_name = p_osm->subn.opt.sa_db_file;
1126 if (!file_name) {
1132 file = fopen(file_name, "r");
1136 file_name);
1142 file_name);
[all...]
H A Dosm_dump.c668 void osm_dump_qmap_to_file(osm_opensm_t * p_osm, const char *file_name, argument
677 p_osm->subn.opt.dump_files_dir, file_name);
H A Dosm_subnet.c2166 int osm_subn_parse_conf_file(const char *file_name, osm_subn_opt_t * p_opts) argument
2175 opts_file = fopen(file_name, "r");
2180 file_name, strerror(errno));
2184 printf(" Reading Cached Option File: %s\n", file_name);
2186 p_opts->config_file = file_name;
3011 int osm_subn_write_conf_file(char *file_name, IN osm_subn_opt_t * p_opts) argument
3015 opts_file = fopen(file_name, "w");
3018 file_name, strerror(errno));
H A Dosm_prtn_config.c762 const char *file_name)
771 file = fopen(file_name, "r");
775 file_name, strerror(errno));
761 osm_prtn_config_parse_file(osm_log_t * p_log, osm_subn_t * p_subn, const char *file_name) argument
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_main.c364 file_name(const char *file, const char *ext) function
784 svcname = file_name(cmd->infile, "_svc.c");
785 clntname = file_name(cmd->infile, "_clnt.c");
786 xdrname = file_name(cmd->infile, "_xdr.c");
787 hdrname = file_name(cmd->infile, ".h");
/freebsd-11-stable/contrib/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);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp192 void *MapFileToMemory(const char *file_name, uptr *buff_size) { argument
193 fd_t fd = OpenFile(file_name, RdOnly);
H A Dsanitizer_fuchsia.cpp402 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, argument
405 zx_status_t status = __sanitizer_get_configuration(file_name, &vmo);
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg.h225 /* file_name matches Linux cxgb4 debugfs entry names. */
226 struct el {char *name; char *file_name; int bit; u32 flag; }; member in struct:el
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h106 Status GetFileLoadAddress(const llvm::StringRef &file_name,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h364 lldb::SBError SaveCore(const char *file_name);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ioctl.c736 char file_name[256] = {0}; local
743 rc = sysctl_handle_string(oidp, file_name, sizeof(file_name), req);
747 fw = firmware_get(file_name);
750 "Make sure %s is copied to /boot/modules\n", file_name);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c9569 process_object (char *file_name, FILE *file)
9575 error (_("%s: Failed to read file header\n"), file_name);
9588 printf (_("\nFile: %s\n"), file_name);
9718 process_archive (char *file_name, FILE *file)
9736 error (_("%s: failed to read archive header\n"), file_name);
9747 error (_("%s: failed to skip archive symbol table\n"), file_name);
9757 error (_("%s: failed to read archive header\n"), file_name);
9779 error (_("%s: failed to read string table\n"), file_name);
9794 error (_("%s: failed to read archive header\n"), file_name);
9799 file_name_size = strlen (file_name);
9566 process_object(char *file_name, FILE *file) argument
9715 process_archive(char *file_name, FILE *file) argument
9884 process_file(char *file_name) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp644 ConstString file_name = GetModule()->GetFileSpec().GetFilename(); local
646 file_name.GetCString());
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i398 SaveCore(const char *file_name);
/freebsd-11-stable/contrib/gperf/src/
H A Doutput.cc480 const char *file_name = option.get_input_file_name (); local
481 if (file_name != NULL)
484 output_string (file_name, strlen (file_name));
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h1606 int osm_subn_write_conf_file(char *file_name, IN osm_subn_opt_t * p_opt);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h253 virtual Status GetFileLoadAddress(const llvm::StringRef &file_name,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c334 const char * file_name = strrchr(path, '/'); local
335 const char * extension = file_name ? strrchr(file_name, '.') : NULL;
337 if (extension == NULL || extension == file_name + 1)
/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_target.c104 char *file_name; local
213 file_name = argv[1];
227 file_fd = open(file_name, O_RDWR);

Completed in 393 milliseconds

12345