Searched defs:toRead (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclIOCmd.c304 int toRead; /* How many bytes to read? */
352 toRead = INT_MAX;
355 if (Tcl_GetInt(interp, argv[i], &toRead) != TCL_OK) {
369 for (charactersRead = 0; charactersRead < toRead; ) {
370 toReadNow = toRead - charactersRead;
300 int toRead; /* How many bytes to read? */ local

Completed in 13 milliseconds