Home
last modified time | relevance | path

Searched refs:find_file (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/usr.bin/man/
Dman.sh169 find_file() { function
435 if find_file $p $sect $MACHINE "$1"; then
449 if find_file $p $sect $MACHINE_ARCH "$1"; then
462 if find_file $p $sect '' "$1"; then
/freebsd-10-stable/contrib/groff/src/devices/xditview/
Ddevice.c454 FILE *find_file(const char *file, char **result) in find_file() function
533 fp = find_file(buf, result); in open_device_file()
DChangeLog137 * device.c (find_file): Remove home directory in search path.
142 (find_file): Construct font path similar to groff: First the contents
/freebsd-10-stable/contrib/gcc/
Dgcc.c325 static const char *find_file (const char *);
4509 string = find_file (string); in do_spec_2()
4691 string = find_file (string); in do_spec_1()
4736 string = find_file (string); in do_spec_1()
4755 string = find_file (string); in do_spec_1()
5131 string = find_file (string); in do_spec_1()
5460 string = find_file (string); in do_spec_1()
6059 find_file (const char *name) in find_file() function
6477 printf ("%s\n", find_file (print_file_name)); in main()
Dprotoize.c257 static file_info *find_file (const char *, int);
1260 find_file (const char *filename, int do_not_stat) in find_file() function
1378 fi_p = find_file (abspath (invocation_filename, filename), 0); in referenced_file_is_newer()
1446 def_dec_p->file = find_file (abspath (invocation_filename, filename), is_syscalls); in save_def_or_dec()
DFSFChangeLog878 (find_file, aux_info_corrupted, save_def_or_dec): Likewise.
2089 * protoize.c (safe_write, find_file, process_aux_info_file): Likewise.
DChangeLog-19998102 add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
8107 default_syscalls_dir, string_list, string_list_cons, find_file,
17981 delete_if_ordinary, handle_braces, do_spec, do_spec_1, find_file,
DChangeLog-20036962 (find_file): Made non-static and renamed to _cpp_find_file.
11983 (find_file): Add new file structures to the all_files list.
11998 (find_file, open_file_failed, read_file_guts): Report errors
DChangeLog-200110805 * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat.
DChangeLog-20025676 (find_file): Likewise. Don't prefix name with multilib_dir, instead
DChangeLog-20051059 (find_file): Adjust for find_a_file changes.
/freebsd-10-stable/sys/boot/pc98/cdboot/
Dcdboot.S560 call find_file # Lookup first path item
582 find_file: mov %es:DIR_EXTENT(%bx),%eax # Load extent label
/freebsd-10-stable/contrib/gcc/cp/
DChangeLog-19995830 * xref.c (_XREF_FILE, find_file, filename, fctname, declname,
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-92952537 (find_file): Remove redundant pointer checks in first two loops;