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

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c60 static char locked_str[] = "*LOCKED*"; variable
305 if (strncmp(pwd->pw_passwd, locked_str, sizeof(locked_str) -1) == 0)
313 asprintf(&passtmp, "%s%s", locked_str, pwd->pw_passwd);
318 pwd->pw_passwd += sizeof(locked_str)-1;

Completed in 58 milliseconds