Searched refs:dosDirEntry (Results 1 – 3 of 3) sorted by relevance
94 static struct dosDirEntry *newDosDirEntry(void);95 static void freeDosDirEntry(struct dosDirEntry *);98 static char *fullpath(struct dosDirEntry *);105 struct dosDirEntry *);107 struct dosDirEntry *);112 static struct dosDirEntry *freede;114 static struct dosDirEntry *117 struct dosDirEntry *de; in newDosDirEntry()120 if (!(de = (struct dosDirEntry *)malloc(sizeof *de))) in newDosDirEntry()128 freeDosDirEntry(struct dosDirEntry *de) in freeDosDirEntry()[all …]
121 struct dosDirEntry { struct122 struct dosDirEntry141 struct dosDirEntry *dir; argument
56 extern struct dosDirEntry *rootDir;