Home
last modified time | relevance | path

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

/netbsd/src/sbin/fsck_msdos/
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 *);
107 static struct dosDirEntry *freede;
109 static struct dosDirEntry *
112 struct dosDirEntry *de; in newDosDirEntry()
115 if (!(de = (struct dosDirEntry *)malloc(sizeof *de))) in newDosDirEntry()
123 freeDosDirEntry(struct dosDirEntry *de) in freeDosDirEntry()
[all …]
Ddosfs.h113 struct dosDirEntry { struct
114 struct dosDirEntry
133 struct dosDirEntry *dir; argument
Dext.h47 extern struct dosDirEntry *rootDir;