tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
readdir_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.
alias
readdir_r
=
readdir64_r
int
readdir_r
(DIR* , dirent* , dirent** )
int
readdir_r
(DIR* , dirent* , dirent** )
int
readdir_r
(DIR* , dirent* , dirent** )
alias
readdir_r
=
readdir64_r
version(!linux && !darwin && !FreeBSD && solaris)
extern (
C
)
static if
(
__USE_LARGEFILE64
)
alias
readdir_r
=
readdir64_r
int
readdir_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