Home
last modified time | relevance | path

Searched refs:iswxdigit (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/libc++/include/
Dcwctype41 int iswxdigit(wint_t wc);
155 #ifdef iswxdigit
156 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswxdigit(wint_t __wc) {return iswxdigit(__wc);}
157 #undef iswxdigit
158 inline _LIBCPP_INLINE_VISIBILITY int iswxdigit(wint_t __wc) {return __libcpp_iswxdigit(__wc);}
159 #else // iswxdigit
160 using ::iswxdigit;
/NextBSD/contrib/libstdc++/include/c_std/
Dstd_cwctype.h71 #undef iswxdigit
101 using ::iswxdigit;
/NextBSD/lib/libc/locale/
HDiswctype.c169 #undef iswxdigit
171 iswxdigit(wint_t wc) in iswxdigit() function
HDSymbol.map48 iswxdigit;
HDMakefile.inc67 iswalnum.3 iswupper.3 iswalnum.3 iswxdigit.3
/NextBSD/include/
HDwctype.h71 int iswxdigit(wint_t);
110 #define iswxdigit(wc) __istype((wc), _CTYPE_X) macro
/NextBSD/contrib/libstdc++/include/c_compatibility/
Dwctype.h41 using std::iswxdigit;
/NextBSD/lib/libc/tests/locale/
HDiswctype_test.c77 { "xdigit", iswxdigit }
/NextBSD/contrib/nvi/common/
HDmultibyte.h48 #define ISXDIGIT iswxdigit
/NextBSD/lib/libc/stdio/
HDvfwscanf.c898 if ((ishex && iswxdigit(c)) || iswdigit(c)) in parsefloat()
915 } else if ((ishex && iswxdigit(c)) || iswdigit(c)) { in parsefloat()
/NextBSD/contrib/gcc/cp/
HDcfns.gperf104 iswxdigit
/NextBSD/contrib/tcsh/
HDsh.char.h196 # define Isxdigit(c) (((c) & QUOTE) ? 0 : iswxdigit(c))
/NextBSD/contrib/gcc/
HDbuiltins.def585 DEF_C94_BUILTIN (BUILT_IN_ISWXDIGIT, "iswxdigit", BT_FN_INT_WINT, ATTR_PURE_NOTHROW_LIST)
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2137 fun:iswxdigit=uninstrumented
/NextBSD/contrib/gcc/doc/
HDextend.texi5561 @findex iswxdigit
5834 @code{iswspace}, @code{iswupper}, @code{iswxdigit}, @code{towlower} and