OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH_MAX_HOSTS_FILES
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
readconf.h
31
#define
SSH_MAX_HOSTS_FILES
256
88
char *system_hostfiles[
SSH_MAX_HOSTS_FILES
];
90
char *user_hostfiles[
SSH_MAX_HOSTS_FILES
];
readconf.c
612
max_entries =
SSH_MAX_HOSTS_FILES
;
628
max_entries =
SSH_MAX_HOSTS_FILES
;
[
all
...]
Completed in 783 milliseconds