HomeSort by relevance Sort by last modified time
    Searched refs:dosDirEntry (Results 1 - 3 of 3) sorted by null

  /external/fsck_msdos/
dosfs.h 120 struct dosDirEntry {
121 struct dosDirEntry
140 struct dosDirEntry *dir;
ext.h 53 extern struct dosDirEntry *rootDir;
dir.c 96 static struct dosDirEntry *newDosDirEntry(void);
97 static void freeDosDirEntry(struct dosDirEntry *);
100 static char *fullpath(struct dosDirEntry *);
107 struct dosDirEntry *);
109 struct dosDirEntry *);
112 * Manage free dosDirEntry structures.
114 static struct dosDirEntry *freede;
116 static struct dosDirEntry *
119 struct dosDirEntry *de;
122 if (!(de = (struct dosDirEntry *)malloc(sizeof *de))
    [all...]

Completed in 172 milliseconds