/src/lib/libtelnet/ |
kerberos5.c | 442 struct passwd pws, *pwd; local in function:kerberos5_is 450 if (getpwnam_r(UserNameRequested, &pws, pwbuf,
|
sra.c | 446 struct passwd pws, *pwd; local in function:isroot 449 if (getpwnam_r(usr, &pws, pwbuf, sizeof(pwbuf), &pwd) != 0 || 471 struct passwd pws, *pw; local in function:check_user 481 if (getpwnam_r(name, &pws, pwbuf, sizeof(pwbuf), &pw) == 0 &&
|
kerberos5.c | 442 struct passwd pws, *pwd; local in function:kerberos5_is 450 if (getpwnam_r(UserNameRequested, &pws, pwbuf,
|
sra.c | 446 struct passwd pws, *pwd; local in function:isroot 449 if (getpwnam_r(usr, &pws, pwbuf, sizeof(pwbuf), &pwd) != 0 || 471 struct passwd pws, *pw; local in function:check_user 481 if (getpwnam_r(name, &pws, pwbuf, sizeof(pwbuf), &pw) == 0 &&
|
/src/lib/libwrap/ |
options.c | 290 struct passwd *pwd, pws; local in function:user_option 296 (void)getpwnam_r(value, &pws, pwbuf, sizeof(pwbuf), &pwd);
|
options.c | 290 struct passwd *pwd, pws; local in function:user_option 296 (void)getpwnam_r(value, &pws, pwbuf, sizeof(pwbuf), &pwd);
|