Lines Matching defs:n

108 		    "allocated to:\n"));
109 (void) printf("%s\n",
114 "allocated to an unknown file or directory:\n"));
116 "unit %d.\n"), clusterNum);
127 "allocation units.\n"), size);
130 "unit %d]\n"), clusterNum);
154 preenBail("Need user confirmation to free orphaned chain.\n");
158 "(y/n) "));
172 preenBail("Need user confirmation to re-link orphaned chain.\n");
175 "(y/n) "));
260 gettext("Allocation unit %d cached.\n"), clusterNum);
301 (void) fprintf(stderr, "\n");
346 gettext("Short read of allocation unit #%d\n"), clusterNum);
351 (void) fprintf(stderr, "\n");
366 gettext("Allocation unit %d modified.\n"),
379 gettext("Short write of allocation unit %d\n"),
559 gettext("Allocation unit %d marked bad.\n"), clusterNum);
804 gettext("Unable to read allocation unit %d.\n"),
810 " Needed directory truncation has failed. Giving up.\n"));
857 "of directory.\n"), freeCluster);
866 (void) fprintf(stderr, gettext("File system full.\n"));
869 gettext("Unable to read allocation unit %d.\n"),
875 "entries can be overwritten with the marker,\n"
878 "Giving up.\n"));
920 gettext("Chain truncation at unit #%d\n"), cluster);
1006 gettext("Orphaned directory chain.\n"));
1009 gettext("Orphaned chain, %u bytes.\n"),
1065 int32_t n;
1077 n = nextInChain(c);
1080 c = n;
1142 " Allocation units will remain orphaned.\n"));
1193 int32_t cc, c, n;
1203 n = c;
1204 while (n = nextInChain(n))
1270 "unit %d.\n"), clusterNum);
1455 "Missing cache entry [%d]\n"), clusterNum);
1514 (void) printf(gettext("** Scanning allocation units\n"));
1521 gettext("\nUnreadable allocation unit %d.\n"),
1534 (void) printf(gettext("..done\n"));
1555 (void) printf(gettext("** Scanning file system meta-data\n"));
1559 (void) printf(gettext("** Correcting any meta-data discrepancies\n"));
1577 gettext("%llu bytes.\n"),
1582 gettext("%llu bytes in bad sectors.\n"),
1587 gettext("%llu bytes in %d directories.\n"),
1593 gettext("%llu bytes in %d hidden files.\n"),
1600 gettext("%llu bytes in %d files.\n"),
1605 gettext("%llu bytes free.\n"), (uint64_t)FreeClusterCount *
1609 gettext("%d bytes per allocation unit.\n"),
1613 gettext("%d total allocation units.\n"), TotalClusters);
1615 (void) fprintf(outDest, gettext("%d reserved allocation units.\n"),
1618 gettext("%d available allocation units.\n"), FreeClusterCount);