Home
last modified time | relevance | path

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

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