Home
last modified time | relevance | path

Searched refs:check_str_time (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dparse.h96 extern int check_str_time(const char *p, long long *val, int);
Dparse.c380 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()
Dinit.c2418 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()