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

  /system/core/toolbox/
newfs_msdos.c 251 const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *opt_f = NULL;
252 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; local
284 opt_B = optarg;
317 opt_b = argtox(optarg, 1, "block size");
322 opt_b = 0;
457 if (opt_b) {
458 if (!powerof2(opt_b))
459 errx(1, "block size (%u) is not a power of 2", opt_b);
460 if (opt_b < bpb.bps)
462 opt_b, bpb.bps)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 522 If B<-b> is an option that takes an argument, then C<$opt_b> will be
525 but not supplied, C<$opt_b> will be set to the null string.

Completed in 383 milliseconds