Home | History | Annotate | Download | only in openssh

Lines Matching refs:auth_display

1362 			    options.xauth_location, s->auth_display);
1365 options.xauth_location, s->auth_display,
1373 s->auth_display);
1375 s->auth_display, s->auth_proto,
2404 if (s->auth_display) {
2405 xfree(s->auth_display);
2406 s->auth_display = NULL;
2475 if (s->auth_display)
2476 xfree(s->auth_display);
2605 char display[512], auth_display[512];
2646 * auth_display must be used as the displayname when the
2653 snprintf(auth_display, sizeof auth_display, "unix:%u.%u",
2656 s->auth_display = xstrdup(auth_display);
2676 s->auth_display = xstrdup(display);