Searched refs:DIRBUF (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | fdopendir.c | 54 void *buf = lmalloc(DIRBUF); in fdopendir() 83 lfree(buf, DIRBUF); in fdopendir()
|
H A D | readdir.c | 77 (dirent_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) { in readdir() 118 (dirent64_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) { in readdir64()
|
H A D | closedir.c | 55 lfree(dirp->dd_buf, DIRBUF); in closedir()
|
H A D | readdir_r.c | 76 (dirent_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) { in readdir_r() 131 (dirent64_t *)(uintptr_t)dirp->dd_buf, DIRBUF)) <= 0) { in readdir64_r()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 127 if ((buflen = getdents64(procfd, dp, DIRBUF)) <= 0) { in spawn_closefrom() 300 if ((dirbuf = lmalloc(DIRBUF)) == NULL) in posix_spawn() 309 lfree(dirbuf, DIRBUF); in posix_spawn() 318 lfree(dirbuf, DIRBUF); in posix_spawn() 404 if ((dirbuf = lmalloc(DIRBUF)) == NULL) in posix_spawnp() 423 lfree(dirbuf, DIRBUF); in posix_spawnp() 432 lfree(dirbuf, DIRBUF); in posix_spawnp()
|
/titanic_41/usr/src/lib/libast/common/dir/ |
H A D | dirlib.h | 151 #ifdef DIRBUF 152 #define DIRBLKSIZ DIRBUF
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | dir.h | 67 #define DIRBUF 8192 macro 68 #define DIRBLKSIZ DIRBUF
|
/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | readdir.c | 75 (struct dirent64 *)dirp->dd_buf, DIRBUF)) <= 0) { in internal_readdir()
|
/titanic_41/usr/src/head/ |
H A D | dirent.h | 47 #define DIRBUF 8192 /* buffer size for fs-indep. dirs */ macro
|