Lines Matching refs:spwd
135 suc_code write_shadow_info(char *, struct spwd *);
145 struct spwd *get_old_shadow(char *, char *);
146 suc_code decode_shadow_entry(datum *, struct spwd *);
147 void free_shadow_entry(struct spwd *);
649 struct spwd *shadow; in modify_ent()
1169 struct spwd *
1173 struct spwd *sp; in get_old_shadow()
1188 if (NULL == (sp = am(myself, sizeof (struct spwd)))) { in get_old_shadow()
1216 decode_shadow_entry(datum *data, struct spwd *sp) in decode_shadow_entry()
1277 write_shadow_info(char *domain, struct spwd *sp) in write_shadow_info()
1333 free_shadow_entry(struct spwd *spwd) in free_shadow_entry() argument
1335 if (NULL != spwd->sp_namp) in free_shadow_entry()
1336 sfree(spwd->sp_namp); in free_shadow_entry()
1338 if (NULL != spwd->sp_pwdp) in free_shadow_entry()
1339 sfree(spwd->sp_pwdp); in free_shadow_entry()
1344 sfree(spwd); in free_shadow_entry()