Searched defs:iswlower (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/lib/libc/locale/ | ||
H A D | iswctype.c | 107 iswlower(wint_t wc) in iswlower() function |
/freebsd-src/include/ | ||
H A D | wctype.h | 106 #define iswlower(wc) __istype((wc), _CTYPE_L) macro |