Searched refs:support_report_failure (Results 1 – 4 of 4) sorted by relevance
64 int status = support_report_failure (0); in check_failure_reporting()71 status = support_report_failure (1); in check_failure_reporting()78 status = support_report_failure (2); in check_failure_reporting()85 status = support_report_failure (EXIT_UNSUPPORTED); in check_failure_reporting()
74 support_report_failure (int status) in support_report_failure() function
195 int support_report_failure (int status)
264 if (support_report_failure != NULL) in adjust_exit_status()265 return support_report_failure (status); in adjust_exit_status()
Completed in 9 milliseconds