Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bluetooth/bthidcontrol/
HDhid.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-14-stable/usr.sbin/bluetooth/hcsecd/
HDhcsecd.h58 void read_config_file(void);
HDhcsecd.c138 read_config_file(); in main()
424 read_config_file(); in sighup()
HDparser.y198 read_config_file(void) in read_config_file() function
/freebsd-14-stable/lib/libc/net/
HDhesiod.c71 static int read_config_file(struct hesiod_p *, const char *);
93 if (read_config_file(ctx, configname) >= 0) { in hesiod_init()
257 read_config_file(struct hesiod_p *ctx, const char *filename) in read_config_file() function
/freebsd-14-stable/usr.sbin/bluetooth/bthidd/
HDbthid_config.h69 int32_t read_config_file (void);
HDbthidd.c161 if (read_config_file() < 0 || read_hids_file() < 0 || in main()
HDparser.y280 read_config_file(void) in read_config_file() function
/freebsd-14-stable/crypto/openssh/
HDreadconf.h243 int read_config_file(const char *, struct passwd *, const char *,
HDssh-keysign.c225 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "", in main()
HDssh.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()
HDreadconf.c2486 read_config_file(const char *filename, struct passwd *pw, const char *host, in read_config_file() function