Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c702 if (NULL != old_ent->pw_gecos) in modify_ent()
703 sfree(old_ent->pw_gecos); in modify_ent()
705 if (NULL == old_ent->pw_gecos) { in modify_ent()
712 if (NULL != old_ent->pw_shell) in modify_ent()
713 sfree(old_ent->pw_shell); in modify_ent()
715 if (NULL == old_ent->pw_shell) { in modify_ent()
722 if (NULL != old_ent->pw_passwd) in modify_ent()
723 sfree(old_ent->pw_passwd); in modify_ent()
725 if (NULL == old_ent->pw_passwd) { in modify_ent()
756 (strcmp(crypt(old_ent->pw_passwd, in get_change_list()
[all …]