Searched refs:Tcl_OpenFileChannel (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A Dsound.c84 snackDebugChannel = Tcl_OpenFileChannel(interp, str, "w", 420);
278 snackDebugChannel = Tcl_OpenFileChannel(debugInterp, "_debug.txt", "w",
291 snackDebugChannel = Tcl_OpenFileChannel(debugInterp, "_debug.txt", "w",
H A Dsnack.c156 snackDebugChannel = Tcl_OpenFileChannel(interp, str, "w", 420);
400 snackDebugChannel = Tcl_OpenFileChannel(debugInterp, "_debug.txt", "w",
413 snackDebugChannel = Tcl_OpenFileChannel(debugInterp, "_debug.txt", "w",
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/base/
H A DtkimgIO.c490 * The same as Tcl_OpenFileChannel, only the file will
505 Tcl_Channel chan = Tcl_OpenFileChannel(interp, (CONST84 char *) fileName,
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_log.c377 tsdPtr->diagChannel = Tcl_OpenFileChannel(interp,newfilename,"a",0777);
502 tsdPtr->logChannel = Tcl_OpenFileChannel(interp,newfilename,mode,0777);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXlib.c180 channel = Tcl_OpenFileChannel (interp, fileName, "r", 0);
548 indexChannel = Tcl_OpenFileChannel (interp, tndxFilePath, "r", 0);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c513 Tcl_OpenFileChannel, /* 198 */
H A DtclStubInit.c.orig513 Tcl_OpenFileChannel, /* 198 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c270 Tcl_OpenFileChannel, /* 198 */
H A DtclStubInit.c.orig270 Tcl_OpenFileChannel, /* 198 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c270 Tcl_OpenFileChannel, /* 198 */
H A DtclStubInit.c.orig270 Tcl_OpenFileChannel, /* 198 */
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclMain.c303 c = Tcl_OpenFileChannel(NULL, fullName, "r", 0);
H A DtclStubInit.c709 Tcl_OpenFileChannel, /* 198 */
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinInit.c913 c = Tcl_OpenFileChannel(NULL, fullName, "r", 0);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/xbm/
H A Dxbm.c600 chan = Tcl_OpenFileChannel(interp, (CONST84 char *) fileName, "w", 0644);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclStubInit.c652 Tcl_OpenFileChannel, /* 198 */
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixInit.c1090 c = Tcl_OpenFileChannel(NULL, fullName, "r", 0);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/xpm/
H A Dxpm.c897 chan = Tcl_OpenFileChannel(interp, (CONST84 char *) fileName, "w", 0644);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkImgPPM.c282 chan = Tcl_OpenFileChannel(interp, fileName, "w", 0666);
H A DtkImgBmap.c508 pi.chan = Tcl_OpenFileChannel(interp, expandedFileName, "r", 0);
H A DtkOption.c1104 chan = Tcl_OpenFileChannel(interp, realName, "r", 0);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgPPM.c287 chan = Tcl_OpenFileChannel(interp, fileName, "w", 0666);
H A DtkImgBmap.c528 pi.chan = Tcl_OpenFileChannel(interp, expandedFileName, "r", 0);
H A DtkOption.c1129 chan = Tcl_OpenFileChannel(interp, realName, "r", 0);
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTablePs.c565 psInfo.chan = Tcl_OpenFileChannel(interp, p, "w", 0666);

Completed in 303 milliseconds

123