Home
last modified time | relevance | path

Searched refs:parse_config (Results 1 – 25 of 92) sorted by relevance

1234

/openbsd/usr.sbin/iscsictl/
H A Discsictl.h51 struct iscsi_config * parse_config(char *);
/openbsd/usr.sbin/acme-client/
H A Dparse.h79 struct acme_conf *parse_config(const char *, int);
/openbsd/usr.sbin/lpd/
H A Dlpd.h136 struct lpd_conf *parse_config(const char *, int);
/openbsd/usr.sbin/sensorsd/
H A Dsensorsd.c89 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 Difstated.h130 struct ifsd_config *parse_config(char *, int);
H A Difstated.c138 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 Dunwind.h197 struct uw_conf *parse_config(char *);
H A Dunwind.c184 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 Drad.h172 struct rad_conf *parse_config(char *);
H A Drad.c184 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 Dchangerule.c114 if (parse_config("-", &pf) < 0) { in do_chng_cmd()
/openbsd/sbin/iked/
H A Diked.c250 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 Dldomctl.h197 int parse_config(const char *, struct ldom_config *);
/openbsd/usr.sbin/radiusd/
H A Dradiusd_local.h195 int parse_config(const char *, struct radiusd *);
/openbsd/usr.sbin/ypldap/
H A Dypldap.h197 int parse_config(struct env *, const char *, int);
/openbsd/sbin/dhcp6leased/
H A Ddhcp6leased.h285 struct dhcp6leased_conf *parse_config(const char *);
/openbsd/sbin/dhcpleased/
H A Ddhcpleased.h324 struct dhcpleased_conf *parse_config(const char *);
/openbsd/sbin/pfctl/
H A Dpfctl_parser.h238 int parse_config(char *, struct pfctl *);
/openbsd/usr.sbin/eigrpd/
H A Deigrpd.c184 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 Dripd.h335 struct ripd_conf *parse_config(char *, int);
/openbsd/gnu/usr.bin/cvs/src/
H A Dparseinfo.c213 parse_config (cvsroot) in parse_config() function
/openbsd/usr.sbin/dvmrpd/
H A Ddvmrpd.h360 struct dvmrpd_conf *parse_config(char *, int);
/openbsd/usr.sbin/ospf6d/
H A Dospf6d.c183 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 Dsnmpd.c197 if ((env = parse_config(conffile, flags)) == NULL) in main()
/openbsd/usr.sbin/bgpd/
H A Dbgpd.c204 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()

1234