Searched refs:dosDirEntry (Results 1 – 3 of 3) sorted by relevance
96 static struct dosDirEntry *newDosDirEntry(void);97 static void freeDosDirEntry(struct dosDirEntry *);100 static char *fullpath(struct dosDirEntry *);107 struct dosDirEntry *);109 struct dosDirEntry *);114 static struct dosDirEntry *freede;116 static struct dosDirEntry *119 struct dosDirEntry *de; in newDosDirEntry()122 if (!(de = (struct dosDirEntry *)malloc(sizeof *de))) in newDosDirEntry()130 freeDosDirEntry(struct dosDirEntry *de) in freeDosDirEntry()[all …]
120 struct dosDirEntry { struct121 struct dosDirEntry140 struct dosDirEntry *dir; argument
53 extern struct dosDirEntry *rootDir;