Searched defs:_tlog (Results 1 – 2 of 2) sorted by relevance
26 int _tlog(const char* fmt, ...) { in _tlog() function
25 #define _tlog(level, fmt, x...) dprintf(level, fmt, ##x) macro