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

/haiku/src/tools/restest/
H A Drestest.cpp71 int32 printChars = min(bytesLeftOnLine, charsLeft); local
72 printf("%.*s\n", (int)printChars, str);
73 str += printChars;
74 charsLeft -= printChars;

Completed in 37 milliseconds