HomeSort by: relevance | last modified time | path
    Searched refs:file_exists_p (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/sysinst/arch/evbarm/
md.c 255 if (file_exists_p(kernelbin)) {
  /src/external/gpl2/gmake/dist/
ar.c 101 if (arfile == 0 && file_exists_p (arname))
make.h 441 extern int file_exists_p PARAMS ((char *));
implicit.c 703 || file_exists_p (name))
973 file_exists_p cannot pick it up yet. */
dir.c 748 file_exists_p (char *name)
743 file_exists_p (char *name) function
function.c 381 if (file_exists_p (name))
main.c 776 } else if (file_exists_p(search_token)) {
read.c 234 while (*p != 0 && !file_exists_p (*p))
  /src/usr.sbin/sysinst/
defs.h 863 int file_exists_p(const char *);
disks.c 1973 if (file_exists_p(devdev))
1978 if (file_exists_p(devdev))
2006 if (!file_exists_p(devdev))
2026 if (!file_exists_p(devdev))
util.c 263 file_exists_p(const char *path) function
1014 if (!file_exists_p(path)) {
1026 if (!file_exists_p(path)) {

Completed in 25 milliseconds