Searched refs:log_cont (Results 1 – 2 of 2) sorted by relevance
77 log_cont(fmt, ##__VA_ARGS__) : 0; \
169 #define log_cont(_fmt...) log(LOGC_CONT, LOGL_CONT, ##_fmt) macro179 #define log_cont(_fmt, ...) printf(_fmt, ##__VA_ARGS__) macro
Completed in 6 milliseconds