GETDIRENTRIES
NAME SYNOPSIS DESCRIPTION RETURN VALUE ERRORS SEE ALSO
getdirentries - get directory entries in a filesystem independent format
#define _BSD_SOURCE or __#define _SVID_SOURCE
ssize_t getdirentries(int fd__, char
Read directory entries from the directory specified by fd into buf. At most nbytes are read. Reading starts at offset *basep, and *basep is updated with the new position after reading.
getdirentries returns the number of bytes read or zero when at the end of the directory. If an error occurs,
appropriately.
See the Linux library source code for details.
One page links to getdirentries(3):