Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddirent.h84 #define DIRENT32_RECLEN(namelen) \ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dgetdents.c154 reclen = DIRENT32_RECLEN(namlen); in getdents32()