Internally used directory information structure. More...
#include <dirent.h>
Data Fields | |
NUTFILE * | dd_fd |
File descriptor associated with directory. | |
char * | dd_buf |
Data buffer. | |
size_t | dd_len |
Size of data buffer. |
Internally used directory information structure.
Applications should ignore its contents.
File descriptor associated with directory.
Definition at line 133 of file dirent.h.
Referenced by closedir(), PhatDirRead(), and readdir().
char* _dirdesc::dd_buf |
Data buffer.
Definition at line 134 of file dirent.h.
Referenced by closedir(), opendir(), PhatDirRead(), and readdir().
size_t _dirdesc::dd_len |