Searched refs:opendir (Results 1 – 16 of 16) sorted by relevance
52 DIR *opendir(const char *);
70 extern DIR *opendir PARAMS (());
180 dir = opendir (name); in vmsstat_dir()550 ENULLLOOP (dc->dirstream, opendir (name)); in find_directory()661 dir->dirstream = opendir(dir->path_key); in dir_contents_file_exists_p()
35 opendir (char *dspec) in opendir() function
373 /* VMS specific, V7.0 has opendir() and friends, so it's undefined */374 /* If you want to use non-VMS code for opendir() etc. on V7.0 and greater376 non-VMS versions linked: (prefix=(all,except=(opendir,... */
164 Usage of opendir() and friends, suppress file version. Modifications in dir.c.
220 * dir.c (dir_contents_file_exists_p): Don't opendir if the1749 (find_directory): Use ENULLLOOP() to wrap opendir().
158 dir = opendir(path); in td_ta_new()331 dir = opendir(path); in td_ta_thr_iter()
167 dir = opendir(path); in td_ta_new()380 dir = opendir(path); in td_ta_thr_iter()
155 dir = opendir(path); in td_ta_new()367 dir = opendir(path); in td_ta_thr_iter()
28 opendir(const char* pDirName) in opendir() function
101 DIR *dp = opendir(mWorkingDir.c_str()); in getBitcodeFiles()
145 DIR* d = opendir(path_); in ~TempDirectory()
248 # define opendir(name) __opendir (name) macro1290 : (__ptr_t) opendir (directory));
6552 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.6554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&56555 $as_echo_n "checking for library containing opendir... " >&6; }6569 char opendir ();6573 return opendir ();6611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&56612 $as_echo_n "checking for library containing opendir... " >&6; }6626 char opendir ();6630 return opendir ();7828 return closedir (opendir (".")) != 0;
24141 char opendir ();24145 return opendir ();24229 char opendir ();24233 return opendir ();