Home
last modified time | relevance | path

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

1234

/openbsd/src/usr.sbin/iscsictl/
Discsictl.h51 struct iscsi_config * parse_config(char *);
/openbsd/src/usr.sbin/acme-client/
Dparse.h79 struct acme_conf *parse_config(const char *, int);
/openbsd/src/usr.sbin/lpd/
Dlpd.h136 struct lpd_conf *parse_config(const char *, int);
/openbsd/src/usr.sbin/sensorsd/
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/src/usr.sbin/ifstated/
Difstated.h130 struct ifsd_config *parse_config(char *, int);
Difstated.c138 if ((newconf = parse_config(configfile, opts)) == NULL) in main()
213 if ((newconf = parse_config(configfile, opts)) == NULL) in load_config()
/openbsd/src/sbin/unwind/
Dunwind.h197 struct uw_conf *parse_config(char *);
Dunwind.c184 if ((main_conf = parse_config(conffile)) == NULL) in main()
580 if ((xconf = parse_config(conffile)) == NULL) in main_reload()
/openbsd/src/usr.sbin/rad/
Drad.h172 struct rad_conf *parse_config(char *);
Drad.c184 if ((main_conf = parse_config(conffile)) == NULL) { in main()
563 if ((xconf = parse_config(conffile)) == NULL) in main_reload()
/openbsd/src/regress/sbin/pfctl/
Dchangerule.c114 if (parse_config("-", &pf) < 0) { in do_chng_cmd()
/openbsd/src/sbin/iked/
Diked.c250 if (parse_config(env->sc_conffile, env) == -1) { in parent_configure()
335 if (parse_config(filename, env) == -1) { in parent_reload()
/openbsd/src/usr.sbin/ldomctl/
Dldomctl.h197 int parse_config(const char *, struct ldom_config *);
/openbsd/src/usr.sbin/radiusd/
Dradiusd_local.h195 int parse_config(const char *, struct radiusd *);
/openbsd/src/usr.sbin/ypldap/
Dypldap.h197 int parse_config(struct env *, const char *, int);
/openbsd/src/sbin/dhcpleased/
Ddhcpleased.h324 struct dhcpleased_conf *parse_config(const char *);
/openbsd/src/sbin/pfctl/
Dpfctl_parser.h238 int parse_config(char *, struct pfctl *);
/openbsd/src/usr.sbin/eigrpd/
Deigrpd.c184 if ((eigrpd_conf = parse_config(conffile)) == NULL) { in main()
618 if ((xconf = parse_config(conffile)) == NULL) in eigrp_reload()
/openbsd/src/usr.sbin/ripd/
Dripd.h335 struct ripd_conf *parse_config(char *, int);
/openbsd/src/gnu/usr.bin/cvs/src/
Dparseinfo.c213 parse_config (cvsroot) in parse_config() function
/openbsd/src/usr.sbin/dvmrpd/
Ddvmrpd.h360 struct dvmrpd_conf *parse_config(char *, int);
/openbsd/src/usr.sbin/ospf6d/
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/src/usr.sbin/snmpd/
Dsnmpd.c197 if ((env = parse_config(conffile, flags)) == NULL) in main()
/openbsd/src/usr.sbin/bgpd/
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()
/openbsd/src/usr.sbin/ldapctl/
Dldapctl.c309 if (parse_config(conffile) != 0) in main()

1234