Home
last modified time | relevance | path

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

/RevoEX-2.4/build/demos/netdemo/src/
Dcrypto.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()
Ddigest.c63 static char PrintBuffer[4096]; variable
161 (void)vsnprintf(PrintBuffer, sizeof(PrintBuffer)-1, msg, marker); in OSReport()
163 PrintBuffer[sizeof(PrintBuffer)-1] = 0; in OSReport()
165 (void)printf("%s", PrintBuffer); in OSReport()
169 (void)strncat(ReportBuffer, PrintBuffer, sizeof(ReportBuffer)-1); in OSReport()