HomeSort by relevance Sort by last modified time
    Searched refs:opt_t (Results 1 - 6 of 6) 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) {
  /toolchain/binutils/binutils-2.25/gold/
tilegx.cc 3413 const tls::Tls_optimization opt_t = local
3993 const tls::Tls_optimization opt_t = local
4556 tls::Tls_optimization opt_t = local
    [all...]
  /external/curl/lib/
mk-ca-bundle.pl 37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $opt_v $opt_w);
341 my $format = $opt_t ? "plain text and " : "";
441 if ($opt_t) {
449 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 412 milliseconds