Home
last modified time | relevance | path

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

/openbsd/include/
H A Dlogin_cap.h82 #define AUTH_EXPIRED 0x20 /* account expired */ macro
/openbsd/lib/libc/gen/
H A Dauth_subr.c746 as->state |= AUTH_EXPIRED; /* XXX */ in auth_check_expire()
758 as->state |= AUTH_EXPIRED; in auth_check_expire()
934 as->state = AUTH_EXPIRED; in auth_call()
/openbsd/usr.bin/login/
H A Dlogin.c726 if (auth_getstate(as) & AUTH_EXPIRED) in main()