Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c55 if (read_config_file() == 0) { in hid_dump()
73 if (read_config_file() == 0) { in hid_forget()
95 if (read_config_file() == 0) { in hid_known()
/freebsd/lib/libc/net/
H A Dhesiod.c68 static int read_config_file(struct hesiod_p *, const char *);
90 if (read_config_file(ctx, configname) >= 0) { in hesiod_init()
254 read_config_file(struct hesiod_p *ctx, const char *filename) in read_config_file() function
/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.h58 void read_config_file(void);
H A Dhcsecd.c138 read_config_file(); in main()
424 read_config_file(); in sighup()
H A Dparser.y198 read_config_file(void) in read_config_file() function
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbthid_config.h69 int32_t read_config_file (void);
H A Dbthidd.c161 if (read_config_file() < 0 || read_hids_file() < 0 || in main()
H A Dparser.y280 read_config_file(void) in read_config_file() function
/freebsd/crypto/openssh/
H A Dreadconf.h243 int read_config_file(const char *, struct passwd *, const char *,
H A Dssh-keysign.c225 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "", in main()
H A Dssh.c569 !read_config_file(config, pw, host, host_name, &options, in process_config_files()
578 (void)read_config_file(buf, pw, host, host_name, in process_config_files()
583 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, in process_config_files()
H A Dreadconf.c2483 read_config_file(const char *filename, struct passwd *pw, const char *host, in read_config_file() function