Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cray.c94 struct udb *ueptr; /* UDB pointer for username */ in cray_login_failure() local
104 if ((ueptr = getudbnam(username)) == UDB_NULL) { in cray_login_failure()
114 fsent.ueptr = ueptr; in cray_login_failure()
135 struct udb *ueptr; /* UDB pointer for username */ in cray_access_denied() local
140 if ((ueptr = getudbnam(username)) == UDB_NULL) { in cray_access_denied()
144 if (ueptr && ueptr->ue_disabled) in cray_access_denied()
253 usent.ueptr = &ue; in cray_setup()
400 fsent.ueptr = &ue; in cray_setup()
436 fsent.ueptr = &ue; in cray_setup()
476 ssent.ueptr = &ue; in cray_setup()