Searched refs:DIRBUF (Results 1 – 9 of 9) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | fdopendir.c | 52 void *buf = lmalloc(DIRBUF); in fdopendir() 81 lfree(buf, DIRBUF); in fdopendir()
|
| H A D | readdir.c | 75 (dirent_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) { in readdir() 116 (dirent64_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) { in readdir64()
|
| H A D | readdir_r.c | 74 (dirent_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) { in readdir_r() 129 (dirent64_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) { in readdir64_r()
|
| H A D | closedir.c | 53 lfree(dirp->dd_buf, DIRBUF); in closedir()
|
| /illumos-gate/usr/src/lib/libc/port/threads/ |
| H A D | spawn.c | 137 if ((buflen = getdents64(procfd, dp, DIRBUF)) <= 0) { in spawn_closefrom() 324 if ((dirbuf = lmalloc(DIRBUF)) == NULL) in posix_spawn() 333 lfree(dirbuf, DIRBUF); in posix_spawn() 342 lfree(dirbuf, DIRBUF); in posix_spawn() 428 if ((dirbuf = lmalloc(DIRBUF)) == NULL) in posix_spawnp() 447 lfree(dirbuf, DIRBUF); in posix_spawnp() 456 lfree(dirbuf, DIRBUF); in posix_spawnp()
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/dir/ |
| H A D | dirlib.h | 151 #ifdef DIRBUF 152 #define DIRBLKSIZ DIRBUF
|
| /illumos-gate/usr/src/ucbhead/sys/ |
| H A D | dir.h | 65 #define DIRBUF 8192 macro 66 #define DIRBLKSIZ DIRBUF
|
| /illumos-gate/usr/src/ucblib/libucb/port/gen/ |
| H A D | readdir.c | 73 (struct dirent64 *)dirp->dd_buf, DIRBUF)) <= 0) { in internal_readdir()
|
| /illumos-gate/usr/src/head/ |
| H A D | dirent.h | 47 #define DIRBUF 8192 /* buffer size for fs-indep. dirs */ macro
|