tango.stdc.posix.dirent

D header file for POSIX.

Public Imports

tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.

Members

Aliases

readdir
alias readdir = readdir64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir
alias readdir = readdir64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir_r
alias readdir_r = readdir64_r
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir_r
alias readdir_r = readdir64_r
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

DT_UNKNOWN
anonymousenum DT_UNKNOWN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DT_UNKNOWN
anonymousenum DT_UNKNOWN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DT_UNKNOWN
anonymousenum DT_UNKNOWN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DT_UNKNOWN
anonymousenum DT_UNKNOWN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

closedir
int closedir(DIR* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
opendir
DIR* opendir(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir
dirent* readdir(DIR* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir
dirent* readdir(DIR* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir
dirent* readdir(DIR* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir
dirent* readdir(DIR* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir
dirent* readdir(DIR* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir64
dirent* readdir64(DIR* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir64
dirent* readdir64(DIR* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir64_r
int readdir64_r(DIR* , dirent* , dirent** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir64_r
int readdir64_r(DIR* , dirent* , dirent** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir_r
int readdir_r(DIR* , dirent* , dirent** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir_r
int readdir_r(DIR* , dirent* , dirent** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir_r
int readdir_r(DIR* , dirent* , dirent** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readdir_r
int readdir_r(DIR* , dirent* , dirent** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rewinddir
void rewinddir(DIR* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
seekdir
void seekdir(DIR* , c_long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
telldir
c_long telldir(DIR* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

DIR
struct DIR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DIR
struct DIR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DIR
struct DIR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DIR
struct DIR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_telldir
struct _telldir
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dirent
struct dirent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dirent
struct dirent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dirent
struct dirent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dirent
struct dirent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly