Home
last modified time | relevance | path

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

123

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DDbeFile.cc241 if (find_file (fnm)) in get_location()
257 find_file (name); in get_location()
275 find_file (name); in get_location()
310 DbeFile::find_file (const char *filename) in find_file() function in DbeFile
351 find_file (nm); in find_package_name()
362 find_file (nm); in find_in_directory()
427 find_file (nm); in find_in_archives()
H A DDbeFile.h75 char *find_file (const char *filename);
/netbsd/external/gpl3/autoconf/dist/bin/
H A Dautoheader.in134 my $config_h_top = find_file ("config.h.top?",
136 my $config_h_bot = find_file ("config.h.bot?",
138 my $acconfig_h = find_file ("acconfig.h?",
H A Dautom4te.in429 my $file = find_file ("$_?", @include);
437 push @argv, find_file ($_, @include);
442 my $file = find_file ($_, @include);
903 my $file = find_file ("$_?", @include);
H A Dautoscan.in170 my $file = find_file ("autoscan/autoscan.list",
/netbsd/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c228 find_file(const char *file, struct strlist *path, int mode) in find_file() function
347 strlist_prepend(&args, find_file(preprocessor, &progdirs, X_OK)); in preprocess_input()
373 strlist_prepend(&args, find_file(compiler, &progdirs, X_OK)); in compile_input()
394 strlist_prepend(&args, find_file(assembler, &progdirs, X_OK)); in assemble_input()
498 find_file(s->value, &crtdirs, R_OK)); in run_linker()
501 find_file(s->value, &crtdirs, R_OK)); in run_linker()
507 strlist_prepend(&linker_flags, find_file(linker, &progdirs, X_OK)); in run_linker()
/netbsd/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c248 static char *find_file(const char *file, struct strlist *path, int mode);
976 printf("%s\n", find_file(fname, &progdirs, X_OK)); in main()
979 printf("%s\n", find_file(fname, &crtdirs, R_OK)); in main()
1163 find_file(const char *file, struct strlist *path, int mode) in find_file() function
1201 find_file(cxxflag ? "cxx0" : "cc0", &progdirs, X_OK)); in compile_input()
1212 find_file(cxxflag ? "cxx1" : "cc1", &progdirs, X_OK)); in compile_input()
1229 find_file(cxxflag ? passxx0 : pass0, &progdirs, X_OK)); in compile_input()
1251 find_file(as, &progdirs, X_OK)); in assemble_input()
1301 strlist_prepend(&args, find_file(passp, &progdirs, X_OK)); in preprocess_input()
1321 strlist_prepend(&linker_flags, find_file(ld, &progdirs, X_OK)); in run_linker()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.h141 extern gfc_unit *find_file (const char *file, gfc_charlen_type file_len);
142 internal_proto(find_file);
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.h141 extern gfc_unit *find_file (const char *file, gfc_charlen_type file_len);
142 internal_proto(find_file);
/netbsd/external/gpl3/autoconf/dist/lib/Autom4te/
H A DFileUtils.pm49 &find_file &mtime
98 sub find_file ($@) subroutine
/netbsd/external/bsd/pcc/dist/pcc/driver/
H A Dprog_ccom.c39 prog = find_file(ccom_name, &progdirs, X_OK); in ccom_exec()
H A Dpath.c74 find_file(const char *file, struct strlist *path, int mode) in find_file() function
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/
H A DLPdir_vms.c150 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc, in LP_find_file()
/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A DLPdir_vms.c150 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc, in LP_find_file()
/netbsd/external/gpl2/groff/dist/src/devices/xditview/
H A Ddevice.c456 FILE *find_file(const char *file, char **result) in find_file() function
535 fp = find_file(buf, result); in open_device_file()
H A DChangeLog137 * device.c (find_file): Remove home directory in search path.
142 (find_file): Construct font path similar to groff: First the contents
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dfileread.h581 find_file(const Dirsearch& dirpath, int* pindex,
H A Dfileread.cc994 Input_file::find_file(const Dirsearch& dirpath, int* pindex, in find_file() function in gold::Input_file
1088 if (!Input_file::find_file(dirpath, pindex, this->input_argument_, in open()
/netbsd/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c350 find_file(char *exec_path, LPOFSTRUCT file_info) in find_file() function
439 exec_handle = find_file(exec_path, &file_info); in process_begin()
/netbsd/external/gpl3/gdb/dist/gold/
H A Dfileread.h593 find_file(const Dirsearch& dirpath, int* pindex,
H A Dfileread.cc997 Input_file::find_file(const Dirsearch& dirpath, int* pindex, in find_file() function in gold::Input_file
1091 if (!Input_file::find_file(dirpath, pindex, this->input_argument_, in open()
/netbsd/external/gpl3/binutils/dist/gold/
H A Dfileread.h593 find_file(const Dirsearch& dirpath, int* pindex,
H A Dfileread.cc1004 Input_file::find_file(const Dirsearch& dirpath, int* pindex, in find_file() function in gold::Input_file
1098 if (!Input_file::find_file(dirpath, pindex, this->input_argument_, in open()
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dfileread.h593 find_file(const Dirsearch& dirpath, int* pindex,
H A Dfileread.cc997 Input_file::find_file(const Dirsearch& dirpath, int* pindex, in find_file() function in gold::Input_file
1091 if (!Input_file::find_file(dirpath, pindex, this->input_argument_, in open()

123