Searched refs:auth_display (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsession.h49 char *auth_display; member in struct:Session
H A Dsession.c1383 options.xauth_location, s->auth_display);
1386 options.xauth_location, s->auth_display,
1394 s->auth_display);
1396 s->auth_display, s->auth_proto,
2431 if (s->auth_display) {
2432 xfree(s->auth_display);
2433 s->auth_display = NULL;
2502 if (s->auth_display)
2503 xfree(s->auth_display);
2631 char display[512], auth_display[51 local
[all...]

Completed in 120 milliseconds