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

/ast/src/lib/libtksh/tcl/
H A DtclIOCmd.c406 * If requested, remove the last newline in the channel if at EOF.
443 int requested;
451 requested = INT_MAX;
478 if (Tcl_GetInt(interp, argv[3], &requested) != TCL_OK) {
481 if (requested < 0) {
482 requested = INT_MAX;
488 requested > 0;
489 totalRead += actuallyRead, requested -= actuallyRead) {
490 toReadNow = requested;
438 int requested; local

Completed in 13 milliseconds