Home
last modified time | relevance | path

Searched refs:unreportedError (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/tcl-trf/trf2.1.4/patches/v8.0/
H A DtclIO.c1220 chanPtr->unreportedError = 0;
1354 chanPtr->unreportedError = 0;
2060 if (chanPtr->unreportedError != 0) {
2289 if (chanPtr->unreportedError != 0) {
2291 chanPtr->unreportedError = 0;
2517 chanPtr->unreportedError = 0;
3186 chanPtr->unreportedError = 0;
3295 chanPtr->unreportedError = 0;
3551 chanPtr->unreportedError = 0;
3652 chanPtr->unreportedError = 0;
[all …]
H A Dstandard.patch158 + chanPtr->unreportedError = 0;
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.4/
H A DtclIO.c1246 chanPtr->unreportedError = 0;
1395 chanPtr->unreportedError = 0;
2101 if (chanPtr->unreportedError != 0) {
2346 if (chanPtr->unreportedError != 0) {
2348 chanPtr->unreportedError = 0;
2574 chanPtr->unreportedError = 0;
3243 chanPtr->unreportedError = 0;
3352 chanPtr->unreportedError = 0;
3636 chanPtr->unreportedError = 0;
3743 chanPtr->unreportedError = 0;
[all …]
H A Dstandard.patch211 + chanPtr->unreportedError = 0;
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.5/
H A DtclIO.c1246 chanPtr->unreportedError = 0;
1395 chanPtr->unreportedError = 0;
2101 if (chanPtr->unreportedError != 0) {
2346 if (chanPtr->unreportedError != 0) {
2348 chanPtr->unreportedError = 0;
2574 chanPtr->unreportedError = 0;
3243 chanPtr->unreportedError = 0;
3352 chanPtr->unreportedError = 0;
3636 chanPtr->unreportedError = 0;
3743 chanPtr->unreportedError = 0;
[all …]
H A Dstandard.patch211 + chanPtr->unreportedError = 0;
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/src/
H A DtclIO.c1703 chanPtr->unreportedError = 0;
1799 chanPtr->unreportedError = 0;
2440 if (chanPtr->unreportedError != 0) {
2677 if (chanPtr->unreportedError != 0) {
2679 chanPtr->unreportedError = 0;
2852 if (chanPtr->unreportedError != 0) {
2854 chanPtr->unreportedError = 0;
3598 chanPtr->unreportedError = 0;
3709 chanPtr->unreportedError = 0;
3860 chanPtr->unreportedError = 0;
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libtksh/src/
H A DtclIO.c1703 chanPtr->unreportedError = 0;
1799 chanPtr->unreportedError = 0;
2440 if (chanPtr->unreportedError != 0) {
2677 if (chanPtr->unreportedError != 0) {
2679 chanPtr->unreportedError = 0;
2852 if (chanPtr->unreportedError != 0) {
2854 chanPtr->unreportedError = 0;
3598 chanPtr->unreportedError = 0;
3709 chanPtr->unreportedError = 0;
3860 chanPtr->unreportedError = 0;
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/src/
H A DtclIO.c1703 chanPtr->unreportedError = 0;
1799 chanPtr->unreportedError = 0;
2440 if (chanPtr->unreportedError != 0) {
2677 if (chanPtr->unreportedError != 0) {
2679 chanPtr->unreportedError = 0;
2852 if (chanPtr->unreportedError != 0) {
2854 chanPtr->unreportedError = 0;
3598 chanPtr->unreportedError = 0;
3709 chanPtr->unreportedError = 0;
3860 chanPtr->unreportedError = 0;
[all …]
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dread-linear.h71 int unreportedError; member
H A Dread-linear.c115 { if(rc->unreportedError) in cleanup()
345 { rc->unreportedError = FALSE; in determine_mode()
759 rc->unreportedError = TRUE; in ReadMediumLinear()
844 rc->unreportedError = FALSE; /* suppress respective error message */ in ReadMediumLinear()
959 rc->unreportedError = FALSE; /* suppress respective error message */ in ReadMediumLinear()
1082 rc->unreportedError = FALSE; /* suppress respective error message */ in ReadMediumLinear()
1417 rc->unreportedError = FALSE; in ReadMediumLinear()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclIO.h163 int unreportedError; /* Non-zero if an error report was deferred member
H A DtclIO.c1534 statePtr->unreportedError = 0; in Tcl_CreateChannel()
2660 if (statePtr->unreportedError == 0) { in FlushChannel()
2661 statePtr->unreportedError = errorCode; in FlushChannel()
2899 if (statePtr->unreportedError != 0) { in CloseChannel()
2900 errorCode = statePtr->unreportedError; in CloseChannel()
6814 if (statePtr->unreportedError != 0) { in CheckChannelErrors()
6815 Tcl_SetErrno(statePtr->unreportedError); in CheckChannelErrors()
6816 statePtr->unreportedError = 0; in CheckChannelErrors()
8738 Tcl_SetErrno(inStatePtr->unreportedError); in CopyData()
8739 inStatePtr->unreportedError = 0; in CopyData()
[all …]
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclIO.h163 int unreportedError; /* Non-zero if an error report was deferred member
H A DtclIO.c1718 statePtr->unreportedError = 0; in Tcl_CreateChannel()
2839 if (statePtr->unreportedError == 0) { in FlushChannel()
3098 if (statePtr->unreportedError != 0) { in CloseChannel()
3099 errorCode = statePtr->unreportedError; in CloseChannel()
3866 if (statePtr->unreportedError != 0) { in CloseChannelPart()
3867 errorCode = statePtr->unreportedError; in CloseChannelPart()
7345 if (statePtr->unreportedError != 0) { in CheckChannelErrors()
7346 Tcl_SetErrno(statePtr->unreportedError); in CheckChannelErrors()
7347 statePtr->unreportedError = 0; in CheckChannelErrors()
9582 inStatePtr->unreportedError = 0; in CopyData()
[all …]
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclIO.h163 int unreportedError; /* Non-zero if an error report was deferred member
H A DtclIO.c1688 statePtr->unreportedError = 0; in Tcl_CreateChannel()
2809 if (statePtr->unreportedError == 0) { in FlushChannel()
3068 if (statePtr->unreportedError != 0) { in CloseChannel()
3069 errorCode = statePtr->unreportedError; in CloseChannel()
3827 if (statePtr->unreportedError != 0) { in CloseChannelPart()
3828 errorCode = statePtr->unreportedError; in CloseChannelPart()
7332 if (statePtr->unreportedError != 0) { in CheckChannelErrors()
7333 Tcl_SetErrno(statePtr->unreportedError); in CheckChannelErrors()
7334 statePtr->unreportedError = 0; in CheckChannelErrors()
9539 inStatePtr->unreportedError = 0; in CopyData()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclIO.h196 int unreportedError; /* Non-zero if an error report was deferred member
H A DtclIO.c1161 statePtr->unreportedError = 0;
2304 if (statePtr->unreportedError != 0) {
2305 errorCode = statePtr->unreportedError;
5681 if (statePtr->unreportedError != 0) {
5682 Tcl_SetErrno(statePtr->unreportedError);
5683 statePtr->unreportedError = 0;
7589 if (inStatePtr->unreportedError != 0) {
7590 Tcl_SetErrno(inStatePtr->unreportedError);
7591 inStatePtr->unreportedError = 0;
7594 if (outStatePtr->unreportedError != 0) {
[all …]
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1/
H A DtclIO.c1318 chanPtr->unreportedError = 0;
1480 chanPtr->unreportedError = 0;
2285 if (chanPtr->unreportedError != 0) {
2286 errorCode = chanPtr->unreportedError;
5002 if (chanPtr->unreportedError != 0) {
5003 Tcl_SetErrno(chanPtr->unreportedError);
5004 chanPtr->unreportedError = 0;
7173 if (csPtr->readPtr->unreportedError != 0) {
7175 csPtr->readPtr->unreportedError = 0;
7178 if (csPtr->writePtr->unreportedError != 0) {
[all …]
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b3/
H A DtclIO.c1318 chanPtr->unreportedError = 0;
1480 chanPtr->unreportedError = 0;
2285 if (chanPtr->unreportedError != 0) {
2286 errorCode = chanPtr->unreportedError;
5002 if (chanPtr->unreportedError != 0) {
5003 Tcl_SetErrno(chanPtr->unreportedError);
5004 chanPtr->unreportedError = 0;
7172 if (csPtr->readPtr->unreportedError != 0) {
7174 csPtr->readPtr->unreportedError = 0;
7177 if (csPtr->writePtr->unreportedError != 0) {
[all …]
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1a2/
H A DtclIO.c1310 chanPtr->unreportedError = 0;
1450 chanPtr->unreportedError = 0;
2240 if (chanPtr->unreportedError != 0) {
2241 errorCode = chanPtr->unreportedError;
4908 if (chanPtr->unreportedError != 0) {
4909 Tcl_SetErrno(chanPtr->unreportedError);
4910 chanPtr->unreportedError = 0;
7194 if (csPtr->readPtr->unreportedError != 0) {
7196 csPtr->readPtr->unreportedError = 0;
7199 if (csPtr->writePtr->unreportedError != 0) {
[all …]
H A Dstandard.patch169 + chanPtr->unreportedError = 0;
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b1/
H A DtclIO.c1336 chanPtr->unreportedError = 0;
1498 chanPtr->unreportedError = 0;
2303 if (chanPtr->unreportedError != 0) {
2304 errorCode = chanPtr->unreportedError;
5020 if (chanPtr->unreportedError != 0) {
5021 Tcl_SetErrno(chanPtr->unreportedError);
5022 chanPtr->unreportedError = 0;
7276 if (csPtr->readPtr->unreportedError != 0) {
7278 csPtr->readPtr->unreportedError = 0;
7281 if (csPtr->writePtr->unreportedError != 0) {
[all …]
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b2/
H A DtclIO.c1336 chanPtr->unreportedError = 0;
1498 chanPtr->unreportedError = 0;
2303 if (chanPtr->unreportedError != 0) {
2304 errorCode = chanPtr->unreportedError;
5020 if (chanPtr->unreportedError != 0) {
5021 Tcl_SetErrno(chanPtr->unreportedError);
5022 chanPtr->unreportedError = 0;
7276 if (csPtr->readPtr->unreportedError != 0) {
7278 csPtr->readPtr->unreportedError = 0;
7281 if (csPtr->writePtr->unreportedError != 0) {
[all …]

12