Home
last modified time | relevance | path

Searched refs:exitonerror (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/hastd/
H A Dparse.y855 yy_config_parse(const char *config, bool exitonerror) in yy_config_parse() argument
881 if (exitonerror) in yy_config_parse()
894 if (exitonerror) in yy_config_parse()
903 if (exitonerror) in yy_config_parse()
929 if (exitonerror) in yy_config_parse()
945 if (exitonerror) in yy_config_parse()
959 if (exitonerror) in yy_config_parse()
H A Dhast.h266 struct hastd_config *yy_config_parse(const char *config, bool exitonerror);
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dparse.y767 yy_config_parse(const char *config, bool exitonerror) in yy_config_parse() argument
779 if (exitonerror) in yy_config_parse()
796 if (exitonerror) in yy_config_parse()
805 if (exitonerror) in yy_config_parse()
816 if (exitonerror) in yy_config_parse()
H A Dauditdistd.h283 struct adist_config *yy_config_parse(const char *config, bool exitonerror);
/freebsd/tools/test/stress2/misc/
H A Dall.sh45 exitonerror=0 # -e option
66 -e) exitonerror=1
256 [ $exitonerror -eq 1 -a $e -ne 0 ] && break 2