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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dwctype.in.h91 # undef iswlower macro
109 # define iswlower rpl_iswlower macro
191 iswlower
343 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
360 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc));
373 _GL_CXXALIASWARN (iswlower); variable
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwctype.h51 iswlower (wint_t wc) function
84 return iswlower (wc);
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h349 #undef iswlower macro
364 #define iswlower(c) islower(c) macro
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h224 #ifndef iswlower
225 #define iswlower(x) islower(x) macro

Completed in 45 milliseconds