Home
last modified time | relevance | path

Searched refs:exit_err (Results 1 – 9 of 9) sorted by relevance

/third_party/jerryscript/tools/
Drun-perf-test.sh23 function exit_err() { function
46 exit_err "Argument number mismatch..."
61 exit_err "Please, use '-m result-file-name.md' as last arguments"
65 exit_err "Missing md file name. Please, define the filename. Ex.: '-m result-file-name.md'"
73 exit_err "REPEATS must be greater than 0"
78 exit_err "TIMEOUT must be greater than 0"
302 exit_err "Incorrect inaccuracy calculation for memory consumption geometric mean"
309 exit_err "Incorrect inaccuracy calculation for performance geometric mean"
/third_party/iptables/libxtables/
Dxtoptions.c188 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_int()
225 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_float()
302 xt_params->exit_err(OTHER_PROBLEM, "%s: memory block does " in xtopt_parse_mint()
308 xt_params->exit_err(PARAMETER_PROBLEM, "%s: Too many " in xtopt_parse_mint()
317 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_mint()
322 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_mint()
342 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_string()
346 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_string()
466 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_sysloglevel()
507 xt_params->exit_err(PARAMETER_PROBLEM, in xtopt_parse_host()
[all …]
Dxtables.c319 if (!xt_params->exit_err) in xtables_set_params()
320 xt_params->exit_err = basic_exit_err; in xtables_set_params()
556 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_parse_port()
570 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_parse_interface()
727 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_match()
739 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_match()
843 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_target()
855 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_find_target()
1341 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_param_act()
1352 xt_params->exit_err(PARAMETER_PROBLEM, in xtables_param_act()
[all …]
/third_party/iptables/include/
Dxtables.h425 …void (*exit_err)(enum xtables_exittype status, const char *msg, ...) __attribute__((noreturn, form… member
500 #define xtables_error (xt_params->exit_err)
/third_party/iptables/iptables/
Dxtables-arp.c104 .exit_err = xtables_exit_error,
Dxtables-eb.c228 .exit_err = xtables_exit_error,
Dxtables.c93 .exit_err = xtables_exit_error,
Dip6tables.c95 .exit_err = ip6tables_exit_error,
Diptables.c93 .exit_err = iptables_exit_error,