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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h135 * The _DIRENT_NEXT macro advances to the next dirent record.
137 #define _DIRENT_NEXT(dp) ((void *)((char *)(void *)(dp) + (dp)->Size)) macro

Completed in 33 milliseconds