Searched refs:ctype_xdigit (Results 1 – 3 of 3) sorted by relevance
142 if (isxdigit(i)) x += ctype_xdigit;
183 ctype_space, ctype_letter, ctype_digit, ctype_xdigit, ctype_word, in main()
589 #define ctype_xdigit 0x08 macro