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

  /external/ltrace/
options.h 63 extern int opt_t; /* print absolute timestamp */
64 extern int opt_T; /* show the time spent inside each call */
options.c 65 int opt_t = 0; /* print absolute timestamp */ variable
66 int opt_T = 0; /* show the time spent inside each call */
667 opt_t++;
670 opt_T++;
721 if (opt_r && opt_t) {
output.c 100 if (opt_t) {
103 if (opt_t > 2) {
107 } else if (opt_t > 1) {
705 if (opt_T) {
  /external/lldb/scripts/
sed-sources 90 our $opt_t = 4; # Number of spaces per tab?
116 $tabstop = $opt_t;
  /external/mksh/src/
check.pl 253 $temp_base = $opt_T || "/tmp";
254 if (defined $opt_t) {
255 die "$prog: bad -t argument (should be number > 0): $opt_t\n"
256 if $opt_t !~ /^\d+$/ || $opt_t <= 0;
257 $default_time_limit = $opt_t;
    [all...]

Completed in 59 milliseconds