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

  /external/lldb/scripts/
sed-sources 87 our $opt_h = 0; # Show help?
95 $opt_h and help();
  /external/iputils/ninfod/
ninfod.c 140 static int opt_h = 0; /* help */ variable
632 opt_h = 1;
643 opt_h = 1;
680 if (opt_h || opt_v)
682 if (opt_h) {
  /system/core/toolbox/
newfs_msdos.c 244 u_int opt_e = 0, opt_h = 0, opt_i = 0, opt_k = 0, opt_m = 0, opt_n = 0; local
325 opt_h = argto2(optarg, 1, "drive heads");
404 if (opt_h)
405 bpb.hds = opt_h;
414 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {
    [all...]

Completed in 715 milliseconds