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

/ast/src/lib/libtksh/tcl/
H A DtclClock.c281 int bufSize;
329 for (bufSize = 0, p = format; *p != '\0'; p++) {
331 bufSize += 40;
333 bufSize++;
337 Tcl_DStringSetLength(&buffer, bufSize);
339 if (TclStrftime(buffer.string, (unsigned int) bufSize, format,
278 int bufSize; local
H A DtclIOCmd.c313 int bufSize; /* Channel buffer size; used to decide
367 bufSize = Tcl_GetChannelBufferSize(chan);
371 if (toReadNow > bufSize) {
372 toReadNow = bufSize;
855 int readSoFar, readNow, bufSize;
920 readSoFar = 0; bufSize = 0;
922 bufSize += EXEC_BUFFER_SIZE;
923 Tcl_DStringSetLength(&ds, bufSize);
309 int bufSize; /* Channel buffer size; used to decide local
H A DtclUnixChan.c1608 TcpInputProc(instanceData, buf, bufSize, errorCodePtr)
1611 int bufSize; /* How much space is available
1628 bytesRead = recv(sock, buf, bufSize, 0);
/ast/src/lib/libtk/compat/
H A Dunistd.h53 extern int getgroups _ANSI_ARGS_((int bufSize, int *buffer));
/ast/src/lib/libtksh/src/
H A DtclIO.c63 int bufSize; /* How big is the buffer? */
67 * buffer occuppies this space + bufSize-4
198 int bufSize; /* What size buffers to allocate? */
1733 chanPtr->bufSize = CHANNELBUFFER_DEFAULT_SIZE;
2155 (chanPtr->curOutPtr->nextAdded == chanPtr->curOutPtr->bufSize))
2751 (CHANNELBUFFER_HEADER_SIZE + chanPtr->bufSize));
2754 chanPtr->curOutPtr->bufSize = chanPtr->bufSize;
2760 destCopied = outBufPtr->bufSize - outBufPtr->nextAdded;
2812 if (outBufPtr->nextAdded == outBufPtr->bufSize) {
4651 int bufSize = atoi(newValue); local
[all...]
/ast/src/lib/libtk/generic/
H A DtkConsole.c255 ConsoleInput(instanceData, buf, bufSize, errorCode)
258 int bufSize; /* How much space is available

Completed in 31 milliseconds