Searched defs:log_err (Results 1 – 3 of 3) sorted by relevance
8 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ macro
18 #define log_err(MSG, ...) ({ \ macro
2453 map_smb2_to_linux_error(char *buf, bool log_err) in map_smb2_to_linux_error()