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

/freebsd-10.1-release/sbin/fsck_msdosfs/
H A Ddosfs.h113 struct dosDirEntry { struct
114 struct dosDirEntry
133 struct dosDirEntry *dir;
H A Dext.h46 extern struct dosDirEntry *rootDir;
H A Ddir.c88 static struct dosDirEntry *newDosDirEntry(void);
89 static void freeDosDirEntry(struct dosDirEntry *);
92 static char *fullpath(struct dosDirEntry *);
99 struct dosDirEntry *);
101 struct dosDirEntry *);
104 * Manage free dosDirEntry structures.
106 static struct dosDirEntry *freede;
108 static struct dosDirEntry *
111 struct dosDirEntry *de;
114 if (!(de = (struct dosDirEntry *)mallo
[all...]

Completed in 50 milliseconds