Searched refs:PrintBuffer (Results 1 – 2 of 2) sorted by relevance
| /RevoEX-2.1/build/demos/netdemo/src/ |
| D | crypto.c | 40 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()
|
| D | digest.c | 63 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()
|