Searched refs:pwlock_str (Results 1 – 1 of 1) sorted by relevance
1451 char pwlock_str[] = "*"; in moduser() local1565 if (strncmp(pwp->pw_passwd, pwlock_str, sizeof(pwlock_str)-1) != 0) { in moduser()1566 pw_tmp = malloc(strlen(pwp->pw_passwd) + sizeof(pwlock_str)); in moduser()1572 strlcpy(pw_tmp, pwlock_str, sizeof(pw_len)); in moduser()1584 if (strcmp(pwp->pw_passwd, pwlock_str) != 0 && in moduser()1586 if (strncmp(pwp->pw_passwd, pwlock_str, sizeof(pwlock_str)-1) == 0) { in moduser()1587 pwp->pw_passwd += sizeof(pwlock_str)-1; in moduser()