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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dreaddir_r.c33 * readdir_r -- C library extension routine
54 * POSIX.1c standard version of the thread function readdir_r.
58 readdir_r(DIR *dirp, dirent_t *entry, dirent_t **result) function
98 * POSIX.1c standard version of the thr function readdir_r.
151 * POSIX.1c standard version of the function readdir_r.
152 * User gets it via static readdir_r from header file.
187 * POSIX.1c Draft-6 version of the function readdir_r.
192 readdir_r(DIR *dirp, dirent_t *entry) function
/illumos-gate/usr/src/head/
H A Ddirent.h140 * readdir_r() prototype is defined here.
147 * considerably postdates that of the final readdir_r specification).
163 #pragma redefine_extname readdir_r __posix_readdir_r
164 extern int readdir_r(DIR *_RESTRICT_KYWD, struct dirent *_RESTRICT_KYWD,
172 #define readdir_r __posix_readdir_r macro
176 readdir_r(DIR *_RESTRICT_KYWD __dp, struct dirent *_RESTRICT_KYWD __ent, function
186 extern struct dirent *readdir_r(DIR *__dp, struct dirent *__ent);
194 #pragma redefine_extname readdir64_r readdir_r
196 #define readdir64_r readdir_r
200 #pragma redefine_extname readdir_r readdir64_
202 #define readdir_r macro
[all...]
/illumos-gate/usr/src/man/man3c/
H A DMakefile1130 readdir_r.3c \
2180 readdir_r.3c := LINKSRC = readdir.3c

Completed in 62 milliseconds