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

/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

Completed in 23 milliseconds