Home
last modified time | relevance | path

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

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dpasswd.c234 si->unlock_state = ul_success; /* yay */ in try_unlock_password()
307 ? ul_success : ul_fail; in xss_authenticate()
333 if (si->unlock_state == ul_success) in xss_authenticate()
H A Dtest-passwd.c260 if (si->unlock_state == ul_success) in main()
295 if (si->unlock_state == ul_success) in main()
H A Dtypes.h19 ul_success, /* auth success, unlock */ enumerator
H A Dpasswd-pam.c345 si->unlock_state = ul_success; /* yay */ in pam_try_unlock()
H A Dlock.c2167 else if (si->unlock_state == ul_success && /* good, but report failures */ in auth_finished_cb()
2245 return (si->unlock_state == ul_success); in unlock_p()