Searched refs:exit_err (Results 1 – 9 of 9) sorted by relevance
/third_party/jerryscript/tools/ |
D | run-perf-test.sh | 23 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/ |
D | xtoptions.c | 188 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 …]
|
D | xtables.c | 319 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/ |
D | xtables.h | 425 …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/ |
D | xtables-arp.c | 104 .exit_err = xtables_exit_error,
|
D | xtables-eb.c | 228 .exit_err = xtables_exit_error,
|
D | xtables.c | 93 .exit_err = xtables_exit_error,
|
D | ip6tables.c | 95 .exit_err = ip6tables_exit_error,
|
D | iptables.c | 93 .exit_err = iptables_exit_error,
|