Searched refs:Tcl_ReadChars (Results 1 - 25 of 65) sorted by relevance

123

/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DExportCommand.c349 nread = Tcl_ReadChars( readChannel, readObj, 99999, 0 );
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c628 Tcl_ReadChars, /* 313 */
H A DtclStubInit.c.orig628 Tcl_ReadChars, /* 313 */
H A DtclDecls.h972 EXTERN int Tcl_ReadChars _ANSI_ARGS_((Tcl_Channel channel,
2798 #ifndef Tcl_ReadChars
2799 #define Tcl_ReadChars \ macro
H A DtclDecls.h.orig966 EXTERN int Tcl_ReadChars _ANSI_ARGS_((Tcl_Channel channel,
2786 #ifndef Tcl_ReadChars
2787 #define Tcl_ReadChars \
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c385 Tcl_ReadChars, /* 313 */
H A DtclStubInit.c.orig385 Tcl_ReadChars, /* 313 */
H A DtclDecls.h966 EXTERN int Tcl_ReadChars _ANSI_ARGS_((Tcl_Channel channel,
2688 #ifndef Tcl_ReadChars
2689 #define Tcl_ReadChars(channel, objPtr, charsToRead, appendFlag) \ macro
H A DtclDecls.h.orig966 EXTERN int Tcl_ReadChars _ANSI_ARGS_((Tcl_Channel channel,
2676 #ifndef Tcl_ReadChars
2677 #define Tcl_ReadChars(channel, objPtr, charsToRead, appendFlag) \
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c385 Tcl_ReadChars, /* 313 */
H A DtclStubInit.c.orig385 Tcl_ReadChars, /* 313 */
H A DtclDecls.h972 EXTERN int Tcl_ReadChars _ANSI_ARGS_((Tcl_Channel channel,
2785 #ifndef Tcl_ReadChars
2786 #define Tcl_ReadChars \ macro
H A DtclDecls.h.orig966 EXTERN int Tcl_ReadChars _ANSI_ARGS_((Tcl_Channel channel,
2773 #ifndef Tcl_ReadChars
2774 #define Tcl_ReadChars \
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIOCmd.c461 charactersRead = Tcl_ReadChars(chan, resultPtr, toRead, 0);
948 if (Tcl_ReadChars(chan, resultPtr, -1, 0) < 0) {
H A DtclPipe.c375 count = Tcl_ReadChars(errorChan, objPtr, -1, 0);
H A DtclStubInit.c824 Tcl_ReadChars, /* 313 */
H A DtclDecls.h1872 EXTERN int Tcl_ReadChars(Tcl_Channel channel, Tcl_Obj *objPtr,
5314 #ifndef Tcl_ReadChars
5315 #define Tcl_ReadChars \ macro
H A DtclEncoding.c1764 Tcl_ReadChars(chan, objPtr, 3 + 16 * (16 * 4 + 1), 0);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIOCmd.c368 charactersRead = Tcl_ReadChars(chan, resultPtr, toRead, 0);
837 if (Tcl_ReadChars(chan, resultPtr, -1, 0) < 0) {
H A DtclPipe.c388 count = Tcl_ReadChars(errorChan, objPtr, -1, 0);
H A DtclStubInit.c775 Tcl_ReadChars, /* 313 */
H A DtclDecls.h1023 EXTERN int Tcl_ReadChars _ANSI_ARGS_((Tcl_Channel channel,
3578 #ifndef Tcl_ReadChars
3579 #define Tcl_ReadChars \ macro
H A DtclEncoding.c1553 Tcl_ReadChars(chan, objPtr, 3 + 16 * (16 * 4 + 1), 0);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_inter.c465 cc = Tcl_ReadChars(esPtr->channel, esPtr->input.newchars,
578 cc = Tcl_ReadChars(channel,obj,size,flags);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dparam.c734 (Tcl_ReadChars (p->IN, p->readbuf, 1, 0) <= 0)) {

Completed in 437 milliseconds

123