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

Defined struct's

direct defined in line 4; used 302 times

Defined macros

DIRSIZ defined in line 2; used 89 times

Usage of this include

dir.h used 139 times
Last modified: 1981-09-07
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 893
Valid CSS Valid XHTML 1.0 Strict