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

/ast/src/lib/libtksh/tcl/
H A DtclIOCmd.c445 int actuallyRead, actuallyWritten, totalRead, toReadNow, mode;
487 for (totalRead = 0;
489 totalRead += actuallyRead, requested -= actuallyRead) {
503 sprintf(interp->result, "%d", totalRead);
516 sprintf(interp->result, "%d", totalRead);
440 int actuallyRead, actuallyWritten, totalRead, toReadNow, mode; local

Completed in 53 milliseconds