Home
last modified time | relevance | path

Searched refs:DIRSIZ64 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Ddir.h98 #undef DIRSIZ64
110 #define DIRSIZ64(dp) \ macro
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dscandir.c103 p = (struct direct64 *)malloc(DIRSIZ64(d)); in scandir64()