tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
readdir64_r
tango
stdc
posix
dirent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int
readdir64_r
(DIR* , dirent* , dirent** )
version(linux)
extern (
C
)
static if
(
__USE_LARGEFILE64
)
int
readdir64_r
(
DIR
*
,
dirent
*
,
dirent
**
)
int
readdir64_r
(DIR* , dirent* , dirent** )
Meta
Source
See Implementation
tango
stdc
posix
dirent
aliases
readdir
readdir_r
enums
DT_UNKNOWN
functions
closedir
opendir
readdir64
readdir64_r
rewinddir
seekdir
telldir
structs
DIR
_telldir
dirent