Home
last modified time | relevance | path

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

/external/fio/
Dparse.h95 extern int check_str_time(const char *p, long long *val, int);
Dinit.c1965 if (check_str_time(optarg, &def_timeout, 1)) { in parse_cmd_line()
2065 if (check_str_time(optarg, &t, 1)) { in parse_cmd_line()
2272 if (check_str_time(optarg, &val, 1)) { in parse_cmd_line()
2297 if (check_str_time(optarg, &trigger_timeout, 1)) { in parse_cmd_line()
Dparse.c358 int check_str_time(const char *p, long long *val, int is_seconds) in check_str_time() function
516 ret = check_str_time(tmp, &ull, o->is_seconds); in __handle_option()