Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dclientloop.c288 const char *xauth_path, u_int trusted, u_int timeout, in client_x11_get_proto() argument
309 if (xauth_path != NULL && stat(xauth_path, &st) == -1) { in client_x11_get_proto()
311 xauth_path = NULL; in client_x11_get_proto()
314 if (xauth_path != NULL) { in client_x11_get_proto()
357 xauth_path, xauthfile, display, in client_x11_get_proto()
370 xauth_path, xauthfile, display, in client_x11_get_proto()
398 xauth_path, in client_x11_get_proto()
H A Dconfigure.ac5199 xauth_path=$withval
5208 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])
5209 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
5210 xauth_path="/usr/openwin/bin/xauth"
5226 if test -z "$xauth_path" ; then
5230 AC_DEFINE_UNQUOTED([XAUTH_PATH], ["$xauth_path"],
5232 XAUTH_PATH=$xauth_path