Searched refs:dosDirEntry (Results 1 – 2 of 2) sorted by relevance
88 static struct dosDirEntry *newDosDirEntry(void);89 static void freeDosDirEntry(struct dosDirEntry *);92 static char *fullpath(struct dosDirEntry *);99 struct dosDirEntry *);101 struct dosDirEntry *);106 static struct dosDirEntry *freede;108 static struct dosDirEntry *111 struct dosDirEntry *de; in newDosDirEntry()114 if (!(de = (struct dosDirEntry *)malloc(sizeof *de))) in newDosDirEntry()122 freeDosDirEntry(struct dosDirEntry *de) in freeDosDirEntry()[all …]
115 struct dosDirEntry { struct116 struct dosDirEntry135 struct dosDirEntry *dir; argument