Searched defs:isxdigit (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/astsa/
H A Dstrmatch.c90 #ifndef isxdigit
91 #define isxdigit(c) ((c)>='0'&&(c)<='9'||(c)>='a'&&(c)<='f'||(c)>='A'&&(c)<='F') macro
426 if (oldp[5] == 't' && isxdigit(sc))
/ast/src/cmd/3d/
H A Dstrmatch.c107 #undef isxdigit macro
108 #define isxdigit(x) iswxdigit(x) macro
170 #ifndef isxdigit
171 #define isxdigit(c) ((c)>='0'&&(c)<='9'||(c)>='a'&&(c)<='f'||(c)>='A'&&(c)<='F') macro
546 if (oldp[5] == 't' && isxdigit(sc))

Completed in 12 milliseconds