Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Dvpath.c262 if (dir_file_exists_p (v, "")) in construct_vpath_list()
497 exists_in_cache = exists = dir_file_exists_p (vpath[i], filename); in selective_vpath_search()
506 exists_in_cache = exists = dir_file_exists_p (name, filename); in selective_vpath_search()
H A Ddir.c734 dir_file_exists_p (char *dirname, char *filename) in dir_file_exists_p() function
759 return dir_file_exists_p ("[]", name); in file_exists_p()
775 return dir_file_exists_p (".", name); in file_exists_p()
777 return dir_file_exists_p ("", name); in file_exists_p()
796 return dir_file_exists_p (dirname, slash + 1); in file_exists_p()
H A Dmake.h439 extern int dir_file_exists_p PARAMS ((char *, char *));
H A Drule.c136 dep->changed = !dir_file_exists_p (name, ""); in count_implicit_rule_limits()