Home
last modified time | relevance | path

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

/external/syslinux/com32/gfxboot/
Dgfxboot.c165 int read_config_file(const char *filename);
223 if(read_config_file("~")) { in main()
312 int read_config_file(const char *filename) in read_config_file() function
429 read_config_file(s); in read_config_file()
/external/openssh/
Dreadconf.h203 int read_config_file(const char *, struct passwd *, const char *,
Dssh-keysign.c218 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "", &options, 0); in main()
Dssh.c468 !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()
Dreadconf.c1707 read_config_file(const char *filename, struct passwd *pw, const char *host, in read_config_file() function