Lines Matching refs:spwd
131 suc_code write_shadow_info(char *, struct spwd *);
141 struct spwd *get_old_shadow(char *, char *);
142 suc_code decode_shadow_entry(datum *, struct spwd *);
143 void free_shadow_entry(struct spwd *);
646 struct spwd *shadow; in modify_ent()
1167 struct spwd *
1171 struct spwd *sp; in get_old_shadow()
1186 if (NULL == (sp = am(myself, sizeof (struct spwd)))) { in get_old_shadow()
1214 decode_shadow_entry(datum *data, struct spwd *sp) in decode_shadow_entry()
1275 write_shadow_info(char *domain, struct spwd *sp) in write_shadow_info()
1331 free_shadow_entry(struct spwd *spwd) in free_shadow_entry() argument
1333 if (NULL != spwd->sp_namp) in free_shadow_entry()
1334 sfree(spwd->sp_namp); in free_shadow_entry()
1336 if (NULL != spwd->sp_pwdp) in free_shadow_entry()
1337 sfree(spwd->sp_pwdp); in free_shadow_entry()
1342 sfree(spwd); in free_shadow_entry()