Searched refs:iswxdigit (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | iswctype.c | 168 #undef iswxdigit 170 iswxdigit(wint_t wc) in iswxdigit() function
|
H A D | Symbol.map | 44 iswxdigit;
|
H A D | Makefile.inc | 77 iswalnum.3 iswupper.3 iswalnum.3 iswxdigit.3
|
/freebsd/include/ |
H A D | wctype.h | 72 int iswxdigit(wint_t); 111 #define iswxdigit(wc) __istype((wc), _CTYPE_X) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwctype | 40 int iswxdigit(wint_t wc); 86 using ::iswxdigit _LIBCPP_USING_IF_EXISTS;
|
H A D | wctype.h | 37 int iswxdigit(wint_t wc); 85 # undef iswxdigit
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 28 using ::iswxdigit _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 28 using std::iswxdigit _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 74 { "xdigit", iswxdigit }
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 46 #define ISXDIGIT iswxdigit
|
/freebsd/lib/libc/stdio/ |
H A D | vfwscanf.c | 961 if ((ishex && iswxdigit(c)) || iswdigit(c)) in parsefloat() 978 } else if ((ishex && iswxdigit(c)) || iswdigit(c)) { in parsefloat()
|
/freebsd/contrib/tcsh/ |
H A D | sh.char.h | 195 # define Isxdigit(c) (((c) & QUOTE) ? 0 : iswxdigit(c))
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 575 SYMBOL(iswxdigit, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 1894 SYMBOL(iswxdigit, std::, <cwctype>) 1895 SYMBOL(iswxdigit, None, <cwctype>) 1896 SYMBOL(iswxdigit, None, <wctype.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2143 fun:iswxdigit=uninstrumented
|