Home
last modified time | relevance | path

Searched refs:xauth_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dclientloop.c286 const char *xauth_path, u_int trusted, u_int timeout, in client_x11_get_proto() argument
307 if (xauth_path != NULL && stat(xauth_path, &st) == -1) { in client_x11_get_proto()
309 xauth_path = NULL; in client_x11_get_proto()
312 if (xauth_path != NULL) { in client_x11_get_proto()
355 xauth_path, xauthfile, display, in client_x11_get_proto()
368 xauth_path, xauthfile, display, in client_x11_get_proto()
396 xauth_path, in client_x11_get_proto()
H A Dconfigure.ac5208 xauth_path=$withval
5217 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])
5218 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
5219 xauth_path="/usr/openwin/bin/xauth"
5235 if test -z "$xauth_path" ; then
5239 AC_DEFINE_UNQUOTED([XAUTH_PATH], ["$xauth_path"],
5241 XAUTH_PATH=$xauth_path