Home
last modified time | relevance | path

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

/external/fio/
Dparse.h95 extern int check_str_bytes(const char *p, long long *val, void *data);
Dparse.c375 int check_str_bytes(const char *p, long long *val, void *data) in check_str_bytes() function
542 ret = check_str_bytes(tmp, &ull, data); in __handle_option()
Dgoptions.c527 check_str_bytes(o->def, &val, o); in __gopt_new_int()
734 check_str_bytes(o->def, &val, o); in gopt_new_int_range()