Lines Matching defs:as
11 * As far as I am concerned, the code I have written for this software
13 * software must be clearly marked as such, and if the derived work is
29 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
112 warn_expiry(Authctxt *authctxt, auth_session_t *as)
119 pwtimeleft = auth_check_change(as);
120 actimeleft = auth_check_expire(as);
149 auth_session_t *as;
152 as = auth_usercheck(authctxt->pw->pw_name, authctxt->style, "auth-ssh",
154 if (as == NULL)
156 if (auth_getstate(as) & AUTH_PWEXPIRED) {
157 auth_close(as);
164 warn_expiry(authctxt, as);
166 return (auth_close(as));