Home
last modified time | relevance | path

Searched refs:attemptckrealloc (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclListObj.c597 newPtr = attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjAppendElement()
604 newPtr = attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjAppendElement()
608 newPtr = attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjAppendElement()
919 newPtr = attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjReplace()
926 newPtr = attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjReplace()
930 newPtr = attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjReplace()
H A DtclStringRep.h85 (String *) attemptckrealloc((ptr), (unsigned) STRING_SIZE(numChars))
H A Dregcustom.h42 #define REALLOC(p,n) VS(attemptckrealloc(VS(p),n))
H A DtclStringObj.c154 ptr = (char *)attemptckrealloc(objPtr->bytes, attempt + 1); in GrowStringBuffer()
167 ptr = (char *)attemptckrealloc(objPtr->bytes, attempt + 1); in GrowStringBuffer()
1064 newBytes = (char *)attemptckrealloc(objPtr->bytes, length + 1); in Tcl_AttemptSetObjLength()
H A Dtcl.h2450 # define attemptckrealloc(x,y) \ macro
2469 # define attemptckrealloc(x,y) \ macro
H A DtclBinary.c672 ptr = (ByteArray *)attemptckrealloc(byteArrayPtr, BYTEARRAY_SIZE(attempt)); in TclAppendBytesToByteArray()
684 ptr = (ByteArray *)attemptckrealloc(byteArrayPtr, BYTEARRAY_SIZE(attempt)); in TclAppendBytesToByteArray()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclStringRep.h85 (String *) attemptckrealloc((ptr), STRING_SIZE(numChars))
H A DtclListObj.c721 newPtr = (List *)attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjAppendElement()
728 newPtr = (List *)attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjAppendElement()
732 newPtr = (List *)attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjAppendElement()
1050 newPtr = (List *)attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjReplace()
1057 newPtr = (List *)attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjReplace()
1061 newPtr = (List *)attemptckrealloc(listRepPtr, LIST_SIZE(attempt)); in Tcl_ListObjReplace()
H A Dregcustom.h41 #define REALLOC(p,n) (void*)(attemptckrealloc((void*)(p),n))
H A Dtcl.h2436 # define attemptckrealloc(x,y) \ macro
2455 # define attemptckrealloc(x,y) \ macro
H A DtclStringObj.c151 ptr = (char *)attemptckrealloc(objPtr->bytes, attempt + 1); in GrowStringBuffer()
164 ptr = (char *)attemptckrealloc(objPtr->bytes, attempt + 1); in GrowStringBuffer()
1023 newBytes = (char *)attemptckrealloc(objPtr->bytes, length + 1); in Tcl_AttemptSetObjLength()
H A DtclBinary.c921 ptr = (ByteArray *)attemptckrealloc(byteArrayPtr, BYTEARRAY_SIZE(attempt)); in TclAppendBytesToByteArray()
933 ptr = (ByteArray *)attemptckrealloc(byteArrayPtr, BYTEARRAY_SIZE(attempt)); in TclAppendBytesToByteArray()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclStringObj.c876 new = (char *) attemptckrealloc((char *)objPtr->bytes,
911 stringPtr = (String *) attemptckrealloc((char*) stringPtr,
1238 tmpString = (String *) attemptckrealloc((char *)stringPtr,
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.4/
H A Dtcl.h1527 # define attemptckrealloc(x,y) Tcl_AttemptDbCkrealloc((x), (y), __FILE__, __LINE__) macro
1540 # define attemptckrealloc(x,y) Tcl_AttemptRealloc(x,y) macro
/dports/lang/p5-Tcl/Tcl-1.27/tcl-core/include/
H A Dtcl.h1502 # define attemptckrealloc(x,y) Tcl_AttemptDbCkrealloc((x), (y), __FILE__, __LINE__) macro
1515 # define attemptckrealloc(x,y) Tcl_AttemptRealloc(x,y) macro
/dports/lang/tcl85/tcl8.5.19/generic/
H A Dtcl.h2278 # define attemptckrealloc(x,y) Tcl_AttemptDbCkrealloc((x), (y), __FILE__, __LINE__) macro
2292 # define attemptckrealloc(x,y) Tcl_AttemptRealloc(x,y) macro
H A DtclBinary.c610 ptr = (ByteArray *) attemptckrealloc((void *) byteArrayPtr, in TclAppendBytesToByteArray()
620 ptr = (ByteArray *) attemptckrealloc((void *) byteArrayPtr, in TclAppendBytesToByteArray()
H A DtclStringObj.c128 (String *) attemptckrealloc((char *) ptr, \
934 newBytes = attemptckrealloc(objPtr->bytes, in Tcl_AttemptSetObjLength()
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.6/
H A Dtcl.h2465 # define attemptckrealloc(x,y) \ macro
2484 # define attemptckrealloc(x,y) \ macro
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.5/
H A Dtcl.h2276 # define attemptckrealloc(x,y) Tcl_AttemptDbCkrealloc((x), (y), __FILE__, __LINE__) macro
2290 # define attemptckrealloc(x,y) Tcl_AttemptRealloc(x,y) macro
/dports/devel/fossil/fossil-src-2.17/compat/tcl-8.6/generic/
H A Dtcl.h2459 # define attemptckrealloc(x,y) \ macro
2478 # define attemptckrealloc(x,y) \ macro
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/
H A Dtcl.h1545 # define attemptckrealloc(x,y) Tcl_AttemptDbCkrealloc((x), (y), __FILE__, __LINE__) macro
1558 # define attemptckrealloc(x,y) Tcl_AttemptRealloc(x,y) macro
/dports/devel/tcllib/tcllib-1.20/modules/struct/tree/
H A Dtn.c1130 TNPtr* new = (TNPtr*) attemptckrealloc ((char*) n->child, in extend_children()
/dports/devel/tcllibc/tcllib-1.20/modules/struct/tree/
H A Dtn.c1130 TNPtr* new = (TNPtr*) attemptckrealloc ((char*) n->child, in extend_children()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclUnix/
H A DmkLinks97 rm -f attemptckrealloc.3 attemptckrealloc.3.*
107 ln $S Alloc.3$Z attemptckrealloc.3$Z

12