Home
last modified time | relevance | path

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

/external/genext2fs/
Dgenext2fs.c398 char *suffixptr; in SI_atof() local
401 f = strtof(nptr, &suffixptr); in SI_atof()
403 f = (float)strtod(nptr, &suffixptr); in SI_atof()
406 if (*suffixptr) { in SI_atof()
407 if (!strcmp(suffixptr, "Ki")) in SI_atof()
409 else if (!strcmp(suffixptr, "Mi")) in SI_atof()
411 else if (!strcmp(suffixptr, "Gi")) in SI_atof()
413 else if (!strcmp(suffixptr, "k")) in SI_atof()
415 else if (!strcmp(suffixptr, "M")) in SI_atof()
417 else if (!strcmp(suffixptr, "G")) in SI_atof()