Searched refs:toPrint (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug.cpp1128 size_t toPrint = 0; local
1131 buffer[toPrint++] = buffer[i];
1134 if (toPrint > 0) {
1135 newLine = buffer[toPrint - 1] == '\n';
1136 buffer[toPrint] = '\0';

Completed in 48 milliseconds