tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
DIR
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.
struct
DIR
struct
DIR
struct
DIR
version(!linux && !darwin && FreeBSD)
extern (
C
)
struct
DIR {
int
dd_fd
;
c_long
dd_loc
;
c_long
dd_size
;
char
*
dd_buf
;
int
dd_len
;
c_long
dd_seek
;
c_long
dd_rewind
;
int
dd_flags
;
void
*
dd_lock
;
_telldir
*
dd_td
;
}
struct
DIR
Members
Variables
dd_buf
char
*
dd_buf
;
Undocumented in source.
dd_fd
int
dd_fd
;
Undocumented in source.
dd_flags
int
dd_flags
;
Undocumented in source.
dd_len
int
dd_len
;
Undocumented in source.
dd_loc
c_long
dd_loc
;
Undocumented in source.
dd_lock
void
*
dd_lock
;
Undocumented in source.
dd_rewind
c_long
dd_rewind
;
Undocumented in source.
dd_seek
c_long
dd_seek
;
Undocumented in source.
dd_size
c_long
dd_size
;
Undocumented in source.
dd_td
_telldir
*
dd_td
;
Undocumented in source.
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