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) {
handle_event.c 789 if (opt_T || options.summary) {
827 if (opt_T || options.summary) {
output.c 100 if (opt_t) {
103 if (opt_t > 2) {
107 } else if (opt_t > 1) {
705 if (opt_T) {
  /external/mksh/src/
check.pl 254 $temp_base = $opt_T || "/tmp";
255 if (defined $opt_t) {
256 die "$prog: bad -t argument (should be number > 0): $opt_t\n"
257 if $opt_t !~ /^\d+$/ || $opt_t <= 0;
258 $default_time_limit = $opt_t;
    [all...]

Completed in 408 milliseconds