Lines Matching refs:gettext

107 		(void) printf(gettext("\nOrphaned allocation units originally "
113 (void) printf(gettext("\nOrphaned allocation units originally "
115 (void) printf(gettext("Orphaned chain begins with allocation "
126 (void) printf(gettext("%d bytes in the orphaned chain of "
129 (void) printf(gettext("[Starting at allocation "
157 gettext("Free the allocation units in the orphaned chain ? "
174 (void) printf(gettext("Re-link orphaned chain into file system ? "
244 perror(gettext("No memory for cached cluster info"));
251 perror(gettext("No memory for cached copy of cluster"));
260 gettext("Allocation unit %d cached.\n"), clusterNum);
298 gettext("Seek to Allocation unit #%d failed: "),
330 perror(gettext("No memory for a cluster data buffer"));
346 gettext("Short read of allocation unit #%d\n"), clusterNum);
366 gettext("Allocation unit %d modified.\n"),
375 perror(gettext("Failed to write modified "
379 gettext("Short write of allocation unit %d\n"),
411 gettext("Out of memory for cluster information"));
559 gettext("Allocation unit %d marked bad.\n"), clusterNum);
607 perror(gettext("No memory for internal table"));
804 gettext("Unable to read allocation unit %d.\n"),
807 gettext("Cannot allocate a new allocation unit to hold an"
855 gettext("Grabbed allocation unit #%d "
866 (void) fprintf(stderr, gettext("File system full.\n"));
869 gettext("Unable to read allocation unit %d.\n"),
873 gettext("Cannot allocate a new allocation unit to hold "
920 gettext("Chain truncation at unit #%d\n"), cluster);
1006 gettext("Orphaned directory chain.\n"));
1009 gettext("Orphaned chain, %u bytes.\n"),
1141 (void) printf(gettext("Re-link of orphaned chain failed."
1269 gettext("Truncating chain due to duplicate allocation of "
1454 gettext("Unexpected internal error: "
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);