Searched refs:CRACK_TOLOWER (Results 1 – 2 of 2) sorted by relevance
100 *(ptr++) = CRACK_TOLOWER(*str); in Lowercase()117 *(ptr++) = CRACK_TOLOWER(*str); in Capitalise()222 c = CRACK_TOLOWER(input); in MatchClass()230 c = CRACK_TOLOWER(input); in MatchClass()
78 #define CRACK_TOLOWER(a) (isupper(a)?tolower(a):(a)) macro