/src/usr.bin/patch/ |
pch.h | 38 struct file_name { struct
|
pch.c | 83 static char *best_name(const struct file_name *, bool); 84 static char *posix_name(const struct file_name *, bool); 261 struct file_name names[MAX_FILE]; 376 struct file_name tmp = names[OLD_FILE]; 1483 posix_name(const struct file_name *names, bool assume_exists) 1526 best_name(const struct file_name *names, bool assume_exists)
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/ |
asan_symbolize.py | 30 def fix_filename(file_name): 33 file_name = re.sub('.*' + path_to_cut, '', file_name) 34 file_name = re.sub('.*asan_[a-z_]*.cc:[0-9]*', '_asan_rtl_', file_name) 35 file_name = re.sub('.*crtstuff.c:0', '???:0', file_name) 36 return file_name 116 file_name = self.pipe.stdout.readline().rstrip() 117 file_name = fix_filename(file_name [all...] |
/src/sys/dev/microcode/aic7xxx/ |
aicasm.h | 90 void include_file(char *file_name, include_type type);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_file.cc | 96 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, 111 fd_t fd = OpenFile(file_name, RdOnly, errno_p); 140 bool ReadFileToVector(const char *file_name, 147 fd_t fd = OpenFile(file_name, RdOnly, errno_p);
|
sanitizer_file.h | 102 void *MapFileToMemory(const char *file_name, uptr *buff_size);
|
sanitizer_posix.cc | 199 void *MapFileToMemory(const char *file_name, uptr *buff_size) { 200 fd_t fd = OpenFile(file_name, RdOnly);
|
sanitizer_fuchsia.cc | 396 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, 399 zx_status_t status = __sanitizer_get_configuration(file_name, &vmo);
|
sanitizer_common.h | 643 // Opens the file 'file_name" and reads up to 'max_len' bytes. 646 bool ReadFileToVector(const char *file_name, 650 // Opens the file 'file_name" and reads up to 'max_len' bytes. 658 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size,
|
sanitizer_win.cc | 360 void *MapFileToMemory(const char *file_name, uptr *buff_size) {
|
/src/sys/arch/emips/stand/common/ |
boot.c | 262 char file_name[PATH_MAX]; local in function:devcanon 322 strcpy(file_name, (*cp) ? cp : kernelnames[0]); 324 ctlr + '0', device_name, unit + '0', part + '0', file_name);
|
/src/usr.bin/finger/ |
lprint.c | 329 show_text(const char *directory, const char *file_name, const char *header) 338 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", directory, file_name);
|
/src/usr.sbin/installboot/ |
evboards.c | 1650 const char *file_name = evb_ubstep_get_file_name(params, step); local in function:evb_uboot_file_path 1652 if (base_path == NULL || file_name == NULL) 1655 return make_path(buf, bufsize, "%s/%s", base_path, file_name);
|
/src/usr.sbin/inetd/ |
parse.c | 1216 prepare_next_config(const char *file_name) 1219 CONFIG = file_name;
|