OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opt_t
(Results
1 - 8
of
8
) 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
) {
handle_event.c
789
if (
opt_T
|| options.summary) {
827
if (
opt_T
|| options.summary) {
/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
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
options.h
[
all
...]
/external/clang/lib/Driver/
Tools.cpp
[
all
...]
Completed in 359 milliseconds