getpwnam_r
int getpwnam_r(const char *, struct passwd *, char *, size_t,
getpwnam_r(as->name, &pwstore, pwbuf, sizeof(pwbuf), &pwd);
getpwnam_r(instance + 1, &pwstore, pwbuf,
getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd);
getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd);
getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd);
getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd);
getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd);
getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd);
if (getpwnam_r(uname, &pwstore, buf, sizeof buf, NULL) ||
DEF_WEAK(getpwnam_r);
getpwnam_r((char *)patbuf, &pwstore, pwbuf, sizeof(pwbuf),
getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pw);
PROTO_NORMAL(getpwnam_r);
getpwnam_r(locuser, &pwstore, pwbuf, sizeof(pwbuf), &pw);
getpwnam_r(luser, &pwstore, pwbuf, sizeof(pwbuf), &pwd);
if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0)
CHECKe(getpwnam_r(name, &pwbuf, buf, sizeof buf, &pw));