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

  /external/ltrace/
options.h 61 extern int opt_i; /* instruction pointer */
options.c 63 int opt_i = 0; /* instruction pointer */ variable
616 opt_i++;
output.c 120 if (opt_i) {
  /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;
244 u_int opt_e = 0, opt_h = 0, opt_i = 0, opt_k = 0, opt_m = 0, opt_n = 0; local
291 opt_I = argto4(optarg, 0, "volume ID");
328 opt_i = argto2(optarg, 1, "info sector");
449 else if (!opt_e && (opt_i || opt_k))
452 if ((fat == 32 && opt_e) || (fat != 32 && (opt_i || opt_k)))
454 fat == 32 ? 'e' : opt_i ? 'i' : 'k',
489 if (opt_i)
490 bpb.infs = opt_i;
687 x = opt_I;
    [all...]

Completed in 186 milliseconds