Searched refs:iswctype_l (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/locale/
H A Dwctype.c49 iswctype_l(wint_t wc, wctype_t charclass, locale_t locale) function
H A DMakefile.inc69 iswalnum_l.3 iswctype_l.3 iswalnum_l.3 iswdigit_l.3 \
/freebsd-13-stable/include/xlocale/
H A D_ctype.h175 int iswctype_l(wint_t __wc, wctype_t __charclass, locale_t __l);
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1261 return static_cast<bool>(iswctype_l(c, m, __l));
1329 if (iswctype_l(*low, m, __l))
1354 if (!iswctype_l(*low, m, __l))

Completed in 135 milliseconds