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

  /external/ltrace/
options.h 62 extern int opt_r; /* print relative timestamp */
options.c 64 int opt_r = 0; /* print relative timestamp */ variable
658 opt_r++;
721 if (opt_r && opt_t) {
output.c 76 if (opt_r) {
  /system/core/toolbox/
newfs_msdos.c 245 u_int opt_o = 0, opt_r = 0, opt_s = 0, opt_u = 0; local
345 opt_r = argto2(optarg, 1, "reserved sectors");
368 if (opt_r)
473 if (opt_r)
474 bpb.res = opt_r;
    [all...]
  /external/lldb/scripts/
disasm-gdb-remote.pl 431 our $opt_r = undef;
437 if (length($opt_r))
439 if (exists $reg_map{$opt_r})
441 $registers_aref = $reg_map{$opt_r};
445 die "Can't get registers group for '$opt_r'\n";
    [all...]

Completed in 5686 milliseconds