Searched refs:dosDirEntry (Results 1 – 2 of 2) sorted by relevance
93 static struct dosDirEntry *newDosDirEntry(void);94 static void freeDosDirEntry(struct dosDirEntry *);97 static char *fullpath(struct dosDirEntry *);102 static int checksize(struct fat_descriptor *, u_char *, struct dosDirEntry *);103 static int readDosDirSection(struct fat_descriptor *, struct dosDirEntry *);108 static struct dosDirEntry *freede;110 static struct dosDirEntry *113 struct dosDirEntry *de; in newDosDirEntry()124 freeDosDirEntry(struct dosDirEntry *de) in freeDosDirEntry()164 fullpath(struct dosDirEntry *dir) in fullpath()[all …]
109 struct dosDirEntry { struct110 struct dosDirEntry129 struct dosDirEntry *dir; argument