HomeSort by: relevance | last modified time | path
    Searched defs:lostDir (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_msdos/
dir.c 212 static struct dosDirEntry *lostDir;
303 rootDir = lostDir = NULL;
938 if (!lostDir) {
939 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
940 if (!strcmp(lostDir->name, LOSTDIR))
943 if (!lostDir) { /* Create LOSTDIR? XXX *
    [all...]
dir.c 212 static struct dosDirEntry *lostDir;
303 rootDir = lostDir = NULL;
938 if (!lostDir) {
939 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
940 if (!strcmp(lostDir->name, LOSTDIR))
943 if (!lostDir) { /* Create LOSTDIR? XXX *
    [all...]

Completed in 22 milliseconds