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

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclPipe.c491 TclFile errorFile = NULL; /* Writable file for error output from all
494 int errorClose = 0; /* If non-zero, then errorFile should be
609 TclpCloseFile(errorFile);
622 if (errorFile == outputFile) {
630 if (errorFile == outputFile) {
645 TclpCloseFile(errorFile);
649 TclpReleaseFile(errorFile);
651 errorFile = outputFile;
669 TclpCloseFile(errorFile);
673 TclpReleaseFile(errorFile);
486 TclFile errorFile = NULL; /* Writable file for error output from all local
[all...]
H A DtclIntPlatDecls.h57 TclFile writeFile, TclFile errorFile,
70 TclFile outputFile, TclFile errorFile,
188 TclFile writeFile, TclFile errorFile,
201 TclFile outputFile, TclFile errorFile,
275 TclFile writeFile, TclFile errorFile,
288 TclFile outputFile, TclFile errorFile,
383 Tcl_Channel (*tclpCreateCommandChannel) (TclFile readFile, TclFile writeFile, TclFile errorFile, int numPids, Tcl_Pid *pidPtr); /* 2 */
385 int (*tclpCreateProcess) (Tcl_Interp *interp, int argc, CONST char **argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pid *pidPtr); /* 4 */
411 Tcl_Channel (*tclpCreateCommandChannel) (TclFile readFile, TclFile writeFile, TclFile errorFile, int numPids, Tcl_Pid *pidPtr); /* 13 */
413 int (*tclpCreateProcess) (Tcl_Interp *interp, int argc, CONST char **argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pi
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclPipe.c508 TclFile errorFile = NULL; /* Writable file for error output from all
511 int errorClose = 0; /* If non-zero, then errorFile should be
627 TclpCloseFile(errorFile);
640 if (errorFile == outputFile) {
648 if (errorFile == outputFile) {
663 TclpCloseFile(errorFile);
667 TclpReleaseFile(errorFile);
669 errorFile = outputFile;
687 TclpCloseFile(errorFile);
691 TclpReleaseFile(errorFile);
503 TclFile errorFile = NULL; /* Writable file for error output from all local
[all...]
H A DtclIntPlatDecls.h39 TclFile errorFile, int numPids,
48 TclFile errorFile, Tcl_Pid * pidPtr));
106 TclFile errorFile, int numPids,
115 TclFile errorFile, Tcl_Pid * pidPtr));
227 Tcl_Channel (*tclpCreateCommandChannel) _ANSI_ARGS_((TclFile readFile, TclFile writeFile, TclFile errorFile, int numPids, Tcl_Pid * pidPtr)); /* 2 */
229 int (*tclpCreateProcess) _ANSI_ARGS_((Tcl_Interp * interp, int argc, CONST char ** argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pid * pidPtr)); /* 4 */
254 Tcl_Channel (*tclpCreateCommandChannel) _ANSI_ARGS_((TclFile readFile, TclFile writeFile, TclFile errorFile, int numPids, Tcl_Pid * pidPtr)); /* 13 */
256 int (*tclpCreateProcess) _ANSI_ARGS_((Tcl_Interp * interp, int argc, CONST char ** argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pid * pidPtr)); /* 15 */
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixPipe.c40 TclFile errorFile; /* Error output from pipe. */ member in struct:PipeState
377 TclpCreateProcess(interp, argc, argv, inputFile, outputFile, errorFile,
382 * itself are sent to errorFile. */
398 TclFile errorFile; /* If non-NULL, gives the file that
400 * errorFile file is not writeable or is NULL,
402 * errorFile may be the same as outputFile. */
453 if (!errorFile) {
459 int joinThisError = errorFile && (errorFile == outputFile);
469 || (!joinThisError && !SetupStdFile(errorFile, TCL_STDER
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPipe.c39 TclFile errorFile; /* Error output from pipe. */ member in struct:PipeState
379 * itself are sent to errorFile. */
395 TclFile errorFile, /* If non-NULL, gives the file that receives
396 * errors from the child process. If errorFile
398 * from the child will be discarded. errorFile
453 if (!errorFile) {
461 int joinThisError = errorFile && (errorFile == outputFile);
471 || (!joinThisError && !SetupStdFile(errorFile, TCL_STDERR))
734 TclFile errorFile, /* I
368 TclpCreateProcess( Tcl_Interp *interp, int argc, const char **argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pid *pidPtr) argument
721 TclpCreateCommandChannel( TclFile readFile, TclFile writeFile, TclFile errorFile, int numPids, Tcl_Pid *pidPtr) argument
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinPipe.c104 TclFile errorFile; /* Error output from pipe. */ member in struct:PipeInfo
945 * itself are sent to errorFile. */
961 TclFile errorFile, /* If non-NULL, gives the file that receives
962 * errors from the child process. If errorFile
964 * from the child will be discarded. errorFile
1027 if (errorFile != NULL) {
1028 filePtr = (WinFile *)errorFile;
1670 TclFile errorFile, /* If non-null, gives the file where errors
1687 infoPtr->errorFile = errorFile;
927 TclpCreateProcess( Tcl_Interp *interp, int argc, const char **argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pid *pidPtr) argument
1649 TclpCreateCommandChannel( TclFile readFile, TclFile writeFile, TclFile errorFile, int numPids, Tcl_Pid *pidPtr) argument
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinPipe.c106 TclFile errorFile; /* Error output from pipe. */ member in struct:PipeInfo
947 * itself are sent to errorFile. */
963 TclFile errorFile, /* If non-NULL, gives the file that
965 * errorFile file is not writeable or is NULL,
967 * errorFile may be the same as outputFile. */
1029 if (errorFile != NULL) {
1030 filePtr = (WinFile *)errorFile;
1668 TclFile errorFile, /* If non-null, gives the file where errors
1685 infoPtr->errorFile = errorFile;
929 TclpCreateProcess( Tcl_Interp *interp, int argc, CONST char **argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pid *pidPtr) argument
1647 TclpCreateCommandChannel( TclFile readFile, TclFile writeFile, TclFile errorFile, int numPids, Tcl_Pid *pidPtr) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp1091 GFile* errorFile = g_file_new_for_uri(errorURI); local
1094 if (!errorFile)
1097 gboolean loaded = g_file_load_contents(errorFile, 0, &fileContent, 0, 0, 0);
1108 if (errorFile)
1109 g_object_unref(errorFile);
/macosx-10.9.5/tcl-102/tcl/tcl/library/tcltest/
H A Dtcltest.tcl48 namespace export errorFile ;# [configure -errfile]
796 } AcceptOutFile errorFile
/macosx-10.9.5/tcl-102/tcl84/tcl/library/tcltest/
H A Dtcltest.tcl48 namespace export errorFile ;# [configure -errfile]
795 } AcceptOutFile errorFile

Completed in 295 milliseconds