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

  /external/curl/lib/
mk-ca-bundle.pl 38 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_k $opt_l $opt_m $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $opt_v $opt_w);
100 my $default_signature_algorithms = $opt_s = "MD5";
277 my @included_signature_algorithms = parse_csv_param( "signature algorithm", $opt_s, @valid_signature_algorithms );
  /system/core/toolbox/
newfs_msdos.c 243 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0;
245 u_int opt_o = 0, opt_r = 0, opt_s = 0, opt_u = 0; local
305 opt_S = argto2(optarg, 1, "bytes/sector");
348 opt_s = argto4(optarg, 1, "file system size");
408 if (opt_S)
409 bpb.bps = opt_S;
410 if (opt_s)
411 bpb.bsec = opt_s;
414 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag)))
    [all...]
  /external/mksh/src/
check.pl 256 die "$prog: no test set specified (use -s)\n" if !defined $opt_s;
260 $test_set = $opt_s;
    [all...]

Completed in 1843 milliseconds