Searched defs:iswdigit (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dwctype.h61 #undef iswdigit macro
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h64 #undef iswdigit macro
/freebsd-12-stable/lib/libc/locale/
H A Diswctype.c80 #undef iswdigit macro
82 iswdigit(wint_t wc) function
/freebsd-12-stable/include/
H A Dwctype.h105 #define iswdigit(wc) __istype((wc), _CTYPE_D) macro

Completed in 108 milliseconds