Lines Matching refs:spwd
69 struct spwd *spwd; member
120 if (pwbuf->spwd) in nss_getpwnam()
121 free(pwbuf->spwd); in nss_getpwnam()
137 if (pwbuf->spwd == NULL) in nss_getpwnam()
138 pwbuf->spwd = (struct spwd *) in nss_getpwnam()
139 malloc(sizeof (struct spwd)); in nss_getpwnam()
140 if (pwbuf->spwd == NULL) { in nss_getpwnam()
172 if (pwbuf->spwd) { in nss_getpwnam()
177 if (getspnam_r(name, pwbuf->spwd, pwbuf->spwd_scratch, in nss_getpwnam()
206 if (pwbuf->spwd) free(pwbuf->spwd); in nss_getpwnam()
225 struct spwd *spw; in nss_getattr()
234 spw = pwbuf->spwd; in nss_getattr()
314 if (pwbuf->spwd) free(pwbuf->spwd); in nss_getattr()