Searched defs:WARN (Results 1 – 5 of 5) sorted by relevance
10 #define WARN(condition, format...) ({ \ macro
21 #define WARN(fmt, ...) logit(LOG_WARNING, fmt, ##__VA_ARGS__) macro
2495 sub WARN { global() subroutine [all...]
74 #define WARN(format, ...) __WARN(WARN_STR, format, ##__VA_ARGS__) macro
18 #define WARN(condition, format...) (!!(condition)) macro