Searched refs:log_errno_aux (Results 1 – 1 of 1) sorted by relevance
248 #define log_errno(fmt, ...) log_errno_aux(__FILE__, __LINE__, fmt, ##__VA_ARGS__)251 static int log_errno_aux(const char *file, int line, const char *fmt, ...) in log_errno_aux() function