Lines Matching refs:pwd
66 struct passwd *pwd; member
113 if (pwbuf->pwd == NULL) in nss_getpwnam()
114 pwbuf->pwd = (struct passwd *) in nss_getpwnam()
116 if (pwbuf->pwd == NULL) { in nss_getpwnam()
140 if (pwbuf->pwd) in nss_getpwnam()
141 free(pwbuf->pwd); in nss_getpwnam()
158 if (pwbuf->pwd) { in nss_getpwnam()
163 if (getpwnam_r(name, pwbuf->pwd, pwbuf->pwd_scratch, in nss_getpwnam()
184 struct passwd pwd; in nss_getpwnam() local
188 if (private_getpwnam_r(name, &pwd, pwd_scratch, in nss_getpwnam()
202 if (pwbuf->pwd) free(pwbuf->pwd); in nss_getpwnam()
231 pw = pwbuf->pwd; in nss_getattr()
310 if (pwbuf->pwd) free(pwbuf->pwd); in nss_getattr()