Lines Matching refs:spwd
68 struct spwd *spwd; member
118 if (pwbuf->spwd) in nss_getpwnam()
119 free(pwbuf->spwd); in nss_getpwnam()
135 if (pwbuf->spwd == NULL) in nss_getpwnam()
136 pwbuf->spwd = (struct spwd *) in nss_getpwnam()
137 malloc(sizeof (struct spwd)); in nss_getpwnam()
138 if (pwbuf->spwd == NULL) { in nss_getpwnam()
170 if (pwbuf->spwd) { in nss_getpwnam()
175 if (getspnam_r(name, pwbuf->spwd, pwbuf->spwd_scratch, in nss_getpwnam()
204 if (pwbuf->spwd) free(pwbuf->spwd); in nss_getpwnam()
223 struct spwd *spw; in nss_getattr()
232 spw = pwbuf->spwd; in nss_getattr()
312 if (pwbuf->spwd) free(pwbuf->spwd); in nss_getattr()