TOLOWER 659 encoding.c else if (ISUPPER(*s)) *s = (char)TOLOWER(*s); TOLOWER 44 ext/date/date_strftime.c *s = TOLOWER(*s); TOLOWER 2984 file.c return TOLOWER(p[0]) != TOLOWER(drive); TOLOWER 3325 file.c if (has_drive_letter(p) && TOLOWER(p[0]) == TOLOWER(s[0])) { TOLOWER 769 ruby.c while (TOLOWER(*str) == *name) { TOLOWER 204 strftime.c if (ISUPPER(*s)) *s = TOLOWER(*s);