DIRSIZ X
direct X
1: #ifndef DIRSIZ 2: #define DIRSIZ 14 3: #endif 4: struct direct 5: { 6: ino_t d_ino; 7: char d_name[DIRSIZ]; 8: };