Lines Matching refs:the_authctxt
114 extern Authctxt *the_authctxt;
197 if (the_authctxt != NULL && the_authctxt->valid) {
198 uid = the_authctxt->pw->pw_uid;
199 gid = the_authctxt->pw->pw_gid;
203 sel = selected(the_authctxt->user, uid, event_no, rc);
229 if (the_authctxt == NULL) {
234 if (the_authctxt->valid)
235 info.ai_auid = the_authctxt->pw->pw_uid;
242 (void) au_user_mask(the_authctxt->user, &mask);
260 if (the_authctxt->valid) {
263 what, the_authctxt->user);
268 the_authctxt->user);
324 const char *user = the_authctxt ? the_authctxt->user : "(unknown user)";
345 gettext("sshd logout %s"), the_authctxt->user);
360 gettext("too many tries for user %s"), the_authctxt->user);