HomeSort by: relevance | last modified time | path
    Searched defs:valid_password_length (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/user/
user.c 950 valid_password_length(char *newpasswd) function in typeref:typename:int
1219 if (up->u_password != NULL && valid_password_length(up->u_password)) {
1506 if (!valid_password_length(up->u_password)) {
user.c 950 valid_password_length(char *newpasswd) function in typeref:typename:int
1219 if (up->u_password != NULL && valid_password_length(up->u_password)) {
1506 if (!valid_password_length(up->u_password)) {

Completed in 28 milliseconds