Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbsd-cray.c114 struct udb *ueptr; /* UDB pointer for username */ in cray_login_failure() local
124 if ((ueptr = getudbnam(username)) == UDB_NULL) in cray_login_failure()
135 fsent.ueptr = ueptr; in cray_login_failure()
156 struct udb *ueptr; /* UDB pointer for username */ in cray_access_denied() local
161 if ((ueptr = getudbnam(username)) == UDB_NULL) in cray_access_denied()
165 if (ueptr != NULL && ueptr->ue_disabled) in cray_access_denied()
273 usent.ueptr = &ue; in cray_setup()
395 fsent.ueptr = &ue; in cray_setup()
431 fsent.ueptr = &ue; in cray_setup()
475 ssent.ueptr = &ue; in cray_setup()