Searched refs:find_file (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.bin/man/
H A Dman.sh166 # Usage: find_file path section subdir pagename
169 find_file() { function
432 if find_file $p $sect $MACHINE "$1"; then
446 if find_file $p $sect $MACHINE_ARCH "$1"; then
459 if find_file $p $sect '' "$1"; then
/freebsd-9.3-release/crypto/openssl/crypto/
H A DLPdir_vms.c131 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc,
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Ddevice.c454 FILE *find_file(const char *file, char **result) function
533 fp = find_file(buf, result);
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c257 static file_info *find_file (const char *, int);
1272 find_file (const char *filename, int do_not_stat)
1386 /* Call find_file to find the file_info record associated with the file
1391 fi_p = find_file (abspath (invocation_filename, filename), 0);
1446 /* Call find_file to find the file_info record associated with the file
1460 def_dec_p->file = find_file (abspath (invocation_filename, filename), is_syscalls);
1260 find_file (const char *filename, int do_not_stat) function
H A Dgcc.c325 static const char *find_file (const char *);
4531 string = find_file (string);
4713 string = find_file (string);
4758 string = find_file (string);
4777 string = find_file (string);
5153 string = find_file (string);
5482 string = find_file (string);
6084 find_file (const char *name)
6503 printf ("%s\n", find_file (print_file_name));
6059 find_file (const char *name) function
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S563 call find_file # Lookup first path item
585 find_file: mov %es:DIR_EXTENT(%bx),%eax # Load extent label

Completed in 135 milliseconds