Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dclientloop.c263 const char *xauth_path, u_int trusted, u_int timeout, in client_x11_get_proto() argument
284 if (xauth_path != NULL && stat(xauth_path, &st) == -1) { in client_x11_get_proto()
286 xauth_path = NULL; in client_x11_get_proto()
289 if (xauth_path != NULL) { in client_x11_get_proto()
332 xauth_path, xauthfile, display, in client_x11_get_proto()
345 xauth_path, xauthfile, display, in client_x11_get_proto()
373 xauth_path, in client_x11_get_proto()
H A Dconfigure.ac4830 xauth_path=$withval
4839 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])
4840 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
4841 xauth_path="/usr/openwin/bin/xauth"
4857 if test -z "$xauth_path" ; then
4861 AC_DEFINE_UNQUOTED([XAUTH_PATH], ["$xauth_path"],
4863 XAUTH_PATH=$xauth_path