Searched refs:xauth_path (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | clientloop.c | 281 const char *xauth_path, u_int trusted, u_int timeout, in client_x11_get_proto() argument 302 if (xauth_path != NULL && stat(xauth_path, &st) == -1) { in client_x11_get_proto() 304 xauth_path = NULL; in client_x11_get_proto() 307 if (xauth_path != NULL) { in client_x11_get_proto() 350 xauth_path, xauthfile, display, in client_x11_get_proto() 363 xauth_path, xauthfile, display, in client_x11_get_proto() 391 xauth_path, in client_x11_get_proto()
|