MentOS  0.8.0
The Mentoring Operating System
Classes | Typedefs | Enumerations | Variables
dirent.h File Reference

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...
 

Detailed Description

Functions used to manage directories.

Variable Documentation

◆ dt_char_array

const char dt_char_array[]
static
Initial value:
= {
'?',
'p',
'c',
'*',
'd',
'*',
'b',
'*',
'-',
'*',
'l',
'*',
's',
'*',
'?',
}

Characters describing the direactory entry.