Searched defs:log_warn (Results 1 – 5 of 5) sorted by relevance
80 log_warn() { function
41 sub log_warn subroutine
117 #define log_warn(ctx, ...) \ macro
161 #define log_warn(ctx, ...) \ macro
20 #define log_warn(fmt, ...) log_msg(stderr, "Warning: ", fmt, ##__VA_ARGS__) macro