| /xsrc/external/mit/libXt/dist/test/ |
| H A D | Alloc.c | 278 /* Make sure XtCalloc() works for a non-zero amount of memory */ 289 p = XtCalloc(num, size); 306 /* Make sure XtCalloc() returns the expected results for args of 0 */ 313 p = XtCalloc(0, 0); 322 p = XtCalloc(1, 0); 331 p = XtCalloc(0, 1); 353 p = XtCalloc(2, ALLOC_LIMIT); 365 /* Make sure XtCalloc catches integer overflow if possible 367 * Testing integer overflow cases is limited by the fact that XtCalloc 380 p = XtCalloc( [all...] |
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XECallBcks.c | 51 (XETrapCB *)XtCalloc(256L,sizeof(XETrapCB))) == NULL) 53 /* XtCalloc already reported the error */ 85 (XETrapCB *)XtCalloc(XETrapCoreEvents,sizeof(XETrapCB))) == NULL) 87 /* XtCalloc already reported the error */
|
| H A D | XEStrMap.c | 170 extensionData = (_extensionData *)XtCalloc(numExtension,
|
| /xsrc/external/mit/editres/dist/ |
| H A D | comm.c | 554 Event * event = (Event *) XtCalloc(sizeof(Event), 1); 572 XtCalloc(sizeof(WidgetTreeInfo), 614 sv_event->info = (SetValuesInfo *) XtCalloc(sizeof(SetValuesInfo), 637 XtCalloc(sizeof(GetResourcesInfo), 658 XtCalloc(sizeof(ResourceInfo), 688 geom_event->info = (GetGeomInfo *) XtCalloc(sizeof(GetGeomInfo), 736 gv_event->info = (GetValuesInfo*)XtCalloc(sizeof(GetValuesInfo),1);
|
| H A D | wtree.c | 516 node = (WNode *) XtCalloc(sizeof(WNode), ONE); 524 parent = (WNode *) XtCalloc(sizeof(WNode), ONE);
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | IntrinsicI.h | 232 #define __XtCalloc XtCalloc
|
| H A D | Intrinsic.h | 1852 extern char *XtCalloc( 1925 #define XtCalloc(num,size) _XtCalloc(num, size, __FILE__, __LINE__) macro
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Alloc.c | 234 XtCalloc(unsigned num, unsigned size) function in typeref:typename:char * 272 return XtCalloc(num, size); 344 #undef XtCalloc 474 XtCalloc(unsigned num, unsigned size) function in typeref:typename:char *
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | WidgetNode.c | 233 wn->resourcewn = (XmuWidgetNode **) XtCalloc (wn->nresources, 250 XtCalloc (wn->nconstraints, sizeof (XmuWidgetNode *));
|
| H A D | EditresCom.c | 302 event = (EditresEvent *)XtCalloc(sizeof(EditresEvent), 1); 343 XtCalloc(sizeof(WidgetInfo), sv_event->num_entries); 354 find_event->widgets = (WidgetInfo *)XtCalloc(sizeof(WidgetInfo), 1); 371 XtCalloc(sizeof(WidgetInfo), get_event->num_entries); 385 XtCalloc(sizeof(WidgetInfo), gv_event->num_entries);
|
| /xsrc/external/mit/xman/dist/ |
| H A D | buttons.c | 125 (ManpageGlobals *) XtCalloc(ONE, (Cardinal) sizeof(ManpageGlobals)); 183 (ManpageGlobals *) XtCalloc(ONE, (Cardinal) sizeof(ManpageGlobals)); 190 man_globals->manpagewidgets.box = (Widget *) XtCalloc((Cardinal) sections,
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | BitmapP.h | 197 #define CreateCleanData(length) XtCalloc(length, sizeof(char))
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | DisplayList.c | 1665 XawDLPosition *pos = (XawDLPosition *)XtCalloc(1, sizeof(XawDLPosition) * 4); 1677 XawDLPosition *pos = (XawDLPosition *)XtCalloc(1, sizeof(XawDLPosition) * 2); 1691 pos->pos = (XawDLPosition *)XtCalloc(1, (Cardinal)(sizeof(XawDLPosition) * 1705 pos->pos = (XawDLPosition *)XtCalloc(1, (Cardinal)(sizeof(XawDLPosition) * 1717 XawDLArcArgs *args = (XawDLArcArgs *)XtCalloc(1, sizeof(XawDLArcArgs)); 1907 XtCalloc(1, sizeof(XawDLStringArgs)); 1976 XtCalloc(1, sizeof(XawDLCopyArgs)); 2005 XtCalloc(1, sizeof(XawDLImageArgs));
|
| H A D | TextSink.c | 1179 ret = (XawTextProperty*)XtCalloc(1, sizeof(XawTextProperty)); 1556 prop = (XawTextProperty*)XtCalloc(1, sizeof(XawTextProperty));
|
| H A D | Tree.c | 210 *listp = (Dimension *) XtCalloc ((unsigned int) n,
|
| H A D | TextSrc.c | 309 src->textSrc.undo = (XawTextUndo*)XtCalloc(1, sizeof(XawTextUndo)); 373 XtCalloc(1, sizeof(XawTextUndo));
|
| H A D | Text.c | 907 XtCalloc(1, sizeof(XawTextLineTableEntry));
|
| /xsrc/external/mit/libXt/dist/man/ |
| H A D | Makefile.am | 329 XtCalloc \
|
| H A D | Makefile.in | 647 XtCalloc \
|
| /xsrc/external/mit/xmag/dist/ |
| H A D | Scale.c | 309 XtCalloc(1, sizeof(char)), 845 XtCalloc(1, sizeof(char)),
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | xedit.c | 486 item->xldata = (XeditLispData*)XtCalloc(1, sizeof(XeditLispData));
|
| /xsrc/external/mit/viewres/dist/ |
| H A D | viewres.c | 269 XtCalloc((unsigned int) n, (unsigned int) sizeof(XmuWidgetNode **));
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | xt.c | 1475 Resources *resources = (Resources*)XtCalloc(1, sizeof(Resources));
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charproc.c | 11574 screen->unparse_bfr = (IChar *) (void *) XtCalloc(screen->unparse_max,
|