Home
last modified time | relevance | path

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

/TraceRecorderSource-2.7.6/
DtrcStreamingRecorder.c513 void vTraceConsoleChannelPrintF(const char* fmt, ...) in vTraceConsoleChannelPrintF()
574 void vTracePrintF(traceString chn, const char* fmt, ...) in vTracePrintF()
590 void vTraceVPrintF(traceString chn, const char* fmt, va_list vl) in vTraceVPrintF()
/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h45 #define vTraceConsoleChannelPrintF(fmt, ...) (void)(fmt) argument
207 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… argument
976 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… argument
1882 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… argument
1909 #define vTraceConsoleChannelPrintF(fmt, ...) (void)(fmt) argument