Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 2 of 2) sorted by relevance

/optee_client-3.20.0/public/
A Dteec_trace.h95 const char *fmt, ...) __PRINTFLIKE(5, 6);
104 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) argument
105 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) argument
106 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__) argument
107 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) argument
109 #define INMSG(fmt, ...) FMSG("> " fmt, ##__VA_ARGS__) argument
110 #define OUTMSG(fmt, ...) FMSG("< " fmt, ##__VA_ARGS__) argument
124 #define EMSG_RAW(fmt, ...) dprintf_raw(TRACE_ERROR, fmt, ##__VA_ARGS__) argument
125 #define IMSG_RAW(fmt, ...) dprintf_raw(TRACE_INFO, fmt, ##__VA_ARGS__) argument
126 #define DMSG_RAW(fmt, ...) dprintf_raw(TRACE_DEBUG, fmt, ##__VA_ARGS__) argument
[all …]
/optee_client-3.20.0/libteec/src/
A Dteec_trace.c71 const char *fmt, ...) in _dprintf() argument
88 va_start(ap, fmt); in _dprintf()
89 n = vsnprintf(msg + n, sizeof(msg) - n, fmt, ap); in _dprintf()

Completed in 3 milliseconds