islower
if (!islower((unsigned char)n)) {
if (!islower((unsigned char)n)) {
while (*tp && !islower((unsigned char)*tp)) {
while (*tp && !islower((unsigned char)*tp)) {
islower((unsigned char)version[3])) {
else if (islower((unsigned char)c))
if (islower(c))
if (islower(*p))
if (islower((unsigned char)*p))
if (islower(*cp))
if ( !islower(*ctemp) ) {
if (__isascii(c) && islower(c)) {
{ "lower", islower },
(c + 10 - (islower(c) ? 'a' : 'A'));
if (!islower((unsigned char)*name->name))
if (!islower((unsigned char)*name->name))
&& TEST_int_eq(islower(n) != 0, ossl_islower(n) != 0)
int islower(int);
_CITRUS_BCS_PRED(islower, c >= 'a' && c <= 'z')
(c + 10 - (islower((unsigned char)c) ? 'a' : 'A'));
(c + 10 - (islower((unsigned char)c) ? 'a' : 'A'));
if (islower(c))
if (islower(ch))
if (islower(queue))
else if (islower(*p))
if (islower(c))
#define ISLOWER(x) islower((u_char)(x))
#define DIGIT(x) (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A')
return isupper(c) || islower(c);
return islower(c) ? c - 'a' + 'A' : c;
#define bhnd_nv_islower(c) islower(c)
#define osti_islower(c) islower(c)
#define ISLOWER(x) islower((u_char)(x))
# ifndef islower
# define isalpha(x) (isupper(x) || islower(x))
return (isupper(c) || islower(c));
if (!(islower(queue)||isupper(queue)))
islower(ch) ? ('a' + (ch - 'a' + perm) % 26) : ch) : ch
if (islower(ch))
if (islower(*t))
if (islower((unsigned char)*orig)) {
else if (islower(ch))
else if (islower(ch))
CCL_EXPR(islower);
CCL_EXPR(islower);
CCL_NEG_EXPR(islower);
int (islower)(int);
(isdigit(x) ? (x - '0') : ((islower(x) ? (x - 'a') : (x - 'A')) + 10))
if (!islower((unsigned char)*cp++))
for (s = simplename; *s && !islower((unsigned char)*s); s++)
if (islower(*tmp))
if (boolean(value(RAISE)) && islower(gch))
if (islower(*str))
#define MkUpper(ch) (islower(ch) ? toupper(ch) : ch)
switch (islower(q[0]) ? q[0] : tolower(q[0])) {
if (islower(id)) {
#define islowerch(Anychar) islower((u_char)(Anychar))
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) )