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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12536 #define P_E2(singular, plural, n) n, ((n) == 1 ? singular : plural) macro
12566 printf("\n%8d inode%s used (%d%%)\n", P_E2("", "s", inodes_used),
12569 P_E2("", "s", ctx->fs_fragmented),
12573 printf("%8d block%s used (%d%%)\n", P_E2("", "s", blocks_used),
12575 printf("%8d large file%s\n", P_E2("", "s", ctx->large_files));
12576 printf("\n%8d regular file%s\n", P_E2("", "s", ctx->fs_regular_count));
12577 printf("%8d director%s\n", P_E2("y", "ies", ctx->fs_directory_count));
12578 printf("%8d character device file%s\n", P_E2("", "s", ctx->fs_chardev_count));
12579 printf("%8d block device file%s\n", P_E2("", "s", ctx->fs_blockdev_count));
12580 printf("%8d fifo%s\n", P_E2("", "
[all...]

Completed in 145 milliseconds