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

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c228 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));
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c134 static char *find_file(const char *, int);
1188 av[j++] = find_file(startfiles_S[i], R_OK);
1196 av[j++] = find_file(crt0file_profile, R_OK);
1201 av[j++] = find_file(crt0file, R_OK);
1207 av[j++] = find_file(startfiles_T[i], R_OK);
1213 av[j++] = find_file(startfiles[i], R_OK);
1255 av[j++] = find_file(libclibs_profile[i], R_OK);
1260 av[j++] = find_file(libclibs[i], R_OK);
1267 av[j++] = find_file(endfiles_S[i], R_OK);
1274 av[j++] = find_file(endfiles_
1377 find_file(const char *base, int mode) function
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A DLPdir_vms.c140 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc,
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/xditview/
H A Ddevice.c456 FILE *find_file(const char *file, char **result) function
535 fp = find_file(buf, result);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dfileread.h571 find_file(const Dirsearch& dirpath, int* pindex,
H A Dfileread.cc891 Input_file::find_file(const Dirsearch& dirpath, int* pindex, function in class:gold::Input_file
991 if (!Input_file::find_file(dirpath, pindex, this->input_argument_,
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/w32/subproc/
H A Dsub_proc.c318 find_file(char *exec_path, LPOFSTRUCT file_info) function
407 exec_handle = find_file(exec_path, &file_info);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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.c321 static const char *find_file (const char *);
4344 string = find_file (string);
4579 string = find_file (string);
4624 string = find_file (string);
4643 string = find_file (string);
5005 string = find_file (string);
5334 string = find_file (string);
5945 find_file (const char *name)
6381 printf ("%s\n", find_file (print_file_name));
5920 find_file (const char *name) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgcc.c370 static const char *find_file (const char *);
4807 string = find_file (string);
6624 find_file (const char *name)
7205 printf ("%s\n", find_file (print_file_name));
6599 find_file (const char *name) function

Completed in 229 milliseconds