Home
last modified time | relevance | path

Searched refs:yy_config_parse (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/hastd/
H A Dhast.h266 struct hastd_config *yy_config_parse(const char *config, bool exitonerror);
H A Dhastd.c495 newcfg = yy_config_parse(cfgpath, false); in hastd_reload()
1241 cfg = yy_config_parse(cfgpath, true); in main()
H A Dparse.y855 yy_config_parse(const char *config, bool exitonerror) in yy_config_parse() function
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h283 struct adist_config *yy_config_parse(const char *config, bool exitonerror);
H A Dparse.y767 yy_config_parse(const char *config, bool exitonerror) in yy_config_parse() function
H A Dauditdistd.c708 adcfg = yy_config_parse(cfgpath, true); in main()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c208 cfg = yy_config_parse(cfgpath, true); in hastctl()
/freebsd/sbin/hastctl/
H A Dhastctl.c484 cfg = yy_config_parse(cfgpath, true); in main()