Searched refs:PrintBuffer (Results 1 – 1 of 1) sorted by relevance
40 static char PrintBuffer[4096]; variable138 (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()