HomeSort by: relevance | last modified time | path
    Searched refs:auth_display (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
session.h 53 char *auth_display; member in struct:Session
session.c 1052 options.xauth_location, s->auth_display);
1055 options.xauth_location, s->auth_display,
1063 s->auth_display);
1065 s->auth_display, s->auth_proto,
2155 free(s->auth_display);
2156 s->auth_display = NULL;
2231 free(s->auth_display);
2359 char display[512], auth_display[512]; local
2395 * auth_display must be used as the displayname when the
2402 snprintf(auth_display, sizeof auth_display, "unix:%u.%u"
    [all...]

Completed in 15 milliseconds