Searched refs:read_config_file (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | readconf.h | 203 int read_config_file(const char *, struct passwd *, const char *,
|
D | ssh-keysign.c | 218 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "", &options, 0); in main()
|
D | ssh.c | 468 !read_config_file(config, pw, host, host_arg, &options, in process_config_files() 476 (void)read_config_file(buf, pw, host, host_arg, in process_config_files() 481 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, in process_config_files()
|
D | readconf.c | 1707 read_config_file(const char *filename, struct passwd *pw, const char *host, in read_config_file() function
|
/external/python/cpython3/PC/ |
D | launcher.c | 878 read_config_file(wchar_t * config_path) in read_config_file() function 915 read_config_file(launcher_ini_path); in read_commands() 917 read_config_file(appdata_ini_path); in read_commands()
|