Home
last modified time | relevance | path

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

/external/fio/
Dparse.c420 static int check_range_bytes(const char *str, long *val, void *data) in check_range_bytes() function
759 if (!check_range_bytes(p1, &ul1, data) && in __handle_option()
760 !check_range_bytes(p2, &ul2, data)) { in __handle_option()