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

/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c643 char *pword = NULL; local
725 free(pword);
726 pword = malloc(len);
727 if (pword == NULL) {
731 (void) strlcpy(pword, LOCKSTRING, len);
732 (void) strlcat(pword, hash, len);
733 spw->sp_pwdp = pword;
754 free(pword);
755 pword = malloc(len);
756 if (pword
[all...]

Completed in 416 milliseconds