/titanic_44/usr/src/head/ |
H A D | dirent.h | 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, in readdir_r() 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_r 202 #define readdir_r readdir64_r macro 205 extern int readdir_r(DIR *_RESTRICT_KYWD, struct dirent *_RESTRICT_KYWD,
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | readdir_r.c | 58 readdir_r(DIR *dirp, dirent_t *entry, dirent_t **result) in readdir_r() function 192 readdir_r(DIR *dirp, dirent_t *entry) in readdir_r() function
|
/titanic_44/usr/src/lib/sun_fc/common/ |
H A D | HBANPIVPort.cc | 91 while ((readdir_r(dp, dirp, dirpp)) == 0 && dirp != NULL) { in lookupControllerPath()
|
H A D | HBAPort.cc | 228 while ((readdir_r(dp, dirp, dirpp)) == 0 && dirp != NULL) { in lookupControllerPath()
|
/titanic_44/usr/src/test/libc-tests/cfg/symbols/ |
H A D | dirent_h.cfg | 52 func | readdir_r |\
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | direader.c | 273 if(readdir_r(dr->dir, dr->buffer, &dr->file) == 0 && dr->file) in _dr_next_file()
|
/titanic_44/usr/src/lib/sun_sas/common/ |
H A D | devlink_disco.c | 189 while ((readdir_r(dp, dirp, &newdirp)) == 0 && newdirp != NULL) { in lookupLink()
|
/titanic_44/usr/src/cmd/fstyp/ |
H A D | fstyp.c | 441 while ((readdir_r(dirp, dp, &dp) == 0) && (dp != NULL)) { in run_legacy_cmds()
|
/titanic_44/usr/src/lib/libfstyp/common/ |
H A D | libfstyp.c | 447 while ((readdir_r(dirp, dp, &dp) == 0) && (dp != NULL)) { in fstyp_init_all_modules()
|
/titanic_44/usr/src/lib/c_synonyms/ |
H A D | syn_common | 721 readdir_r
|
/titanic_44/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 297 while (!found && (err = readdir_r(dp, dep, &newdep)) == 0 && in physpath_to_devlink() 1292 while ((err = readdir_r(dp, dep, &newdep)) == 0 && in sata_make_dyncomp()
|
/titanic_44/usr/src/cmd/fwflash/common/ |
H A D | fwflash.c | 327 while ((readdir_r(dirp, plugdir, &plugdir) == 0) && (plugdir != NULL)) { in flash_load_plugins()
|
/titanic_44/usr/src/lib/libc/amd64/ |
H A D | Makefile | 511 readdir_r.o \
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_open.c | 750 while (readdir_r(dirp, ep, &dp) == 0 && dp != NULL) { in dt_provmod_open()
|
/titanic_44/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 530 readdir_r.o \
|
/titanic_44/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 544 readdir_r.o \
|
/titanic_44/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 570 readdir_r.o \
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 1120 readdir_r.3c \ 2163 readdir_r.3c := LINKSRC = readdir.3c
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2034 readdir_r;
|
/titanic_44/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2669 while (readdir_r(dir, dent) != 0) { in zsd_refresh_procs()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1187 link path=usr/share/man/man3c/readdir_r.3c target=readdir.3c
|
/titanic_44/ |
H A D | .gitignore | 5159 usr/src/man/man3c/readdir_r.3c
|