Searched refs:CRACK_TOLOWER (Results 1 – 2 of 2) sorted by relevance
98 *(ptr++) = CRACK_TOLOWER(*str); in Lowercase()115 *(ptr++) = CRACK_TOLOWER(*str); in Capitalise()220 c = CRACK_TOLOWER(input); in MatchClass()228 c = CRACK_TOLOWER(input); in MatchClass()
79 #define CRACK_TOLOWER(a) (isupper(a)?tolower(a):(a)) macro