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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dxref.c125 static XREF_FILE find_file PROTO((const char *));
160 xf = find_file (input_filename);
197 xf = find_file (name);
236 xf = find_file (input_filename);
266 xf = find_file (input_filename);
311 xf = find_file (input_filename);
332 xf = find_file (input_filename);
399 xf1 = find_file (decl->decl.filename);
443 xf = find_file (input_filename);
469 xf = find_file (input_filenam
654 find_file(name) function
[all...]
/haiku-buildtools/autoconf/bin/
H A Dautoheader.in133 my $config_h_top = find_file ("config.h.top?",
135 my $config_h_bot = find_file ("config.h.bot?",
137 my $acconfig_h = find_file ("acconfig.h?",
H A Dautom4te.in414 # files, so we use `find_file' here. Try to get a canonical name,
416 # (also handled by `find_file').
422 # Frozen files are optional => pass a `?' to `find_file'.
423 my $file = find_file ("$_?", @include);
431 push @argv, find_file ($_, @include);
436 my $file = find_file ($_, @include);
887 my $file = find_file ("$_?", @include);
H A Dautoscan.in169 my $file = find_file ("autoscan/autoscan.list",
/haiku-buildtools/autoconf/lib/Autom4te/
H A DFileUtils.pm50 &find_file &mtime
55 =item C<find_file ($file_name, @include)>
69 # find_file ($FILE_NAME, @INCLUDE)
71 sub find_file ($@) subroutine
/haiku-buildtools/gcc/gcc/ada/
H A Dgnathtml.pl454 sub find_file subroutine
548 open (ALI, &find_file ($filename)) || do {
549 print "no ", &find_file ($filename), " file...\n";
713 $found = &find_file ($filename);
/haiku-buildtools/binutils/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, function in class:gold::Input_file
1088 if (!Input_file::find_file(dirpath, pindex, this->input_argument_,
/haiku-buildtools/libtool/libltdl/
H A Dltdl.c2180 static FILE *find_file LT_PARAMS((const char *search_path,
2783 find_file (search_path, base_name, pdir)
3195 file = find_file (user_search_path, base_name, &dir);
3202 file = find_file (search_path, base_name, &dir);
3210 file = find_file (search_path, base_name, &dir);
3216 file = find_file (sys_search_path, base_name, &dir);
2768 find_file (search_path, base_name, pdir) function
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcc.c206 static const char *find_file PROTO((const char *));
3511 string = find_file (string);
3559 string = find_file (string);
3578 string = find_file (string);
4639 find_file (name) function
5024 printf ("%s\n", find_file (print_file_name));
H A Dprotoize.c1465 find_file (filename, do_not_stat)
1581 /* Call find_file to find the file_info record associated with the file
1586 fi_p = find_file (abspath (invocation_filename, filename), 0);
1639 /* Call find_file to find the file_info record associated with the file
1653 def_dec_p->file = find_file (abspath (invocation_filename, filename), is_syscalls);
1452 find_file (filename, do_not_stat) function
/haiku-buildtools/gcc/gcc/
H A Dgcc.c233 static const char *find_file (const char *);
4485 string = find_file (string);
6706 find_file (const char *name)
7434 printf ("%s\n", find_file (print_file_name));
9100 the file found through find_file, that is the -print-file-name gcc
9110 file = find_file (argv[0]);
9116 by the -iplugindir=<dir> option. `dir' is found through find_file, that
9126 option = concat ("-iplugindir=", find_file ("plugin"), NULL);
6683 find_file (const char *name) function

Completed in 229 milliseconds