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

/haiku/src/tools/restest/
H A Drestest.cpp63 int32 charsLeft = strlen(str); local
65 for (int32 line = 0; charsLeft > 0; line++) {
71 int32 printChars = min(bytesLeftOnLine, charsLeft);
74 charsLeft -= printChars;
78 charsLeft--;

Completed in 31 milliseconds