| /src/external/bsd/pcc/dist/pcc/driver/ |
| prog_ccom.c | 39 prog = find_file(ccom_name, &progdirs, X_OK);
|
| path.c | 74 find_file(const char *file, struct strlist *path, int mode) function
|
| /src/external/gpl3/autoconf/dist/bin/ |
| autoheader.in | 134 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?",
|
| autom4te.in | 416 # files, so we use `find_file' here. Try to get a canonical name, 418 # (also handled by `find_file'). 428 # Frozen files are optional => pass a `?' to `find_file'. 429 my $file = find_file ("$_?", @include); 437 push @argv, find_file ($_, @include); 442 my $file = find_file ($_, @include); 903 my $file = find_file ("$_?", @include);
|
| autoscan.in | 170 my $file = find_file ("autoscan/autoscan.list",
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeFile.h | 75 char *find_file (const char *filename);
|
| DbeFile.cc | 241 if (find_file (fnm)) 257 find_file (name); 275 find_file (name); 310 DbeFile::find_file (const char *filename) function in class:DbeFile 351 find_file (nm); 362 find_file (nm); 427 find_file (nm);
|
| Elf.cc | 631 find_file (char *(bfd_func) (bfd *, const char *), bfd *abfd) function 651 fnm = find_file (bfd_follow_gnu_debuglink, abfd); 662 fnm = find_file (bfd_follow_gnu_debugaltlink, abfd);
|
| gp-display-src.cc | 670 if (NULL == lo->dbeFile->find_file (lo->dbeFile->get_name ()))
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DbeFile.h | 75 char *find_file (const char *filename);
|
| DbeFile.cc | 241 if (find_file (fnm)) 257 find_file (name); 275 find_file (name); 310 DbeFile::find_file (const char *filename) function in class:DbeFile 351 find_file (nm); 362 find_file (nm); 427 find_file (nm);
|
| Elf.cc | 631 find_file (char *(bfd_func) (bfd *, const char *), bfd *abfd) function 651 fnm = find_file (bfd_follow_gnu_debuglink, abfd); 662 fnm = find_file (bfd_follow_gnu_debugaltlink, abfd);
|
| gp-display-src.cc | 670 if (NULL == lo->dbeFile->find_file (lo->dbeFile->get_name ()))
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| unix.h | 141 extern gfc_unit *find_file (const char *file, gfc_charlen_type file_len); 142 internal_proto(find_file); variable
|
| inquire.c | 821 u = find_file (iqp->file, iqp->file_len);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| unix.h | 141 extern gfc_unit *find_file (const char *file, gfc_charlen_type file_len); 142 internal_proto(find_file); variable
|
| inquire.c | 821 u = find_file (iqp->file, iqp->file_len);
|
| /src/external/bsd/pcc/dist/pcc/cc/driver/ |
| driver.c | 228 find_file(const char *file, struct strlist *path, int mode) function 347 strlist_prepend(&args, find_file(preprocessor, &progdirs, X_OK)); 373 strlist_prepend(&args, find_file(compiler, &progdirs, X_OK)); 394 strlist_prepend(&args, find_file(assembler, &progdirs, X_OK)); 498 find_file(s->value, &crtdirs, R_OK)); 501 find_file(s->value, &crtdirs, R_OK)); 507 strlist_prepend(&linker_flags, find_file(linker, &progdirs, X_OK));
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| FileUtils.pm | 49 &find_file &mtime 82 =item C<find_file ($file_name, @include)> 96 # find_file ($FILE_NAME, @INCLUDE) 98 sub find_file ($@) subroutine
|
| /src/external/bsd/pcc/dist/pcc/cc/cc/ |
| cc.c | 248 static char *find_file(const char *file, struct strlist *path, int mode); 976 printf("%s\n", find_file(fname, &progdirs, X_OK)); 979 printf("%s\n", find_file(fname, &crtdirs, R_OK)); 1163 find_file(const char *file, struct strlist *path, int mode) function 1201 find_file(cxxflag ? "cxx0" : "cc0", &progdirs, X_OK)); 1212 find_file(cxxflag ? "cxx1" : "cc1", &progdirs, X_OK)); 1229 find_file(cxxflag ? passxx0 : pass0, &progdirs, X_OK)); 1251 find_file(as, &progdirs, X_OK)); 1301 strlist_prepend(&args, find_file(passp, &progdirs, X_OK)); 1321 strlist_prepend(&linker_flags, find_file(ld, &progdirs, X_OK)) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| LPdir_vms.c | 150 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc,
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| LPdir_vms.c | 150 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| LPdir_vms.c | 150 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc,
|
| /src/external/gpl2/groff/dist/src/devices/xditview/ |
| device.c | 456 FILE *find_file(const char *file, char **result) function 535 fp = find_file(buf, result);
|
| /src/external/gpl2/gmake/dist/w32/subproc/ |
| sub_proc.c | 350 find_file(char *exec_path, LPOFSTRUCT file_info) function 439 exec_handle = find_file(exec_path, &file_info);
|