Searched defs:spwd (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/nsswitch/nis/common/ |
H A D | getspent.c | 33 * Most of the information in a struct spwd simply isn't available from the 49 struct spwd *spwd = (struct spwd *)ent; local 70 if (spwd) { 74 spwd->sp_namp = buffer; 75 spwd->sp_pwdp = buffer + (p + 1 - instr); 76 spwd->sp_lstchg = -1; 77 spwd->sp_min = -1; 78 spwd 105 struct spwd *spwd; local 174 struct spwd *spwd; local [all...] |
/osnet-11/usr/src/lib/passwdutil/ |
H A D | nss_attr.c | 67 struct spwd *spwd; member in struct:pwbuf 117 if (pwbuf->spwd) 118 free(pwbuf->spwd); 135 if (pwbuf->spwd == NULL) 136 pwbuf->spwd = (struct spwd *) 137 malloc(sizeof (struct spwd)); 138 if (pwbuf->spwd == NULL) { 170 if (pwbuf->spwd) { [all...] |
H A D | files_attr.c | 81 struct spwd *spwd; member in struct:pwbuf 177 struct spwd * 178 private_getspnam_r(const char *name, struct spwd *result, char *buffer, 260 if (pwbuf->spwd == NULL) { 261 pwbuf->spwd = malloc(sizeof (struct spwd)); 262 if (pwbuf->spwd == NULL) { 289 if (pwbuf->spwd) { 294 if (private_getspnam_r(name, pwbuf->spwd, pwbu 927 files_update_shadow(char *name, struct spwd *spwd) argument [all...] |
H A D | ldap_attr.c | 103 struct spwd *spwd; member in struct:__anon2796 155 if (p->spwd) 156 free_spwd(p->spwd); 293 struct spwd *spw = NULL; 300 spw = ldapbuf->spwd; 432 res = dup_spw(&ldapbuf->spwd, getspnam_from(name, rep, REP_LDAP)); 436 char *spw = ldapbuf->spwd->sp_pwdp; 550 struct spwd *spw; 565 spw = ldapbuf->spwd; [all...] |
/osnet-11/usr/src/lib/libnisdb/yptol/ |
H A D | shim_changepasswd.c | 129 suc_code write_shadow_info(char *, struct spwd *); 139 struct spwd *get_old_shadow(char *, char *); 140 suc_code decode_shadow_entry(datum *, struct spwd *); 141 void free_shadow_entry(struct spwd *); 644 struct spwd *shadow; 1166 struct spwd * 1170 struct spwd *sp; 1185 if (NULL == (sp = am(myself, sizeof (struct spwd)))) { 1208 * in a partially filled spwd structure. 1213 decode_shadow_entry(datum *data, struct spwd *s 1331 free_shadow_entry(struct spwd *spwd) argument [all...] |
Completed in 61 milliseconds