Searched defs:isxdigit_l (Results 1 – 8 of 8) sorted by relevance
158 #define isxdigit_l _isxdigit_l macro
67 inline _LIBCPP_INLINE_VISIBILITY int isxdigit_l(int c, locale_t) { in isxdigit_l() function
83 int isxdigit_l(int c, locale_t locale) in isxdigit_l() function
314 # define isxdigit_l(c,l) __isxdigit_l ((c), (l)) macro