Searched refs:getdents64 (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libc/common/sys/
H A Dgetdents.s40 ANSI_PRAGMA_WEAK(getdents64,function)
53 /* C library -- getdents64 */
54 /* int getdents64 (int fildes, struct dirent64 *buf, size_t count) */
56 SYSCALL_RVAL1(getdents64)
58 SET_SIZE(getdents64)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dreaddir.c114 (dirp->d_size = getdents64(dirp->d_fd,
H A Dreaddir_r.c127 (dirp->d_size = getdents64(dirp->d_fd,
/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c72 #define getdents64 getdents macro
75 extern int getdents64(int, dirent64_t *, size_t);
83 * address space. We use the low-level getdents64() system call.
119 if ((buflen = getdents64(procfd, dp, DIRBUF)) <= 0) {
289 * Preallocate the buffer for the call to getdents64() in
397 * Preallocate the buffer for the call to getdents64() in
/osnet-11/usr/src/lib/libc/inc/
H A Dlibc.h92 * getdents64 transitional interface is intentionally internal to libc
94 extern int getdents64(int, struct dirent64 *, size_t);
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc399 * getdents64() is purposely omitted from <dirent.h>
402 int getdents64(int, struct dirent64 *, size_t);
1846 #undef getdents64
1903 int getdents64(int, struct dirent64 *, size_t);
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com146 getdents64.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com166 getdents64.o \

Completed in 26 milliseconds