Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDclientloop.c304 client_x11_get_proto(const char *display, const char *xauth_path, in client_x11_get_proto() argument
322 if (xauth_path == NULL ||(stat(xauth_path, &st) == -1)) { in client_x11_get_proto()
355 xauth_path, xauthfile, display, timeout); in client_x11_get_proto()
377 xauth_path, in client_x11_get_proto()
HDconfigure.ac4070 xauth_path=$withval
4079 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])
4080 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
4081 xauth_path="/usr/openwin/bin/xauth"
4097 if test -z "$xauth_path" ; then
4101 AC_DEFINE_UNQUOTED([XAUTH_PATH], ["$xauth_path"],
4103 XAUTH_PATH=$xauth_path
HDconfigure17203 case $xauth_path in
17205 ac_cv_path_xauth_path="$xauth_path" # Let the user override the test with a path.
17227 if test -n "$xauth_path"; then
17228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xauth_path" >&5
17229 $as_echo "$xauth_path" >&6; }
17236 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
17257 if test -z "$xauth_path" ; then
17263 #define XAUTH_PATH "$xauth_path"
17266 XAUTH_PATH=$xauth_path