OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xauth_location
(Results
1 - 7
of
7
) sorted by null
/external/openssh/
readconf.h
39
char *
xauth_location
; /* Location for xauth program */
member in struct:__anon25860
servconf.h
76
char *
xauth_location
; /* Location of xauth program */
member in struct:__anon25867
session.c
[
all
...]
readconf.c
595
charptr=&options->
xauth_location
;
1134
options->
xauth_location
= NULL;
[
all
...]
servconf.c
89
options->
xauth_location
= NULL;
202
if (options->
xauth_location
== NULL)
203
options->
xauth_location
= _PATH_XAUTH;
1010
charptr = &options->
xauth_location
;
[
all
...]
ssh.c
[
all
...]
mux.c
[
all
...]
Completed in 1029 milliseconds