HomeSort by relevance Sort by last modified time
    Searched refs:show_version_only (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/e2fsck/
unix.c 58 static int show_version_only; variable
732 show_version_only = 1;
762 if (show_version_only)
911 show_version_only++;
926 if (!(ctx->options & E2F_OPT_PREEN) || show_version_only)
930 if (show_version_only) {
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 957 int show_version_only = 0; local
1194 show_version_only++;
1200 if ((optind == argc) && !show_version_only)
1204 if (!quiet || show_version_only)
1208 if (show_version_only) {
    [all...]

Completed in 143 milliseconds