Searched refs:ctype_xdigit (Results 1 – 3 of 3) sorted by relevance
142 if (isxdigit(i)) x += ctype_xdigit;
189 ctype_space, ctype_letter, ctype_digit, ctype_xdigit, ctype_word); in main()
575 #define ctype_xdigit 0x08 /* not actually used any more */ macro