Searched refs:readdir_r (Results 1 - 17 of 17) sorted by relevance

/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/lib/sun_fc/common/
H A DHBANPIVPort.cc91 while ((readdir_r(dp, dirp, dirpp)) == 0 && dirp != NULL) {
H A DHBAPort.cc228 while ((readdir_r(dp, dirp, dirpp)) == 0 && dirp != NULL) {
/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/lib/libtecla/common/
H A Ddireader.c185 * If using POSIX threads, allocate a buffer for readdir_r().
273 if(readdir_r(dr->dir, dr->buffer, &dr->file) == 0 && dr->file)
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevlink_disco.c189 while ((readdir_r(dp, dirp, &newdirp)) == 0 && newdirp != NULL) {
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c441 while ((readdir_r(dirp, dp, &dp) == 0) && (dp != NULL)) {
/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c447 while ((readdir_r(dirp, dp, &dp) == 0) && (dp != NULL)) {
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c297 while (!found && (err = readdir_r(dp, dep, &newdep)) == 0 &&
1292 while ((err = readdir_r(dp, dep, &newdep)) == 0 &&
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c327 while ((readdir_r(dirp, plugdir, &plugdir) == 0) && (plugdir != NULL)) {
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com544 readdir_r.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com534 readdir_r.o \
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_open.c750 while (readdir_r(dirp, ep, &dp) == 0 && dp != NULL) {
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile508 readdir_r.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile1130 readdir_r.3c \
2180 readdir_r.3c := LINKSRC = readdir.3c
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com576 readdir_r.o \
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c2669 while (readdir_r(dir, dent) != 0) {

Completed in 83 milliseconds