Searched refs:__handle_error (Results 1 – 1 of 1) sorted by relevance
90 #define handle_error(msg) __handle_error(__FILE__, __LINE__, msg)91 static void __handle_error(char *fn, int ln, char *msg) in __handle_error() function