Home
last modified time | relevance | path

Searched refs:dir_file_exists_p (Results 1 – 20 of 20) sorted by relevance

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dvpath.c465 exists_in_cache = exists = dir_file_exists_p (vpath[i], filename); in selective_vpath_search()
474 exists_in_cache = exists = dir_file_exists_p (name, filename); in selective_vpath_search()
H A Ddir.c943 dir_file_exists_p (const char *dirname, const char *filename) in dir_file_exists_p() function
968 return dir_file_exists_p ("[]", name); in file_exists_p()
984 return dir_file_exists_p (".", name); in file_exists_p()
986 return dir_file_exists_p ("", name); in file_exists_p()
1007 return dir_file_exists_p (dirname, slash + 1); in file_exists_p()
H A Drule.c133 dep->changed = !dir_file_exists_p (name, ""); in count_implicit_rule_limits()
H A Ddir-nt-bird.c107 int dir_file_exists_p(const char *pszDir, const char *pszName) in dir_file_exists_p() function
H A Dmake.h582 int dir_file_exists_p (const char *, const char *);
H A Dmain.c1072 if (dir_file_exists_p (p, search_token)) { in find_and_set_default_shell()
1089 if (p && *p && dir_file_exists_p (p, search_token)) { in find_and_set_default_shell()
H A DChangeLog.1446 (dir_file_exists_p): Ignore directory entries with d_ino==0.
1608 * dir.c (dir_file_exists_p): Check for FILENAME being nil before
1661 * dir.c (dir_file_exists_p): If FILENAME is nil, read in the whole
1664 dir_file_exists_p with nil instead of "".
1720 * dir.c (find_directory, dir_file_exists_p, file_impossible_p): Ditto.
3033 * dir.c (dir_file_exists_p): If FILENAME is "", return 1 if the
3544 * dir.c (find_directory, dir_file_exists_p): Keep track of how many
3879 `dir_file_exists_p (DIR, ".")' and assume that if this returns zero,
3888 (dir_file_exists_p): Read the directory on the fly if its stream is
H A DChangeLog.25051 name arg to dir_file_exists_p to check for existence of directory.
5693 (dir_file_exists_p): Pass it the `contents' member of the dir found.
5696 (dir_file_exists_p, find_directory): Change all callers.
5707 dir_file_exists_p.
5708 (dir_file_exists_p): Just call find_directory+dir_struct_file_exists_p.
5710 dir_file_exists_p call.
5976 (dir_file_exists_p): Use struct dirent instead of struct direct.
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dvpath.c467 exists_in_cache = exists = dir_file_exists_p (vpath[i], filename); in selective_vpath_search()
477 exists_in_cache = exists = dir_file_exists_p (name, filename); in selective_vpath_search()
H A Ddir.c596 dir_file_exists_p (const char *dirname, const char *filename) in dir_file_exists_p() function
621 return dir_file_exists_p (".", name); in file_exists_p()
635 return dir_file_exists_p (dirname, slash); in file_exists_p()
H A Dmake.h376 int dir_file_exists_p (const char *, const char *);
H A Drule.c142 dep->changed = !dir_file_exists_p (name, ""); in snap_implicit_rules()
H A Dmakeint.h547 int dir_file_exists_p (const char *, const char *);
H A Dread.c237 while (*p != 0 && !dir_file_exists_p (current_directory, *p)) in read_all_makefiles()
/dports/devel/gmake/make-4.3/src/
H A Dvpath.c467 exists_in_cache = exists = dir_file_exists_p (vpath[i], filename);
477 exists_in_cache = exists = dir_file_exists_p (name, filename);
H A Ddir.c763 dir_file_exists_p (const char *dirname, const char *filename) in dir_file_exists_p() function
823 return dir_file_exists_p (".", name); in file_exists_p()
825 return dir_file_exists_p ("", name); in file_exists_p()
851 return dir_file_exists_p (dirname, slash); in file_exists_p()
H A Drule.c142 dep->changed = !dir_file_exists_p (name, "");
H A Dmakeint.h559 int dir_file_exists_p (const char *, const char *);
H A Dmakeint.h.orig560 int dir_file_exists_p (const char *, const char *);
/dports/devel/gmake/make-4.3/
H A DChangeLog2113 (dir_file_exists_p): vmsify filename only if directory name has VMS