Searched defs:str_to_decimal (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dparse.c299 int str_to_decimal(const char *str, long long *val, int kilo, void *data, function
355 return str_to_decimal(p, val, 1, data, 0, 0);
360 return str_to_decimal(p, val, 0, NULL, is_seconds, 1);
402 if (!str_to_decimal(str, &__val, 1, data, 0, 0)) {

Completed in 50 milliseconds