Symbol: parse_config
regress/sbin/pfctl/changerule.c
114
if (parse_config("-", &pf) < 0) {
sbin/dhcp6leased/dhcp6leased.c
196
if ((main_conf = parse_config(conffile)) == NULL)
sbin/dhcp6leased/dhcp6leased.c
675
if ((xconf = parse_config(conffile)) == NULL)
sbin/dhcp6leased/dhcp6leased.h
287
struct dhcp6leased_conf *parse_config(const char *);
sbin/dhcpleased/dhcpleased.c
207
if ((main_conf = parse_config(conffile)) == NULL)
sbin/dhcpleased/dhcpleased.c
749
if ((xconf = parse_config(conffile)) == NULL)
sbin/dhcpleased/dhcpleased.h
325
struct dhcpleased_conf *parse_config(const char *);
sbin/iked/iked.c
250
if (parse_config(env->sc_conffile, env) == -1) {
sbin/iked/iked.c
335
if (parse_config(filename, env) == -1) {
sbin/iked/iked.h
1430
int parse_config(const char *, struct iked *);
sbin/pfctl/pfctl.c
2153
if (parse_config(filename, &pf) < 0) {
sbin/pfctl/pfctl_parser.h
271
int parse_config(char *, struct pfctl *);
sbin/unwind/unwind.c
184
if ((main_conf = parse_config(conffile)) == NULL)
sbin/unwind/unwind.c
580
if ((xconf = parse_config(conffile)) == NULL)
sbin/unwind/unwind.h
198
struct uw_conf *parse_config(char *);
usr.sbin/acme-client/main.c
90
if ((conf = parse_config(conffile, popts)) == NULL)
usr.sbin/acme-client/parse.h
88
struct acme_conf *parse_config(const char *, int);
usr.sbin/bgpd/bgpd.c
203
if ((conf = parse_config(conffile, NULL, NULL)) == NULL)
usr.sbin/bgpd/bgpd.c
239
if ((conf = parse_config(conffile, NULL, NULL)) == NULL) {
usr.sbin/bgpd/bgpd.c
575
if ((new_conf = parse_config(conffile, &conf->peers,
usr.sbin/bgpd/bgpd.h
1592
struct bgpd_config *parse_config(const char *, struct peer_head *,
usr.sbin/dvmrpd/dvmrpd.c
163
if ((conf = parse_config(conffile, opts)) == NULL )
usr.sbin/dvmrpd/dvmrpd.h
360
struct dvmrpd_conf *parse_config(char *, int);
usr.sbin/eigrpd/eigrpd.c
184
if ((eigrpd_conf = parse_config(conffile)) == NULL) {
usr.sbin/eigrpd/eigrpd.c
618
if ((xconf = parse_config(conffile)) == NULL)
usr.sbin/eigrpd/eigrpd.h
448
struct eigrpd_conf *parse_config(char *);
usr.sbin/httpd/httpd.c
186
if (parse_config(env->sc_conffile, env) == -1)
usr.sbin/httpd/httpd.h
620
int parse_config(const char *, struct httpd *);
usr.sbin/ifstated/ifstated.c
138
if ((newconf = parse_config(configfile, opts)) == NULL)
usr.sbin/ifstated/ifstated.c
213
if ((newconf = parse_config(configfile, opts)) == NULL)
usr.sbin/ifstated/ifstated.h
130
struct ifsd_config *parse_config(char *, int);
usr.sbin/iscsictl/iscsictl.c
140
if ((cf = parse_config(confname)) == NULL)
usr.sbin/iscsictl/iscsictl.h
51
struct iscsi_config * parse_config(char *);
usr.sbin/ldapctl/ldapctl.c
309
if (parse_config(conffile) != 0)
usr.sbin/ldapd/ldapd.c
187
if (parse_config(conffile) != 0)
usr.sbin/ldapd/ldapd.h
457
int parse_config(char *filename);
usr.sbin/ldomctl/config.c
2797
if (parse_config(filename, &conf) < 0)
usr.sbin/ldomctl/ldomctl.h
197
int parse_config(const char *, struct ldom_config *);
usr.sbin/ldpd/ldpd.c
180
if ((ldpd_conf = parse_config(conffile)) == NULL ) {
usr.sbin/ldpd/ldpd.c
760
if ((xconf = parse_config(conffile)) == NULL)
usr.sbin/ldpd/ldpd.h
549
struct ldpd_conf *parse_config(char *);
usr.sbin/lpd/lpd.c
128
env = parse_config(conffile, verbose);
usr.sbin/lpd/lpd.h
136
struct lpd_conf *parse_config(const char *, int);
usr.sbin/ntpd/ntpd.c
199
if (parse_config(conffile, &lconf))
usr.sbin/ntpd/ntpd.h
351
int parse_config(const char *, struct ntpd_conf *);
usr.sbin/ospf6d/ospf6d.c
183
if ((ospfd_conf = parse_config(conffile, opts)) == NULL )
usr.sbin/ospf6d/ospf6d.c
622
if ((xconf = parse_config(conffile, ospfd_conf->opts)) == NULL)
usr.sbin/ospf6d/ospf6d.h
525
struct ospfd_conf *parse_config(char *, int);
usr.sbin/ospfd/ospfd.c
184
if ((ospfd_conf = parse_config(conffile, opts)) == NULL) {
usr.sbin/ospfd/ospfd.c
647
if ((xconf = parse_config(conffile, ospfd_conf->opts)) == NULL)
usr.sbin/ospfd/ospfd.h
567
struct ospfd_conf *parse_config(char *, int);
usr.sbin/rad/rad.c
184
if ((main_conf = parse_config(conffile)) == NULL) {
usr.sbin/rad/rad.c
563
if ((xconf = parse_config(conffile)) == NULL)
usr.sbin/rad/rad.h
171
struct rad_conf *parse_config(char *);
usr.sbin/radiusd/radiusd.c
162
if (parse_config(conffile, radiusd) != 0)
usr.sbin/radiusd/radiusd_local.h
195
int parse_config(const char *, struct radiusd *);
usr.sbin/relayd/relayd.c
195
if (parse_config(env->sc_conffile, env) == -1)
usr.sbin/relayd/relayd.h
1159
int parse_config(const char *, struct relayd *);
usr.sbin/ripd/ripd.c
170
if ((conf = parse_config(conffile, opts)) == NULL )
usr.sbin/ripd/ripd.h
335
struct ripd_conf *parse_config(char *, int);
usr.sbin/sensorsd/sensorsd.c
163
parse_config(configfile);
usr.sbin/sensorsd/sensorsd.c
173
parse_config(configfile);
usr.sbin/sensorsd/sensorsd.c
89
void parse_config(char *);
usr.sbin/smtpd/makemap.c
425
if (parse_config(env, cfgpath, 0))
usr.sbin/smtpd/smtpd.c
608
if (parse_config(conf, conffile, opts))
usr.sbin/smtpd/smtpd.h
1516
int parse_config(struct smtpd *, const char *, int);
usr.sbin/snmpd/snmpd.c
197
if ((env = parse_config(conffile, flags)) == NULL)
usr.sbin/snmpd/snmpd.h
447
struct snmpd *parse_config(const char *, u_int);
usr.sbin/vmd/vmd.c
796
if (parse_config(env->vmd_conffile) == -1) {
usr.sbin/vmd/vmd.c
889
if (parse_config(filename) == -1) {
usr.sbin/vmd/vmd.h
579
int parse_config(const char *);
usr.sbin/ypldap/ypldap.c
552
if (parse_config(&env, conffile, opts))
usr.sbin/ypldap/ypldap.h
197
int parse_config(struct env *, const char *, int);