Searched refs:xauth_location (Results 1 - 7 of 7) sorted by relevance

/external/openssh/
H A Dreadconf.h37 char *xauth_location; /* Location for xauth program */ member in struct:__anon13021
H A Dservconf.h84 char *xauth_location; /* Location of xauth program */ member in struct:__anon13030
H A Dsession.c1375 } else if (do_xauth && options.xauth_location != NULL) {
1380 options.xauth_location, s->auth_display);
1383 options.xauth_location, s->auth_display,
1387 options.xauth_location);
2658 if (options.xauth_location == NULL ||
2659 (stat(options.xauth_location, &st) == -1)) {
H A Dservconf.c104 options->xauth_location = NULL;
238 if (options->xauth_location == NULL)
239 options->xauth_location = xstrdup(_PATH_XAUTH);
352 CLEAR_ON_NONE(options->xauth_location);
1210 charptr = &options->xauth_location;
2170 dump_cfg_string(sXAuthLocation, o->xauth_location);
H A Dreadconf.c983 charptr=&options->xauth_location;
1595 options->xauth_location = NULL;
1713 if (options->xauth_location == NULL)
1714 options->xauth_location = _PATH_XAUTH;
2313 dump_cfg_string(oXAuthLocation, o->xauth_location);
H A Dssh.c1679 client_x11_get_proto(display, options.xauth_location,
1780 client_x11_get_proto(display, options.xauth_location,
H A Dmux.c1340 client_x11_get_proto(display, options.xauth_location,

Completed in 129 milliseconds