Searched refs:xauth_location (Results 1 – 7 of 7) sorted by relevance
57 char *xauth_location; /* Location for xauth program */ member
69 char *xauth_location; /* Location of xauth program */ member
591 charptr=&options->xauth_location; in process_config_line()925 options->xauth_location = NULL; in initialize_options()1020 if (options->xauth_location == NULL) in fill_default_options()1021 options->xauth_location = _PATH_XAUTH; in fill_default_options()
90 options->xauth_location = NULL; in initialize_server_options()280 if (options->xauth_location == NULL) in fill_default_server_options()281 options->xauth_location = _PATH_XAUTH; in fill_default_server_options()1038 charptr = &options->xauth_location; in process_server_config_line()
1212 } else if (do_xauth && options.xauth_location != NULL) { in do_rc_files()1218 options.xauth_location, s->auth_display, in do_rc_files()1222 options.xauth_location); in do_rc_files()2399 if (!options.xauth_location || in session_setup_x11fwd()2400 (stat(options.xauth_location, &st) == -1)) { in session_setup_x11fwd()
917 client_x11_get_proto(display, options.xauth_location,1084 client_x11_get_proto(display, options.xauth_location,
996 xauth_location support; pr 1234