20 char d_name
[NAME_MAX
+ 1];
36 * Convert between stat structure mode types and directory types.
37 * The stat structure mode types are the same as in Linux.
39 #define IFTODT(mode) (((mode) & 0170000) >> 12)
40 #define DTTOIF(dt) ((dt) << 12)
43 typedef struct _DIR_
DIR;
45 #endif /* sys/dirent.h */