Searched refs:VALID_PASSWORD_CHAR (Results 1 – 4 of 4) sorted by relevance
22 #define VALID_PASSWORD_CHAR(ch) (ch>=33 && ch<126) macro
558 return VALID_PASSWORD_CHAR(key_unicode) ? KP_INPUT : special_keypress_ok(key_code); in password_keypress_ok()743 if (!(VALID_PASSWORD_CHAR(active_password_str[i]))) in valid_username_password()
142 if (!VALID_PASSWORD_CHAR(c)) in is_valid_password()
827 if (VALID_PASSWORD_CHAR(ch)) retval=1; in check_character()