Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbsd-cray.c113 struct udb *ueptr; /* UDB pointer for username */ in cray_login_failure() local
123 if ((ueptr = getudbnam(username)) == UDB_NULL) in cray_login_failure()
134 fsent.ueptr = ueptr; in cray_login_failure()
155 struct udb *ueptr; /* UDB pointer for username */ in cray_access_denied() local
160 if ((ueptr = getudbnam(username)) == UDB_NULL) in cray_access_denied()
164 if (ueptr != NULL && ueptr->ue_disabled) in cray_access_denied()
272 usent.ueptr = &ue; in cray_setup()
394 fsent.ueptr = &ue; in cray_setup()
430 fsent.ueptr = &ue; in cray_setup()
474 ssent.ueptr = &ue; in cray_setup()