static const char dt_char_array[]
Characters describing the direactory entry.
Definition: dirent.h:25
struct dirent_t dirent_t
Directory entry.
#define NAME_MAX
Maximum number of characters in a file name.
Definition: limits.h:51
long int off_t
The type of offset.
Definition: stddef.h:46
unsigned int ino_t
Define the type of an inode.
Definition: stddef.h:34
Directory entry.
Definition: dirent.h:44
unsigned short d_reclen
Length of this linux_dirent.
Definition: dirent.h:47
ino_t d_ino
Inode number.
Definition: dirent.h:45
unsigned short d_type
type of the directory entry.
Definition: dirent.h:48
off_t d_off
Offset to next linux_dirent.
Definition: dirent.h:46
char d_name[NAME_MAX]
Filename (null-terminated)
Definition: dirent.h:49