Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
opendir(3)
Edit
PageHistory
Diff
Info
LikePages
OPENDIR !!!OPENDIR NAME SYNOPSIS DESCRIPTION RETURN VALUE ERRORS CONFORMING TO SEE ALSO ---- !!NAME opendir - open a directory !!SYNOPSIS __#include __''name''__); __ !!DESCRIPTION The __opendir()__ function opens a directory stream corresponding to the directory ''name'', and returns a pointer to the directory stream. The stream is positioned at the first entry in the directory. !!RETURN VALUE The __opendir()__ function returns a pointer to the directory stream or NULL if an error occurred. !!ERRORS __EACCES__ Permission denied. __EMFILE__ Too many file descriptors in use by process. __ENFILE__ Too many files are currently open in the system. __ENOENT__ Directory does not exist, or ''name'' is an empty string. __ENOMEM__ Insufficient memory to complete the operation. __ENOTDIR__ ''name'' is not a directory. !!CONFORMING TO SVID 3, POSIX, BSD 4.3 !!SEE ALSO open(2), readdir(3), closedir(3), rewinddir(3), seekdir(3), telldir(3), scandir(3) ----
18 pages link to
opendir(3)
:
fts_open(3)
Man3o
alphasort(3)
closedir(3)
fts(3)
fts_close(3)
fts_read(3)
fts_set(3)
glob(3)
globfree(3)
readdir(3)
rewinddir(3)
scandir(3)
seekdir(3)
telldir(3)
versionsort(3)
open(2)
fts_children(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.