OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:table_heading
(Results
1 - 1
of
1
) sorted by null
/external/ltp/lib/
tst_timer_test.c
73
static const char *
table_heading
= " Time: us ";
variable
85
return MAX(strlen(
table_heading
) + 2, l + 3);
118
fprintf(stderr, "\n%*s| Frequency\n", line_header_len - 2,
table_heading
);
Completed in 425 milliseconds