Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dclientloop.c290 const char *xauth_path, u_int trusted, u_int timeout, in client_x11_get_proto() argument
311 if (xauth_path != NULL && stat(xauth_path, &st) == -1) { in client_x11_get_proto()
313 xauth_path = NULL; in client_x11_get_proto()
316 if (xauth_path != NULL) { in client_x11_get_proto()
359 xauth_path, xauthfile, display, in client_x11_get_proto()
372 xauth_path, xauthfile, display, in client_x11_get_proto()
400 xauth_path, in client_x11_get_proto()
H A Dconfigure.ac5047 xauth_path=$withval
5056 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])
5057 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
5058 xauth_path="/usr/openwin/bin/xauth"
5074 if test -z "$xauth_path" ; then
5078 AC_DEFINE_UNQUOTED([XAUTH_PATH], ["$xauth_path"],
5080 XAUTH_PATH=$xauth_path