Home
last modified time | relevance | path

Searched refs:dosDirEntry (Results 1 – 3 of 3) sorted by relevance

/external/fsck_msdos/
Ddir.c96 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 …]
Ddosfs.h120 struct dosDirEntry { struct
121 struct dosDirEntry
140 struct dosDirEntry *dir; argument
Dext.h53 extern struct dosDirEntry *rootDir;