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

  /system/core/toolbox/
newfs_msdos.c 242 const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *opt_f = NULL;
243 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; local
280 opt_B = optarg;
311 opt_b = argtox(optarg, 1, "block size");
316 opt_b = 0;
458 if (opt_b) {
459 if (!powerof2(opt_b))
460 errx(1, "block size (%u) is not a power of 2", opt_b);
461 if (opt_b < bpb.bps)
463 opt_b, bpb.bps)
    [all...]
  /external/lldb/scripts/
sed-sources 84 our $opt_b = 0; # Backup original file?
178 if ($opt_b)

Completed in 292 milliseconds