Home
last modified time | relevance | path

Searched refs:closedir (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/host-tools/make-3.81/w32/include/
Ddirent.h55 void closedir(DIR *);
/ndk/sources/host-tools/make-3.81/
Dvmsdir.h73 extern int closedir PARAMS ((DIR *dfd));
Dvmsfunctions.c117 closedir (DIR *dir) in closedir() function
Ddir.c183 closedir (dir); in vmsstat_dir()
723 closedir (dir->dirstream); in dir_contents_file_exists_p()
Dconfig.ami28 /* Define if the closedir function returns void instead of int. */
Dconfig.h-vms47 /* Define if the closedir function returns void instead of int. */
Dconfig.h.in3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
Dconfig.h.W3229 /* Define to 1 if the `closedir' function returns void instead of `int'. */
/ndk/sources/host-tools/make-3.81/w32/compat/
Ddirent.c85 closedir(DIR *pDir) in closedir() function
/ndk/sources/android/libthread_db/
Dlibthread_db.c94 closedir(dir); in td_ta_thr_iter()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c247 # define closedir(dir) __closedir (dir) macro
1402 closedir ((DIR *) stream);
1414 closedir ((DIR *) stream);
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0798 m4trace:configure.in:166: -1- AH_OUTPUT([CLOSEDIR_VOID], [/* Define to 1 if the `closedir\' functio…
Doutput.07809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether closedir returns void" >&5
7810 $as_echo_n "checking whether closedir returns void... " >&6; }
7822 int closedir ();
7828 return closedir (opendir (".")) != 0;