HomeSort by relevance Sort by last modified time
    Searched refs:str_to_decimal (Results 1 - 4 of 4) sorted by null

  /external/fio/
parse.h 91 extern int str_to_decimal(const char *, long long *, int, void *, int);
parse.c 278 int str_to_decimal(const char *str, long long *val, int kilo, void *data, function
313 return str_to_decimal(p, val, 1, data, 0);
318 return str_to_decimal(p, val, 0, NULL, is_seconds);
360 if (!str_to_decimal(str, &__val, 1, data, 0)) {
options.c 105 if (str_to_decimal(fname, &val, 1, o, 0)) {
342 if (str_to_decimal(nr, &val, 1, o, 0)) {
    [all...]
init.c     [all...]

Completed in 261 milliseconds