Searched refs:read_config_file (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | readconf.h | 164 int read_config_file(const char *, const char *, Options *);
|
/titanic_50/usr/src/cmd/avs/sv/ |
H A D | svadm.c | 96 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 D | ssh.c | 607 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 D | ssh-keysign.c | 187 (void)read_config_file(_PATH_HOST_CONFIG_FILE, "", &options); in main()
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | readconf.c | 883 read_config_file(const char *filename, const char *host, Options *options) in read_config_file() function
|