Searched defs:special_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c442 uint_t special_cnt = 0; local
470 special_cnt++;
551 if ((special_cnt + whitespace_cnt + digit_cnt) <
561 if ((special_cnt + whitespace_cnt) < pwdef->minspecial) {

Completed in 57 milliseconds