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
163 #define pr_fmt(fmt) fmt argument
258 #define debug_cond(cond, fmt, args...) \ argument
263 fmt, ##args); \
273 #define debug_cond(cond, fmt, args...) \ argument
276 printf(pr_fmt(fmt), ##args); \
282 #define debug(fmt, args...) \ argument
283 debug_cond(_DEBUG, fmt, ##args)
286 #define warn_non_spl(fmt, args...) \ argument
287 debug_cond(!_SPL_BUILD, fmt, ##args)