Searched refs:dir_file_exists_p (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | vpath.c | 262 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 D | dir.c | 734 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 D | make.h | 439 extern int dir_file_exists_p PARAMS ((char *, char *));
|
H A D | rule.c | 136 dep->changed = !dir_file_exists_p (name, ""); in count_implicit_rule_limits()
|