Searched defs:uncompress (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | hashsum.c | 37 {"uncompress", 'u', 0, N_("Uncompress file before checksumming."), 0, 0}, 88 const char *prefix, int keep, int uncompress) 123 if (!uncompress) 130 if (!uncompress) 188 int uncompress = state[4].set; local 212 return check_list (hash, state[1].arg, prefix, keep, uncompress); 221 if (!uncompress) 87 check_list(const gcry_md_spec_t *hash, const char *hashfilename, const char *prefix, int keep, int uncompress) argument
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-fstest.c | 73 static int uncompress = 0; variable 117 if (uncompress == 0) 446 {"uncompress", 'u', NULL, OPTION_ARG_OPTIONAL, N_("Uncompress data."), 2}, 540 uncompress = 1;
|
Completed in 30 milliseconds