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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h129 * The _DIRENT_SIZE macro returns the minimum record length required for
132 #define _DIRENT_SIZE(dp) _DIRENT_RECLEN(dp, _DIRENT_NAMELEN(dp)) macro

Completed in 33 milliseconds