Searched defs:pcdir (Results 1 – 1 of 1) sorted by relevance
65 struct pcdir { struct66 char pcd_filename[PCFNAMESIZE]; /* file name */67 char pcd_ext[PCFEXTSIZE]; /* file extension */68 uchar_t pcd_attr; /* file attributes */69 uchar_t pcd_ntattr; /* reserved for NT attributes */70 uchar_t pcd_crtime_msec; /* milliseconds after the minute */71 struct pctime pcd_crtime; /* creation time/date */95 * that an entry in a directory (as described by the 'pcdir' structure above) argument