Lines Matching refs:fmt
128 int line, const char *func, const char *fmt, ...)
133 const char *fmt, ...)
138 const char *fmt, ...) in _log_nop() argument
145 #define pr_fmt(fmt) fmt argument
227 #define debug_cond(cond, fmt, args...) \ argument
229 log(LOG_CATEGORY, LOGL_DEBUG, fmt, ##args); \
239 #define debug_cond(cond, fmt, args...) \ argument
242 printf(pr_fmt(fmt), ##args); \
248 #define debug(fmt, args...) \ argument
249 debug_cond(_DEBUG, fmt, ##args)
252 #define warn_non_spl(fmt, args...) \ argument
253 debug_cond(!_SPL_BUILD, fmt, ##args)