Searched refs:print_err (Results 1 – 1 of 1) sorted by relevance
19 #define ERR_RETURN(...) do { print_err(__func__, __LINE__, __VA_ARGS__); return -1; } while (0)59 print_err(const char *func, int lineno, const char *format, ...) in print_err() function