Searched refs:catch_errors_ftype (Results 1 – 2 of 2) sorted by relevance
250 typedef int (catch_errors_ftype) (void *); typedef251 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
534 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors()