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

/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Dext.h46 extern struct dosDirEntry *rootDir;
H A Ddir.c209 struct dosDirEntry *rootDir; variable in typeref:struct:dosDirEntry
236 if ((rootDir = newDosDirEntry()) == NULL) {
243 memset(rootDir, 0, sizeof *rootDir);
272 rootDir->head = boot->bpbRootClust;
292 for (d = rootDir; d; d = nd) {
301 rootDir = lostDir = NULL;
886 mod = readDosDirSection(dosfs, boot, fat, rootDir);
932 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DPath.cpp618 bool rootDir = has_root_directory(p),
625 return rootDir && rootName;

Completed in 49 milliseconds