/ast/src/lib/libtk/compat/ |
H A D | stdlib.h | 35 extern void qsort _ANSI_ARGS_((VOID *base, int n, int size, 36 int (*compar)(CONST VOID *element1, CONST VOID
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclLoadDl.c | 71 VOID *handle;
|
H A D | tclUnixNotfy.c | 22 #undef VOID macro 271 memcpy((VOID *) readyMasks, (VOID *) checkMasks, 304 memset((VOID *) readyMasks, 0, 3*MASK_SIZE*sizeof(fd_mask)); 313 memset((VOID *) checkMasks, 0, 3*MASK_SIZE*sizeof(fd_mask));
|
H A D | tclPreserve.c | 137 memcpy((VOID *) new, (VOID *) refArray,
|
H A D | tclCmdIL.c | 60 static int SortCompareProc _ANSI_ARGS_((CONST VOID *first, 61 CONST VOID *second)); 342 memcpy((VOID *) interp->result, (VOID *) element, (size_t) size); 941 qsort((VOID *) listArgv, (size_t) listArgc, sizeof (char *), 981 CONST VOID *first, *second; /* Elements to be compared. */
|
H A D | tclUtil.c | 1657 memcpy((VOID *)newString, (VOID *) dsPtr->string, 1722 memcpy((VOID *) newString, (VOID *) dsPtr->string, 1787 memcpy((VOID *) newString, (VOID *) dsPtr->string,
|
H A D | tclCmdAH.c | 1669 memcpy((VOID *) newDst, (VOID *) dst, (size_t) dstSize); 1678 memcpy((VOID *) (dst+dstSize), (VOID *) ptrValue, (size_t) size);
|
H A D | tclUnixChan.c | 2142 (void) memset((VOID *) sockaddrPtr, '\0', sizeof(struct sockaddr_in)); 2152 memcpy((VOID *) &addr, 2153 (VOID *) hostent->h_addr_list[0],
|
H A D | tclParse.c | 899 memcpy((VOID *) new, (VOID *) pvPtr->buffer,
|
/ast/src/lib/libtk/unix/ |
H A D | tkUnixPort.h | 27 #ifndef VOID 29 # define VOID void macro 31 # define VOID char macro
|
/ast/src/lib/libast/port/ |
H A D | astdynamic.c | 95 DllMain(HINSTANCE hinst, DWORD reason, VOID* reserved)
|
/ast/src/lib/libexpr/ |
H A D | Oexparse.h | 39 #define VOID 264 macro
|
H A D | exdata.c | 65 EXID("void", DECLARE, VOID, 0, 0),
|
/ast/src/lib/libtk/generic/ |
H A D | tkImgPhoto.c | 610 memset((VOID *) &options, 0, sizeof(options)); 734 memset((VOID *) &options, 0, sizeof(options)); 826 memset((VOID *) &options, 0, sizeof(options)); 946 memset((VOID *) &options, 0, sizeof(options)); 2041 memset((VOID *) newPix24, 0, (size_t) (validBox.y * pitch)); 2045 memset((VOID *) (newPix24 + h * pitch), 0, 2049 memset((VOID *) newPix24, 0, (size_t) (height * pitch)); 2066 memcpy((VOID *) (newPix24 + offset), 2067 (VOID *) (masterPtr->pix24 + offset), 2080 memcpy((VOID *) destPt [all...] |
H A D | tkSend.c | 440 memmove((VOID *) entry, (VOID *) p, (size_t) count); 488 memcpy((VOID *) (newProp + newBytes), (VOID *) regPtr->property, 1204 memmove((VOID *) entry, (VOID *) p, (size_t) count);
|
H A D | tkTextTag.c | 82 static int TagSortProc _ANSI_ARGS_((CONST VOID *first, 83 CONST VOID *second)); 992 qsort((VOID *) tagArrayPtr, (unsigned) numTags, sizeof (TkTextTag *), 1020 CONST VOID *first, *second; /* Elements to be compared. */ 1322 memcpy((VOID *) copyArrayPtr, (VOID *) newArrayPtr, (size_t) size);
|
H A D | tkGC.c | 116 memset((VOID *) &valueKey, 0, sizeof(valueKey));
|
H A D | tkOption.c | 1023 memcpy((VOID *) newPtr->els, (VOID *) arrayPtr->els, 1146 memcpy((VOID *) newLevels, (VOID *) levels,
|
H A D | tkGrid.c | 1831 memcpy((VOID *) new, (VOID *) old, last * sizeof(SlotInfo)); 1832 memset((VOID *) (new+last), 0, 1895 memset((VOID *) gridPtr->columnPtr, 0, size); 1896 memset((VOID *) gridPtr->rowPtr, 0, size);
|
H A D | tkBind.c | 1260 memcpy((VOID *) ringPtr, (VOID *) eventPtr, sizeof(XEvent)); 2832 memset((VOID *) &event, 0, sizeof(event)); 3453 memcpy((VOID *) psPtr->pats, (VOID *) patPtr, sequenceSize); 4045 memcpy((VOID *) new, (VOID *) dispPtr->modKeyCodes,
|
H A D | tkSelect.c | 1173 memcpy((VOID *) buffer, (VOID *) interp->result, (size_t) length);
|
/ast/src/lib/libtksh/include/ |
H A D | tcl.h | 168 #ifndef VOID 170 # define VOID void macro 172 # define VOID char macro 179 #ifndef VOID 180 #define VOID void macro
|
/ast/src/lib/libtksh/src/ |
H A D | filecmd.c | 559 memcpy((VOID *) p, (VOID *) Tcl_DStringValue(&buffer), (size_t) size);
|
H A D | tclIO.c | 2769 memcpy((VOID *) destPtr, (VOID *) srcPtr, (size_t) destCopied); 2773 memcpy((VOID *) destPtr, (VOID *) srcPtr, (size_t) destCopied); 3150 memcpy((VOID *) result, 3151 (VOID *)(bufPtr->buf + bufPtr->nextRemoved), 3168 memcpy((VOID *) result, 3169 (VOID *)(bufPtr->buf + bufPtr->nextRemoved),
|
/ast/src/cmd/ie/ |
H A D | edit.c | 150 VOID (*savint)() = st.intfn; 187 VOID (*savint)() = st.intfn; 805 VOID (*savfn)();
|