Home
last modified time | relevance | path

Searched refs:pwdp (Results 1 – 2 of 2) sorted by relevance

/trueos/crypto/openssh/openbsd-compat/
HDbsd-cray.c138 fsent.pwdp = NULL; in cray_login_failure()
276 pwdacm.pwdp = NULL; in cray_setup()
280 pwdudb.pwdp = NULL; in cray_setup()
284 pwddce.pwdp = NULL; in cray_setup()
288 pwddialup.pwdp = NULL; in cray_setup()
293 pwdwal.pwdp = NULL; in cray_setup()
398 fsent.pwdp = uret.pswd; in cray_setup()
434 fsent.pwdp = uret.pswd; in cray_setup()
/trueos/usr.sbin/jail/
HDcommand.c74 const struct passwd **pwdp, login_cap_t **lcapp);
877 const struct passwd **pwdp, login_cap_t **lcapp) in get_user_info() argument
881 *pwdp = pwd = username ? getpwnam(username) : getpwuid(getuid()); in get_user_info()