Searched refs:xauth_path (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | clientloop.c | 289 const char *xauth_path, u_int trusted, u_int timeout, in client_x11_get_proto() argument 310 if (xauth_path != NULL && stat(xauth_path, &st) == -1) { in client_x11_get_proto() 312 xauth_path = NULL; in client_x11_get_proto() 315 if (xauth_path != NULL) { in client_x11_get_proto() 358 xauth_path, xauthfile, display, in client_x11_get_proto() 371 xauth_path, xauthfile, display, in client_x11_get_proto() 399 xauth_path, in client_x11_get_proto()
|