|
MentOS
0.8.0
The Mentoring Operating System
|
Functions used to manage directories. More...
Go to the source code of this file.
Classes | |
| struct | dirent_t |
| Directory entry. More... | |
Typedefs | |
| typedef struct dirent_t | dirent_t |
| Directory entry. | |
Enumerations | |
| enum | { DT_UNKNOWN = 0 , DT_FIFO = 1 , DT_CHR = 2 , DT_DIR = 4 , DT_BLK = 6 , DT_REG = 8 , DT_LNK = 10 , DT_SOCK = 12 , DT_WHT = 14 } |
| File types for ‘d_type’. | |
Variables | |
| static const char | dt_char_array [] |
| Characters describing the direactory entry. More... | |
Functions used to manage directories.
|
static |
Characters describing the direactory entry.