Searched refs:check_str_bytes (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | parse.h | 94 extern int check_str_bytes(const char *p, long long *val, void *data);
|
D | parse.c | 353 int check_str_bytes(const char *p, long long *val, void *data) in check_str_bytes() function 518 ret = check_str_bytes(tmp, &ull, data); in __handle_option()
|
D | goptions.c | 526 check_str_bytes(o->def, &val, o); in __gopt_new_int() 733 check_str_bytes(o->def, &val, o); in gopt_new_int_range()
|