Searched defs:ishexnumber (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/locale/ | ||
H A D | isctype.c | 100 ishexnumber(int c) in ishexnumber() function |
/freebsd/include/ | ||
H A D | ctype.h | 126 #define ishexnumber(c) __sbistype((c), _CTYPE_X) macro |