Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/osdemo/src/
Dcrcdemo.c40 static char PrintBuffer[4096]; variable
138 (void)vsnprintf(PrintBuffer, sizeof(PrintBuffer)-1, msg, marker); in OSReport()
140 PrintBuffer[sizeof(PrintBuffer)-1] = 0; in OSReport()
142 (void)printf("%s", PrintBuffer); in OSReport()
146 (void)strncat(ReportBuffer, PrintBuffer, sizeof(ReportBuffer)-1); in OSReport()