/openbsd/usr.sbin/iscsictl/ |
H A D | iscsictl.h | 51 struct iscsi_config * parse_config(char *);
|
/openbsd/usr.sbin/acme-client/ |
H A D | parse.h | 79 struct acme_conf *parse_config(const char *, int);
|
/openbsd/usr.sbin/lpd/ |
H A D | lpd.h | 136 struct lpd_conf *parse_config(const char *, int);
|
/openbsd/usr.sbin/sensorsd/ |
H A D | sensorsd.c | 89 void parse_config(char *); 163 parse_config(configfile); in main() 173 parse_config(configfile); in main() 719 parse_config(char *cf) in parse_config() function
|
/openbsd/usr.sbin/ifstated/ |
H A D | ifstated.h | 130 struct ifsd_config *parse_config(char *, int);
|
H A D | ifstated.c | 138 if ((newconf = parse_config(configfile, opts)) == NULL) in main() 213 if ((newconf = parse_config(configfile, opts)) == NULL) in load_config()
|
/openbsd/sbin/unwind/ |
H A D | unwind.h | 197 struct uw_conf *parse_config(char *);
|
H A D | unwind.c | 184 if ((main_conf = parse_config(conffile)) == NULL) in main() 580 if ((xconf = parse_config(conffile)) == NULL) in main_reload()
|
/openbsd/usr.sbin/rad/ |
H A D | rad.h | 172 struct rad_conf *parse_config(char *);
|
H A D | rad.c | 184 if ((main_conf = parse_config(conffile)) == NULL) { in main() 563 if ((xconf = parse_config(conffile)) == NULL) in main_reload()
|
/openbsd/regress/sbin/pfctl/ |
H A D | changerule.c | 114 if (parse_config("-", &pf) < 0) { in do_chng_cmd()
|
/openbsd/sbin/iked/ |
H A D | iked.c | 250 if (parse_config(env->sc_conffile, env) == -1) { in parent_configure() 335 if (parse_config(filename, env) == -1) { in parent_reload()
|
/openbsd/usr.sbin/ldomctl/ |
H A D | ldomctl.h | 197 int parse_config(const char *, struct ldom_config *);
|
/openbsd/usr.sbin/radiusd/ |
H A D | radiusd_local.h | 195 int parse_config(const char *, struct radiusd *);
|
/openbsd/usr.sbin/ypldap/ |
H A D | ypldap.h | 197 int parse_config(struct env *, const char *, int);
|
/openbsd/sbin/dhcp6leased/ |
H A D | dhcp6leased.h | 285 struct dhcp6leased_conf *parse_config(const char *);
|
/openbsd/sbin/dhcpleased/ |
H A D | dhcpleased.h | 324 struct dhcpleased_conf *parse_config(const char *);
|
/openbsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 238 int parse_config(char *, struct pfctl *);
|
/openbsd/usr.sbin/eigrpd/ |
H A D | eigrpd.c | 184 if ((eigrpd_conf = parse_config(conffile)) == NULL) { in main() 618 if ((xconf = parse_config(conffile)) == NULL) in eigrp_reload()
|
/openbsd/usr.sbin/ripd/ |
H A D | ripd.h | 335 struct ripd_conf *parse_config(char *, int);
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | parseinfo.c | 213 parse_config (cvsroot) in parse_config() function
|
/openbsd/usr.sbin/dvmrpd/ |
H A D | dvmrpd.h | 360 struct dvmrpd_conf *parse_config(char *, int);
|
/openbsd/usr.sbin/ospf6d/ |
H A D | ospf6d.c | 183 if ((ospfd_conf = parse_config(conffile, opts)) == NULL ) in main() 622 if ((xconf = parse_config(conffile, ospfd_conf->opts)) == NULL) in ospf_reload()
|
/openbsd/usr.sbin/snmpd/ |
H A D | snmpd.c | 197 if ((env = parse_config(conffile, flags)) == NULL) in main()
|
/openbsd/usr.sbin/bgpd/ |
H A D | bgpd.c | 204 if ((conf = parse_config(conffile, NULL, NULL)) == NULL) in main() 240 if ((conf = parse_config(conffile, NULL, NULL)) == NULL) { in main() 583 if ((new_conf = parse_config(conffile, &conf->peers, in reconfigure()
|