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

  /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
319 opt_e = argto2(optarg, 1, "directory entries");
449 else if (!opt_e && (opt_i || opt_k))
452 if ((fat == 32 && opt_e) || (fat != 32 && (opt_i || opt_k)))
480 if (opt_e)
481 bpb.rde = opt_e;
    [all...]
  /external/mksh/src/
check.pl 290 if (defined $opt_e) {
292 if ($opt_e =~ /^([a-zA-Z_]\w*)(|=(.*))$/) {
295 die "$0: bad -e argument: $opt_e\n";
    [all...]

Completed in 217 milliseconds