Searched refs:decdigit (Results 1 – 1 of 1) sorted by relevance
3116 static Int decdigit ( Char c ) in decdigit() function3157 while (decdigit(*buf) >= 0) { in readdec64()3158 *val = (*val * 10) + decdigit(*buf); in readdec64()