OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_exec_time
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/mem/mtest06/
mmap3.c
43
static char *
str_exec_time
;
variable
158
if (tst_parse_float(
str_exec_time
, &exec_time, 0.0005, 9000))
159
tst_brk(TBROK, "Invalid execution time '%s'",
str_exec_time
);
203
{"x:", &
str_exec_time
, "-x float Execution time in hours (default 24H)"},
mmap1.c
38
static char *
str_exec_time
;
variable
55
{"x:", &
str_exec_time
, "Exec time (hours)"},
195
if (tst_parse_float(
str_exec_time
, &exec_time, 0, FLT_MAX)) {
197
str_exec_time
);
Completed in 495 milliseconds