Searched refs:iswlower (Results 1 - 11 of 11) sorted by relevance

/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/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
H A Dregex_internal.c316 if (iswlower (wc))
384 if (iswlower (wc))
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwcstol.c41 iswlower(x) ? (x) + 10 - L'a' : (x) + 10 - L'A')
H A Dwcstoul.c41 iswlower(x) ? (x) + 10 - L'a' : (x) + 10 - L'A')
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h224 #ifndef iswlower
225 #define iswlower(x) islower(x) macro
H A Dregclass.c75 static int Islower(int c) { return iswlower(c); }
H A Dregcomp.c1077 else if (iswlower(c))
1099 else if (iswlower(c))
1133 else if (iswlower(c))
1153 else if (iswlower(c))
1621 else if (iswlower(wc))
H A Dregnexec.c604 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswlower(c) || !iswupper(c)))
608 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswupper(c) || !iswlower(c)))
624 if (iswlower(c))
/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/libc/port/
H A Dllib-lc1448 int iswlower(wint_t c);

Completed in 48 milliseconds