Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dclientloop.c291 const char *xauth_path, u_int trusted, u_int timeout, in client_x11_get_proto() argument
312 if (xauth_path != NULL && stat(xauth_path, &st) == -1) { in client_x11_get_proto()
314 xauth_path = NULL; in client_x11_get_proto()
317 if (xauth_path != NULL) { in client_x11_get_proto()
360 xauth_path, xauthfile, display, in client_x11_get_proto()
373 xauth_path, xauthfile, display, in client_x11_get_proto()
401 xauth_path, in client_x11_get_proto()
H A Dconfigure.ac4950 xauth_path=$withval
4959 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])
4960 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
4961 xauth_path="/usr/openwin/bin/xauth"
4977 if test -z "$xauth_path" ; then
4981 AC_DEFINE_UNQUOTED([XAUTH_PATH], ["$xauth_path"],
4983 XAUTH_PATH=$xauth_path