Searched refs:print_err (Results 1 – 1 of 1) sorted by relevance
20 #define PRINT_ERR(...) print_err(__func__, __LINE__, __VA_ARGS__)24 print_err(const char *func, int lineno, const char *format, ...) in print_err() function