Home
last modified time | relevance | path

Searched refs:dir_contents_file_exists_p (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Ddir.c414 static int dir_contents_file_exists_p PARAMS ((struct directory_contents *dir, char *filename));
564 (void) dir_contents_file_exists_p (dc, (char *) 0); in find_directory()
580 dir_contents_file_exists_p (struct directory_contents *dir, char *filename) in dir_contents_file_exists_p() function
736 return dir_contents_file_exists_p (find_directory (dirname)->contents, in dir_file_exists_p()
1112 (void) dir_contents_file_exists_p (dir->contents, (char *) 0); in open_dirstream()
DChangeLog220 * dir.c (dir_contents_file_exists_p): Don't opendir if the
277 * dir.c (dir_contents_file_exists_p) [WINDOWS32]: Make sure
1750 (dir_contents_file_exists_p): Use ENULLLOOP() to wrap readdir().
2050 (dir_contents_file_exists_p): Remove variables made unused by new
2100 (dir_contents_file_exists_p): Likewise.