Home
last modified time | relevance | path

Searched refs:dirTodoNode (Results 1 – 2 of 2) sorted by relevance

/third_party/uapp/fsck-msdosfs/
A Ddosfs.h134 struct dirTodoNode { struct
136 struct dirTodoNode *next; argument
A Ddir.c82 static struct dirTodoNode *newDirTodo(void);
83 static void freeDirTodo(struct dirTodoNode *);
123 static struct dirTodoNode *freedt;
125 static struct dirTodoNode *
128 struct dirTodoNode *dt; in newDirTodo()
131 if (!(dt = (struct dirTodoNode *)malloc(sizeof *dt))) in newDirTodo()
139 freeDirTodo(struct dirTodoNode *dt) in freeDirTodo()
148 static struct dirTodoNode *pendingDirectories = NULL;
277 struct dirTodoNode *p, *np; in finishDosDirSection()
749 struct dirTodoNode *n; in readDosDirSection()
[all …]

Completed in 5 milliseconds