Searched refs:_vtlog (Results 1 – 4 of 4) sorted by relevance
/trusty/user/base/lib/libc-trusty/ |
D | logging.c | 22 __attribute__((__weak__)) int _vtlog(const char* fmt, va_list args) { in _vtlog() function 30 rc = _vtlog(fmt, ap); in _tlog()
|
/trusty/user/base/include/user/ |
D | trusty_log.h | 44 int _vtlog(const char* fmt, va_list args); 51 #define _vtlog(fmt, args) vfprintf(stderr, fmt, args)
|
/trusty/kernel/include/ |
D | trusty_log.h | 26 #define _vtlog(level, fmt, args) vdprintf(level, fmt, args) macro
|
/trusty/user/base/lib/unittest/ |
D | unittest.c | 94 int _vtlog(const char* fmt, va_list args) { in _vtlog() function
|