islower 51 examples/auth/crackcheck/crackcheck.c if (islower(passwd[i])) { islower 239 lib/util/charset/util_unistr.c if (isupper(val) || islower(val) || isdigit(val) || strchr_m(other_safe_chars, val)) islower 302 lib/util/genrand.c } else if (islower((unsigned char)*s)) { islower 120 source3/lib/util_unistr.c upcase_table[v] = UCS2_CHAR(islower(i)?toupper(i):i); islower 168 source3/modules/getdate.c #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) islower 59 source3/modules/getdate.y #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c))