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

/xsrc/external/mit/libXt/dist/test/
H A DAlloc.c278 /* 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 DXECallBcks.c51 (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 DXEStrMap.c170 extensionData = (_extensionData *)XtCalloc(numExtension,
/xsrc/external/mit/editres/dist/
H A Dcomm.c554 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 Dwtree.c516 node = (WNode *) XtCalloc(sizeof(WNode), ONE);
524 parent = (WNode *) XtCalloc(sizeof(WNode), ONE);
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsicI.h232 #define __XtCalloc XtCalloc
H A DIntrinsic.h1852 extern char *XtCalloc(
1925 #define XtCalloc(num,size) _XtCalloc(num, size, __FILE__, __LINE__) macro
/xsrc/external/mit/libXt/dist/src/
H A DAlloc.c234 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 DWidgetNode.c233 wn->resourcewn = (XmuWidgetNode **) XtCalloc (wn->nresources,
250 XtCalloc (wn->nconstraints, sizeof (XmuWidgetNode *));
H A DEditresCom.c302 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 Dbuttons.c125 (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 DBitmapP.h197 #define CreateCleanData(length) XtCalloc(length, sizeof(char))
/xsrc/external/mit/libXaw/dist/src/
H A DDisplayList.c1665 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 DTextSink.c1179 ret = (XawTextProperty*)XtCalloc(1, sizeof(XawTextProperty));
1556 prop = (XawTextProperty*)XtCalloc(1, sizeof(XawTextProperty));
H A DTree.c210 *listp = (Dimension *) XtCalloc ((unsigned int) n,
H A DTextSrc.c309 src->textSrc.undo = (XawTextUndo*)XtCalloc(1, sizeof(XawTextUndo));
373 XtCalloc(1, sizeof(XawTextUndo));
H A DText.c907 XtCalloc(1, sizeof(XawTextLineTableEntry));
/xsrc/external/mit/libXt/dist/man/
H A DMakefile.am329 XtCalloc \
H A DMakefile.in647 XtCalloc \
/xsrc/external/mit/xmag/dist/
H A DScale.c309 XtCalloc(1, sizeof(char)),
845 XtCalloc(1, sizeof(char)),
/xsrc/external/mit/xedit/dist/lisp/
H A Dxedit.c486 item->xldata = (XeditLispData*)XtCalloc(1, sizeof(XeditLispData));
/xsrc/external/mit/viewres/dist/
H A Dviewres.c269 XtCalloc((unsigned int) n, (unsigned int) sizeof(XmuWidgetNode **));
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dxt.c1475 Resources *resources = (Resources*)XtCalloc(1, sizeof(Resources));
/xsrc/external/mit/xterm/dist/
H A Dcharproc.c11574 screen->unparse_bfr = (IChar *) (void *) XtCalloc(screen->unparse_max,

Completed in 48 milliseconds