Searched refs:xauth_location (Results 1 - 7 of 7) sorted by relevance
/external/openssh/ |
H A D | readconf.h | 37 char *xauth_location; /* Location for xauth program */ member in struct:__anon13021
|
H A D | servconf.h | 84 char *xauth_location; /* Location of xauth program */ member in struct:__anon13030
|
H A D | session.c | 1375 } 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 D | servconf.c | 104 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 D | readconf.c | 983 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 D | ssh.c | 1679 client_x11_get_proto(display, options.xauth_location, 1780 client_x11_get_proto(display, options.xauth_location,
|
H A D | mux.c | 1340 client_x11_get_proto(display, options.xauth_location,
|
Completed in 129 milliseconds