Searched refs:rootDir (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sbin/fsck_msdosfs/
H A Ddir.c209 static struct dosDirEntry *rootDir; variable in typeref:struct:dosDirEntry
237 if ((rootDir = newDosDirEntry()) == NULL) {
244 memset(rootDir, 0, sizeof *rootDir);
273 rootDir->head = boot->bpbRootClust;
293 for (d = rootDir; d; d = nd) {
302 rootDir = lostDir = NULL;
888 mod = readDosDirSection(dosfs, boot, fat, rootDir);
935 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DPath.cpp652 bool rootDir = has_root_directory(p),
659 return rootDir && rootName;

Completed in 42 milliseconds