Skip to main content

Module dirent

Module dirent 

Source
Expand description

Structs§

DIR
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/dirent.h.html.
dirent
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/dirent.h.html.
posix_dent
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/dirent.h.html. must have the same struct layout as dirent

Constants§

DT_BLK
Block special.
DT_CHR
Character special.
DT_DIR
Directory.
DT_FIFO
FIFO special.
DT_LNK
Symbolic link.
DT_REG
Regular.
DT_SOCK
Socket.
DT_UNKNOWN
Unknown file type.
DT_WHT
Non-POSIX. Whiteout inode.

Functions§

alphasort
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/alphasort.html.
closedir
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/closedir.html.
dirfd
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/dirfd.html.
fdclosedir
See https://man.freebsd.org/cgi/man.cgi?query=fdopendir&sektion=3
fdopendir
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fdopendir.html.
opendir
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fdopendir.html.
posix_getdents
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/posix_getdents.html.
readdir
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/readdir.html.
readdir_rDeprecated
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/readdir.html.
rewinddir
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/rewinddir.html.
scandir
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/alphasort.html.
seekdir
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/seekdir.html.
telldir
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/telldir.html.