get directory stream file descriptor NAME dirfd - get directory stream file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h>…read a directory NAME readdir - read a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <dirent.h> struct dirent *readdir(DIR * dirp ); DESCRIPTION The readdir…scan a directory for matching entries NAME scandir, scandirat, alphasort, versionsort - scan a directory for matching entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…scan a directory for matching entries NAME scandir, scandirat, alphasort, versionsort - scan a directory for matching entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…scan a directory for matching entries NAME scandir, scandirat, alphasort, versionsort - scan a directory for matching entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…scan a directory for matching entries NAME scandir, scandirat, alphasort, versionsort - scan a directory for matching entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…return current location in directory stream NAME telldir - return current location in directory stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <dirent.h> long t…close a directory NAME closedir - close a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> int closedir(DIR * dirp ); DESCRIP…reset directory stream NAME rewinddir - reset directory stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> void rewinddir(DIR * di…read a directory NAME readdir_r - read a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <dirent.h> [[deprecated]] int readdir_r(DIR *restrict dirp , struct d…open a directory NAME opendir, fdopendir - open a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> DIR *opendir(const char * …open a directory NAME opendir, fdopendir - open a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> DIR *opendir(const char * …set the position of the next readdir() call in the directory stream. NAME seekdir - set the position of the next readdir() call in the directory stream. LIBRARY Standard C library …parse pathname components NAME basename, dirname - parse pathname components LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <libgen.h> char *dirname(char * path ); cha…parse pathname components NAME basename, dirname - parse pathname components LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <libgen.h> char *dirname(char * path ); cha…file tree walk NAME ftw, nftw - file tree walk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ftw.h> int nftw(const char * dirpath , int (* fn )(const char * fpath , …file tree walk NAME ftw, nftw - file tree walk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ftw.h> int nftw(const char * dirpath , int (* fn )(const char * fpath , …make a FIFO special file (a named pipe) NAME mkfifo, mkfifoat - make a FIFO special file (a named pipe) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #i…make a FIFO special file (a named pipe) NAME mkfifo, mkfifoat - make a FIFO special file (a named pipe) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #i…get password file entry NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r - get password file entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include…