HomeSort by: relevance | last modified time | path
    Searched defs:find_file (Results 1 - 16 of 16) sorted by relevancy

  /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/driver/
path.c 74 find_file(const char *file, struct strlist *path, int mode) function
  /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/gpl3/binutils/dist/gprofng/src/
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);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
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);
  /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
unix.c 1707 /* find_file0()-- Recursive work function for find_file() */
1752 /* find_file()-- Take the current filename and see if there is a unit
1756 find_file (const char *file, gfc_charlen_type file_len) function
  /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
unix.c 1708 /* find_file0()-- Recursive work function for find_file() */
1753 /* find_file()-- Take the current filename and see if there is a unit
1757 find_file (const char *file, gfc_charlen_type file_len) function
  /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/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);
  /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/external/gpl3/gcc/dist/gcc/
gcc.cc 416 static const char *find_file (const char *);
5760 string = find_file (string);
8071 find_file (const char *name)
8831 printf ("%s\n", find_file (print_file_name));
10672 the file found through find_file, that is the -print-file-name gcc
10682 file = find_file (argv[0]);
10688 by the -iplugindir=<dir> option. `dir' is found through find_file, that
10698 option = concat ("-iplugindir=", find_file ("plugin"), NULL);
11077 When the FILE is found by find_file, return OPTION=path_to_file. */
8046 find_file (const char *name) function
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 403 static const char *find_file (const char *);
5674 string = find_file (string);
7945 find_file (const char *name)
8704 printf ("%s\n", find_file (print_file_name));
10530 the file found through find_file, that is the -print-file-name gcc
10540 file = find_file (argv[0]);
10546 by the -iplugindir=<dir> option. `dir' is found through find_file, that
10556 option = concat ("-iplugindir=", find_file ("plugin"), NULL);
10935 When the FILE is found by find_file, return OPTION=path_to_file. */
7920 find_file (const char *name) function

Completed in 113 milliseconds