Searched refs:check_str_time (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | parse.h | 96 extern int check_str_time(const char *p, long long *val, int);
|
D | parse.c | 380 int check_str_time(const char *p, long long *val, int is_seconds) in check_str_time() function 540 ret = check_str_time(tmp, &ull, o->is_seconds); in __handle_option()
|
D | init.c | 2418 if (check_str_time(optarg, &t, 1)) { in parse_cmd_line() 2657 if (check_str_time(optarg, &val, 1)) { in parse_cmd_line() 2687 if (check_str_time(optarg, &trigger_timeout, 1)) { in parse_cmd_line()
|