Searched defs:new_sp_pwdp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c83 char *new_sp_pwdp; member in struct:pwbuf
727 if (pwbuf->new_sp_pwdp)
728 free(pwbuf->new_sp_pwdp);
729 pwbuf->new_sp_pwdp = pword;
752 if (pwbuf->new_sp_pwdp)
753 free(pwbuf->new_sp_pwdp);
754 pwbuf->new_sp_pwdp = pword;
770 if (pwbuf->new_sp_pwdp) {
771 free(pwbuf->new_sp_pwdp);
772 pwbuf->new_sp_pwdp
[all...]

Completed in 66 milliseconds