Home
last modified time | relevance | path

Searched refs:new_sp_pwdp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c84 char *new_sp_pwdp; member
728 if (pwbuf->new_sp_pwdp) in files_update()
729 free(pwbuf->new_sp_pwdp); in files_update()
730 pwbuf->new_sp_pwdp = pword; in files_update()
753 if (pwbuf->new_sp_pwdp) in files_update()
754 free(pwbuf->new_sp_pwdp); in files_update()
771 if (pwbuf->new_sp_pwdp) { in files_update()
772 free(pwbuf->new_sp_pwdp); in files_update()
773 pwbuf->new_sp_pwdp = NULL; in files_update()
1129 if (pwbuf->new_sp_pwdp) { in files_putpwnam()
[all …]