Searched defs:CLOSEDIR (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/patch/
H A Dbackupfile.c56 # define CLOSEDIR(d) (closedir (d), 0) macro
58 # define CLOSEDIR(d) closedir (d) macro
/haiku-fatelf/src/bin/findutils/lib/
H A Dsavedirinfo.c58 # define CLOSEDIR(d) (closedir (d), 0) macro
60 # define CLOSEDIR(d) closedir (d) macro
/haiku-fatelf/src/bin/findutils/find/
H A Dpred.c77 #define CLOSEDIR(d) (closedir (d), 0) macro
79 #define CLOSEDIR(d) closedir (d) macro

Completed in 60 milliseconds