islower
#define Islower(c) (((c) & QUOTE) ? 0 : islower((unsigned char) (c)))
if (!islower(n)) {
if (!islower(n)) {
if (islower((unsigned char)*cp))
if (islower((unsigned char)*cp))
else if (islower(c))
if (islower((unsigned char)*q))
if (islower((unsigned char)*p)) {
(c + 10 - (islower((unsigned char)c) ? 'a' : 'A'));
if (islower((unsigned char)l))
if (islower((unsigned char)*buf1)) {
if (isascii((unsigned char)*p) && islower((unsigned char)*p))
if (islower((unsigned char)argv[0][0])) {
if (!islower(ch))
if (islower(ch)) {
if (!islower((unsigned char)*p))
if (islower(c))
if (islower((unsigned char)Msgbuf[0]) && Msgbuf[1] != ')')
if (islower(c))
else if (islower((unsigned char)ch))
if (islower((unsigned char)pc))
if (islower((unsigned char)pc))
if (!islower((unsigned char)*wp))
if (islower((unsigned char)c) && c - 'a' < i) {
if (islower(c))
if (islower((unsigned char)c))
if (islower(ch))
if (islower((unsigned char)*c))
int islower(int);
_CITRUS_BCS_PRED(islower, c >= 'a' && c <= 'z')
if ((flags & GETPASS_FORCE_UPPER) && islower((unsigned char)c))
val = (val << 4) + (c + 10 - (islower(c) ? 'a' : 'A'));
digit = c + 10 - (islower(c) ? 'a' : 'A');
if (islower(c))
if (islower(ch))
#define iswlower(a) islower(a)
if (islower((unsigned char)s))
for (p = new_pass; *p && islower((unsigned char)*p); ++p);
if (islower ((unsigned char)*word))
if (islower((unsigned char)queue))
else if (islower((unsigned char)*p))
if (islower(c))
if (islower((unsigned char)*s2))
if (islower(ch))
if (islower((unsigned char)*p))
if (islower((unsigned char)*fname))
if (islower((unsigned char)*str))
#define _toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c))
#define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c))
if (islower(*str))
#define DIGIT(x) (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A')
show_old_val = islower((unsigned char)modif[0]);
return (isupper(ch) || islower(ch));
if (islower(ch))
LIBKERN_INLINE int islower(int) __unused;
M(ISLOWER, islower) \
DEF_TEST_ABUSE(islower)
DEF_TEST_ABUSE_OVERRIDE(islower)
DEF_TEST_USE(islower)
ATF_CHECK(islower(ydots));
ATF_CHECK(!islower(Hard));
ATF_CHECK(islower(ya));
ADD_TEST_ABUSE(tp, islower);
ADD_TEST_ABUSE_OVERRIDE(tp, islower);
ADD_TEST_USE(tp, islower);
static int islower_wrapper(int ch) { return islower(ch); }
ATF_REQUIRE_EQ(!!islower(c), inout);
int islower(int);
islower(c);
if (!(islower(queue) || isupper(queue)))
if (islower((unsigned char)*cp))
if (islower((unsigned char)*cp))
*dst++ = (char)(islower((u_char)c) ? toupper((u_char)c) : c);
&& !islower((unsigned char)*cp)))) {
if (islower((unsigned char)dst[i]))
#define HEXTOINT(x) (x - (isdigit(x) ? '0' : (islower(x) ? 'a' : 'A') - 10))
if (!islower((unsigned char)*cp++))
ch_islower(char ch) { return islower((unsigned char)ch) != 0; }
for (t = p; *t && islower((unsigned char)*t); ++t);
for (t = p; *t && islower((unsigned char)*t); ++t);
for (s = simplename; *s && !islower((unsigned char)*s); s++)
if (islower((unsigned char)*tmp))
if (!islower((unsigned char)lang[0]) ||
!islower((unsigned char)lang[1]))
if (islower((unsigned char)*cp))
else if (islower((unsigned char)c))
if (islower(c)) {
if (boolean(value(RAISE)) && islower((unsigned char)gch))
{ "lower", islower },
return islower((unsigned char)ch) != 0;
if (islower(c) != 0 && l > 0 && ch_isupper(keywd[0]))
*q++ = islower((unsigned char)*p) ? toupper((unsigned char)*p) : *p;
if( islower(c) )
if (islower((unsigned char)*oldname))
if (islower((unsigned char)*oldname))
if (islower((unsigned char)*c) )
if (islower((unsigned char)str[p]) )
if (islower((unsigned char)*c) )
&& isupper(from_buf[0]) && islower(from_buf[1]) /* month */
&& islower(from_buf[2]))