Searched refs:errorPtr (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkError.c88 register TkErrorHandler *errorPtr;
113 errorPtr = (TkErrorHandler *) ckalloc(sizeof(TkErrorHandler));
114 errorPtr->dispPtr = dispPtr;
115 errorPtr->firstRequest = NextRequest(display);
116 errorPtr->lastRequest = (unsigned) -1;
117 errorPtr->error = error;
118 errorPtr->request = request;
119 errorPtr->minorCode = minorCode;
120 errorPtr->errorProc = errorProc;
121 errorPtr
87 register TkErrorHandler *errorPtr; local
152 register TkErrorHandler *errorPtr = (TkErrorHandler *) handler; local
222 register TkErrorHandler *errorPtr; local
[all...]
H A DtkWindow.c291 if (dispPtr->errorPtr != NULL) { local
292 TkErrorHandler *errorPtr;
293 for (errorPtr = dispPtr->errorPtr;
294 errorPtr != NULL;
295 errorPtr = dispPtr->errorPtr) {
296 dispPtr->errorPtr = errorPtr->nextPtr;
297 ckfree((char *) errorPtr);
[all...]
H A DtkInt.h279 struct TkErrorHandler *errorPtr; member in struct:TkDisplay
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkError.c99 register TkErrorHandler *errorPtr;
124 errorPtr = (TkErrorHandler *) ckalloc(sizeof(TkErrorHandler));
125 errorPtr->dispPtr = dispPtr;
126 errorPtr->firstRequest = NextRequest(display);
127 errorPtr->lastRequest = (unsigned) -1;
128 errorPtr->error = error;
129 errorPtr->request = request;
130 errorPtr->minorCode = minorCode;
131 errorPtr->errorProc = errorProc;
132 errorPtr
98 register TkErrorHandler *errorPtr; local
166 register TkErrorHandler *errorPtr = (TkErrorHandler *) handler; local
240 register TkErrorHandler *errorPtr; local
[all...]
H A DtkWindow.c272 if (dispPtr->errorPtr != NULL) { local
273 TkErrorHandler *errorPtr;
274 for (errorPtr = dispPtr->errorPtr;
275 errorPtr != NULL;
276 errorPtr = dispPtr->errorPtr) {
277 dispPtr->errorPtr = errorPtr->nextPtr;
278 ckfree((char *) errorPtr);
[all...]
H A DtkInt.h266 struct TkErrorHandler *errorPtr; member in struct:TkDisplay
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinFCmd.c101 int type, Tcl_DString *errorPtr);
114 int ignoreError, Tcl_DString *errorPtr);
116 Tcl_DString *errorPtr);
119 int type, Tcl_DString *errorPtr);
121 int type, Tcl_DString *errorPtr);
124 Tcl_DString *errorPtr);
886 * is stored in errorPtr. See TclpCreateDirectory and TclpCopyFile
899 TclpObjCopyDirectory(srcPathPtr, destPathPtr, errorPtr)
902 Tcl_Obj **errorPtr;
927 *errorPtr
1007 DoRemoveJustDirectory( CONST TCHAR *nativePath, int ignoreError, Tcl_DString *errorPtr) argument
1135 DoRemoveDirectory( Tcl_DString *pathPtr, int recursive, Tcl_DString *errorPtr) argument
1182 TraverseWinTree( TraversalProc *traverseProc, Tcl_DString *sourcePtr, Tcl_DString *targetPtr, Tcl_DString *errorPtr) argument
1378 TraversalCopy( CONST TCHAR *nativeSrc, CONST TCHAR *nativeDst, int type, Tcl_DString *errorPtr) argument
1440 TraversalDelete( CONST TCHAR *nativeSrc, CONST TCHAR *dstPtr, int type, Tcl_DString *errorPtr) argument
[all...]
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinFCmd.c96 int type, Tcl_DString *errorPtr);
109 int ignoreError, Tcl_DString *errorPtr);
111 Tcl_DString *errorPtr);
115 int type, Tcl_DString *errorPtr);
118 Tcl_DString *errorPtr);
121 Tcl_DString *errorPtr);
915 * the pathname of the file that caused the error is stored in errorPtr.
931 Tcl_Obj **errorPtr)
954 *errorPtr = srcPathPtr;
956 *errorPtr
923 TclpObjCopyDirectory( Tcl_Obj *srcPathPtr, Tcl_Obj *destPathPtr, Tcl_Obj **errorPtr) argument
991 TclpObjRemoveDirectory( Tcl_Obj *pathPtr, int recursive, Tcl_Obj **errorPtr) argument
1037 DoRemoveJustDirectory( CONST TCHAR *nativePath, int ignoreError, Tcl_DString *errorPtr) argument
1187 DoRemoveDirectory( Tcl_DString *pathPtr, int recursive, Tcl_DString *errorPtr) argument
1235 TraverseWinTree( TraversalProc *traverseProc, Tcl_DString *sourcePtr, Tcl_DString *targetPtr, Tcl_DString *errorPtr) argument
1444 TraversalCopy( CONST TCHAR *nativeSrc, CONST TCHAR *nativeDst, int type, Tcl_DString *errorPtr) argument
1510 TraversalDelete( CONST TCHAR *nativeSrc, CONST TCHAR *dstPtr, int type, Tcl_DString *errorPtr) argument
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixFCmd.c104 Tcl_DString *errorPtr));
156 int recursive, Tcl_DString *errorPtr));
161 int type, Tcl_DString *errorPtr));
164 int type, Tcl_DString *errorPtr));
168 Tcl_DString *errorPtr, int doRewind));
682 * is stored in errorPtr. See TclpObjCreateDirectory and
695 TclpObjCopyDirectory(srcPathPtr, destPathPtr, errorPtr)
698 Tcl_Obj **errorPtr;
726 *errorPtr = Tcl_NewStringObj(Tcl_DStringValue(&ds), -1);
728 Tcl_IncrRefCount(*errorPtr);
[all...]
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixFCmd.c98 CONST Tcl_StatBuf *statBufPtr, int type, Tcl_DString *errorPtr);
184 int recursive, Tcl_DString *errorPtr);
188 int type, Tcl_DString *errorPtr);
191 int type, Tcl_DString *errorPtr);
194 Tcl_DString *errorPtr, int doRewind);
711 * the pathname of the file that caused the error is stored in errorPtr.
727 Tcl_Obj **errorPtr)
755 *errorPtr = Tcl_NewStringObj(Tcl_DStringValue(&ds), -1);
757 Tcl_IncrRefCount(*errorPtr);
773 * the pathname of the file that caused the error is stored in errorPtr
718 TclpObjCopyDirectory( Tcl_Obj *srcPathPtr, Tcl_Obj *destPathPtr, Tcl_Obj **errorPtr) argument
783 TclpObjRemoveDirectory( Tcl_Obj *pathPtr, int recursive, Tcl_Obj **errorPtr) argument
811 DoRemoveDirectory( Tcl_DString *pathPtr, int recursive, Tcl_DString *errorPtr) argument
900 TraverseUnixTree( TraversalProc *traverseProc, Tcl_DString *sourcePtr, Tcl_DString *targetPtr, Tcl_DString *errorPtr, int doRewind) argument
1134 TraversalCopy( Tcl_DString *srcPtr, Tcl_DString *dstPtr, CONST Tcl_StatBuf *statBufPtr, int type, Tcl_DString *errorPtr) argument
1198 TraversalDelete( Tcl_DString *srcPtr, Tcl_DString *ignore, CONST Tcl_StatBuf *statBufPtr, int type, Tcl_DString *errorPtr) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/xpc-tsa/
H A Dmain-tsa.m123 NSError *errorPtr = NULL;
124 [data writeToFile:path options:writeOptionsMask error:&errorPtr];
125 if (errorPtr)
127 xpctsaNSLog(@"TSA Response error dumping response: %@", errorPtr);
128 [errorPtr release];
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c1652 Tcl_Obj **errorPtr) /* Location to store name of file
1678 if (errorPtr != NULL) {
1679 *errorPtr = pathPtr;
1680 Tcl_IncrRefCount(*errorPtr);
1786 Tcl_Obj *errorPtr = NULL;
1800 errorPtr = Tcl_DuplicateObj(Tcl_GetObjResult(interp));
1812 } else if (errorPtr != NULL) {
1814 * Leave error message in correct interp, errorPtr was
1817 Tcl_SetObjResult(cmdInterp, errorPtr);
1819 } else if (errorPtr !
1635 VfsRemoveDirectory( Tcl_Obj *pathPtr, int recursive, Tcl_Obj **errorPtr) argument
1775 Tcl_Obj *errorPtr = NULL; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixSend.c221 XErrorEvent *errorPtr));
1753 AppendErrorProc(clientData, errorPtr)
1755 XErrorEvent *errorPtr; /* Information about error. */
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIntDecls.h856 int recursive, Tcl_Obj **errorPtr);
862 Tcl_Obj *destPathPtr, Tcl_Obj **errorPtr);
1244 int (*tclpObjRemoveDirectory) (Tcl_Obj *pathPtr, int recursive, Tcl_Obj **errorPtr); /* 200 */
1245 int (*tclpObjCopyDirectory) (Tcl_Obj *srcPathPtr, Tcl_Obj *destPathPtr, Tcl_Obj **errorPtr); /* 201 */
H A Dtcl.h1602 Tcl_Obj *destPathPtr, Tcl_Obj **errorPtr));
1606 int recursive, Tcl_Obj **errorPtr));
H A DtclIOUtil.c4326 Tcl_Obj **errorPtr) /* If non-NULL, then will be set to a new
4338 retVal = (*proc)(srcPathPtr, destPathPtr, errorPtr);
4372 Tcl_Obj **errorPtr) /* If non-NULL, then will be set to a new
4412 return (*proc)(pathPtr, recursive, errorPtr);
4261 Tcl_FSCopyDirectory( Tcl_Obj* srcPathPtr, Tcl_Obj *destPathPtr, Tcl_Obj **errorPtr) argument
4304 Tcl_FSRemoveDirectory( Tcl_Obj *pathPtr, int recursive, Tcl_Obj **errorPtr) argument
H A DtclTest.c397 Tcl_Obj *dst, Tcl_Obj **errorPtr);
399 int recursive, Tcl_Obj **errorPtr);
6756 Tcl_Obj **errorPtr) /* If non-NULL, to be filled with UTF-8 name
6761 TestReportGetNativePath(dst), errorPtr);
6771 Tcl_Obj **errorPtr) /* If non-NULL, to be filled with UTF-8 name
6776 errorPtr);
6684 TestReportCopyDirectory( Tcl_Obj *src, Tcl_Obj *dst, Tcl_Obj **errorPtr) argument
6697 TestReportRemoveDirectory( Tcl_Obj *path, int recursive, Tcl_Obj **errorPtr) argument
H A DtclDecls.h2607 Tcl_Obj *destPathPtr, Tcl_Obj **errorPtr);
2646 int recursive, Tcl_Obj **errorPtr);
3889 int (*tcl_FSCopyDirectory) (Tcl_Obj *srcPathPtr, Tcl_Obj *destPathPtr, Tcl_Obj **errorPtr); /* 441 */
3895 int (*tcl_FSRemoveDirectory) (Tcl_Obj *pathPtr, int recursive, Tcl_Obj **errorPtr); /* 447 */
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dtcl.h1682 Tcl_Obj *destPathPtr, Tcl_Obj **errorPtr));
1686 int recursive, Tcl_Obj **errorPtr));
H A DtclTest.c391 Tcl_Obj *dst, Tcl_Obj **errorPtr));
393 int recursive, Tcl_Obj **errorPtr));
6330 TestReportCopyDirectory(src, dst, errorPtr)
6334 Tcl_Obj **errorPtr; /* If non-NULL, to be filled with UTF-8 name
6339 TestReportGetNativePath(dst), errorPtr);
6342 TestReportRemoveDirectory(path, recursive, errorPtr)
6348 Tcl_Obj **errorPtr; /* If non-NULL, to be filled with UTF-8 name
6353 errorPtr);
H A DtclIOUtil.c3845 Tcl_FSCopyDirectory(srcPathPtr, destPathPtr, errorPtr)
3849 Tcl_Obj **errorPtr; /* If non-NULL, then will be set to a
3861 retVal = (*proc)(srcPathPtr, destPathPtr, errorPtr);
3889 Tcl_FSRemoveDirectory(pathPtr, recursive, errorPtr)
3895 Tcl_Obj **errorPtr; /* If non-NULL, then will be set to a
3930 return (*proc)(pathPtr, recursive, errorPtr);
H A DtclInt.h2067 Tcl_Obj *destPathPtr, Tcl_Obj **errorPtr));
2071 int recursive, Tcl_Obj **errorPtr));
H A DtclDecls.h1407 Tcl_Obj ** errorPtr));
1430 int recursive, Tcl_Obj ** errorPtr));
2153 int (*tcl_FSCopyDirectory) _ANSI_ARGS_((Tcl_Obj * srcPathPtr, Tcl_Obj * destPathPtr, Tcl_Obj ** errorPtr)); /* 441 */
2159 int (*tcl_FSRemoveDirectory) _ANSI_ARGS_((Tcl_Obj * pathPtr, int recursive, Tcl_Obj ** errorPtr)); /* 447 */
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixSend.c209 XErrorEvent *errorPtr);
1781 XErrorEvent *errorPtr) /* Information about error. */
1765 AppendErrorProc( ClientData clientData, XErrorEvent *errorPtr) argument

Completed in 489 milliseconds