Searched defs:isxdigit (Results 1 – 14 of 14) sorted by relevance
10 static inline int isxdigit(int ch) in isxdigit() function
60 isxdigit(int ch) in isxdigit() function
62 isxdigit(char_type ch) in isxdigit() function
222 isxdigit(int ch) in isxdigit() function
610 isxdigit(int ch) in isxdigit() function
145 isxdigit(wchar_t ch) in isxdigit() function
32 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0) macro
37 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0) macro
38 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0) macro
144 #define isxdigit(c) do_not_use_isxdigit_with_safe_ctype macro
703 #define isxdigit(c) (('0' <= (c) && (c) <= '9') \ macro
78 isxdigit: label
129 isxdigit: label