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

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c640 modify_ent(struct yppasswd *yppwd, struct passwd_entry *old_ent, argument
648 change_list = get_change_list(yppwd, old_ent);
657 if ((change_list & CNG_SH) && (!validloginshell(old_ent->pw_shell,
697 if (NULL != old_ent->pw_gecos)
698 sfree(old_ent->pw_gecos);
699 old_ent->pw_gecos = strdup(yppwd->newpw.pw_gecos);
700 if (NULL == old_ent->pw_gecos) {
707 if (NULL != old_ent->pw_shell)
708 sfree(old_ent->pw_shell);
709 old_ent
741 get_change_list(struct yppasswd *yppwd, struct passwd_entry *old_ent) argument
[all...]

Completed in 20 milliseconds