Searched refs:locked_str (Results 1 – 1 of 1) sorted by relevance
57 static char locked_str[] = "*LOCKED*"; variable284 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()