Searched refs:check_str_bytes (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | parse.h | 95 extern int check_str_bytes(const char *p, long long *val, void *data);
|
D | parse.c | 375 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()
|
D | goptions.c | 527 check_str_bytes(o->def, &val, o); in __gopt_new_int() 734 check_str_bytes(o->def, &val, o); in gopt_new_int_range()
|