Searched refs:read_config_file (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | hid.c | 55 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 D | hesiod.c | 68 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 D | hcsecd.h | 58 void read_config_file(void);
|
H A D | hcsecd.c | 138 read_config_file(); in main() 424 read_config_file(); in sighup()
|
H A D | parser.y | 198 read_config_file(void) in read_config_file() function
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | bthid_config.h | 69 int32_t read_config_file (void);
|
H A D | bthidd.c | 161 if (read_config_file() < 0 || read_hids_file() < 0 || in main()
|
H A D | parser.y | 280 read_config_file(void) in read_config_file() function
|
/freebsd/crypto/openssh/ |
H A D | readconf.h | 243 int read_config_file(const char *, struct passwd *, const char *,
|
H A D | ssh-keysign.c | 225 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "", in main()
|
H A D | ssh.c | 569 !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 D | readconf.c | 2483 read_config_file(const char *filename, struct passwd *pw, const char *host, in read_config_file() function
|