Searched refs:iswdigit (Results 1 – 4 of 4) sorted by relevance
86 #undef iswdigit88 iswdigit(wint_t c) in iswdigit() function
160 int iswdigit (wint_t WC);
862 if ((ishex && iswxdigit(c)) || iswdigit(c)) in parsefloat()879 } else if ((ishex && iswxdigit(c)) || iswdigit(c)) { in parsefloat()892 if (iswdigit(c)) in parsefloat()
164 if(!iswdigit(*temp)) { in PathInstance()