Searched defs:WARN (Results 1 – 4 of 4) sorted by relevance
10 #define WARN(condition, format...) ({ \ macro
21 #define WARN(fmt, ...) logit(LOG_WARNING, fmt, ##__VA_ARGS__) macro
2491 sub WARN { subroutine
19 #define WARN(condition, format...) (!!(condition)) macro