Lines Matching refs:pword
650 char *pword; in files_update() local
721 pword = strdup(hash); in files_update()
722 if (pword == NULL) { in files_update()
729 pwbuf->new_sp_pwdp = pword; in files_update()
730 spw->sp_pwdp = pword; in files_update()
745 pword = malloc(len); in files_update()
746 if (pword == NULL) { in files_update()
750 (void) strlcpy(pword, LOCKSTRING, len); in files_update()
751 (void) strlcat(pword, spw->sp_pwdp, len); in files_update()
754 pwbuf->new_sp_pwdp = pword; in files_update()
755 spw->sp_pwdp = pword; in files_update()