Searched refs:DIRBLKSIZ (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/dir/
H A Ddirlib.h147 #ifndef DIRBLKSIZ
149 #define DIRBLKSIZ DIRBLK
152 #define DIRBLKSIZ DIRBUF
154 #define DIRBLKSIZ 8192
H A Dreaddir.c28 * NOTE: directory entries must fit within DIRBLKSIZ boundaries
50 if ((dirp->dd_size = getdents(dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ)) <= 0)
H A Dopendir.c63 newof(0, DIR, 1, DIRBLKSIZ)
H A Dgetdents.c37 * NOTE: directory entries must fit within DIRBLKSIZ boundaries
56 if (siz < DIRBLKSIZ)
/ast/src/cmd/3d/
H A Ddir3d.c468 #ifndef DIRBLKSIZ
470 #define DIRBLKSIZ DIRBLK macro
473 #define DIRBLKSIZ DIRBUF macro
475 #define DIRBLKSIZ 8192 macro

Completed in 18 milliseconds