Searched refs:dosDirEntry (Results 1 – 3 of 3) sorted by relevance
89 static struct dosDirEntry *newDosDirEntry(void);90 static void freeDosDirEntry(struct dosDirEntry *);93 static char *fullpath(struct dosDirEntry *);100 struct dosDirEntry *);102 struct dosDirEntry *);107 static struct dosDirEntry *freede;109 static struct dosDirEntry *112 struct dosDirEntry *de; in newDosDirEntry()115 if (!(de = (struct dosDirEntry *)malloc(sizeof *de))) in newDosDirEntry()123 freeDosDirEntry(struct dosDirEntry *de) in freeDosDirEntry()[all …]
113 struct dosDirEntry { struct114 struct dosDirEntry133 struct dosDirEntry *dir; argument
47 extern struct dosDirEntry *rootDir;