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

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddosfs.h113 struct dosDirEntry { struct
114 struct dosDirEntry
133 struct dosDirEntry *dir;
H A Dext.h47 extern struct dosDirEntry *rootDir;
H A Ddir.c89 static struct dosDirEntry *newDosDirEntry(void);
90 static void freeDosDirEntry(struct dosDirEntry *);
93 static char *fullpath(struct dosDirEntry *);
100 struct dosDirEntry *);
102 struct dosDirEntry *);
105 * Manage free dosDirEntry structures.
107 static struct dosDirEntry *freede;
109 static struct dosDirEntry *
112 struct dosDirEntry *de;
115 if (!(de = (struct dosDirEntry *)mallo
[all...]

Completed in 52 milliseconds