Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_msdos/
H A Ddir.c211 struct dosDirEntry *rootDir; variable
239 if ((rootDir = newDosDirEntry()) == NULL) { in resetDosDirSection()
246 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()
274 rootDir->head = boot->RootCl; in resetDosDirSection()
294 for (d = rootDir; d; d = nd) { in finishDosDirSection()
303 rootDir = lostDir = NULL; in finishDosDirSection()
892 mod = readDosDirSection(dosfs, boot, fat, rootDir); in handleDirTree()
939 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
H A Dext.h47 extern struct dosDirEntry *rootDir;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp673 bool rootDir = has_root_directory(p, style); in is_absolute() local
677 return rootDir && rootName; in is_absolute()