Home
last modified time | relevance | path

Searched refs:CRACK_TOLOWER (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/pam_modules/authtok_check/
H A Drules.c100 *(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()
H A Dpacker.h78 #define CRACK_TOLOWER(a) (isupper(a)?tolower(a):(a)) macro