Searched defs:_DIRENT_RECLEN (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h116 * The _DIRENT_RECLEN macro gives the minimum record length which will hold
121 #define _DIRENT_RECLEN(dp, namlen) \ macro
132 #define _DIRENT_SIZE(dp) _DIRENT_RECLEN(dp, _DIRENT_NAMELEN(dp))
142 #define _DIRENT_MINSIZE(dp) _DIRENT_RECLEN(dp, 0)

Completed in 154 milliseconds