Home
last modified time | relevance | path

Searched refs:read_config_file (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h164 int read_config_file(const char *, const char *, Options *);
/titanic_50/usr/src/cmd/avs/sv/
H A Dsvadm.c96 static int read_config_file(const caddr_t, sv_name_t []);
608 index = read_config_file(conf_file, svn); in enable_sv()
806 read_config_file(const caddr_t conf_file, sv_name_t svn[]) in read_config_file() function
1096 svl_system.svl_count = read_config_file(conf_file, svn_system); in disable_sv()
1285 config_cnt = read_config_file(conf_file, svn_config); in compare_sv()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c607 if (!read_config_file(config, host, &options))
613 (void)read_config_file(buf, host, &options);
616 (void)read_config_file(_PATH_HOST_CONFIG_FILE, host, &options);
/titanic_50/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c187 (void)read_config_file(_PATH_HOST_CONFIG_FILE, "", &options); in main()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c883 read_config_file(const char *filename, const char *host, Options *options) in read_config_file() function