Query: direntry
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
direntry(3) Library Functions Manual direntry(3)NAMEdirentry - read directory entriesSYNTAX#include <direntry.h> DIR *opendir(fn); struct direntry *readdir(dir); void closedir(dir); DIR *dir; char *fn;DESCRIPTIONThe point of direntry.h is to provide a uniform interface to BSD's sys/dir.h and POSIX's dirent.h. The readdir interface is highly unsatisfactory. It does not distinguish between I/O errors and end-of-directory. It uses malloc. The return type for closedir varies: some implementations return the close return value.SEE ALSOreaddir(3) direntry(3)
Related Man Pages |
---|
opendir(3) - bsd |
readdir(3) - redhat |
dirfd(3) - osx |
readdir(3) - osx |
readdir_r(3) - osx |
Similar Topics in the Unix Linux Community |
---|
problems installing expect utilty |
Installing EXPECT on unix |
GPFS file system corrupt issue |