Searched refs:expTail (Results 1 – 1 of 1) sorted by relevance
181 const char *expTail; in strToF() local182 exponent = strToI(string+1, &expTail, 10); in strToF()183 if (expTail == string+1) in strToF()186 *tail = expTail; in strToF()