Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pw/
H A Dpw_user.c57 static char locked_str[] = "*LOCKED*"; variable
284 if (strncmp(pwd->pw_passwd, locked_str, sizeof(locked_str) -1) == 0) in pw_userlock()
292 asprintf(&passtmp, "%s%s", locked_str, pwd->pw_passwd); in pw_userlock()
297 pwd->pw_passwd += sizeof(locked_str)-1; in pw_userlock()