OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_config_file
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
readconf.h
152
int
read_config_file
(const char *, const char *, Options *, int);
ssh-keysign.c
190
(void)
read_config_file
(_PATH_HOST_CONFIG_FILE, "", &options, 0);
ssh.c
700
if (!
read_config_file
(config, host, &options, 0))
707
(void)
read_config_file
(buf, host, &options, 1);
710
(void)
read_config_file
(_PATH_HOST_CONFIG_FILE, host,
[
all
...]
readconf.c
1076
read_config_file
(const char *filename, const char *host, Options *options,
function
1120
* been set.
Read_config_file
will only set options with this value. Options
[
all
...]
Completed in 33 milliseconds