Home
last modified time | relevance | path

Searched refs:__XtCalloc (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DIntrinsicI.h224 extern char* __XtCalloc (
232 #define __XtCalloc XtCalloc macro
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DArgList.c65 result = (ArgList) __XtCalloc((unsigned) num_args1 + num_args2, in XtMergeArgLists()
H A DVarargs.c139 __XtCalloc((Cardinal) count + 1, (unsigned) sizeof(XtTypedArg)); in _XtVaCreateTypedArgList()
359 args = (ArgList)__XtCalloc((Cardinal)(max_count * 2), sizeof(Arg)); in _XtVaToArgList()
495 __XtCalloc((Cardinal) max_count , sizeof(XtTypedArg)); in _XtVaToTypedArgList()
H A DObject.c231 __XtCalloc(1, sizeof(ObjectClassExtensionRec)); in InheritObjectExtensionMethods()
H A DComposite.c171 __XtCalloc(1, sizeof(CompositeClassExtensionRec)); in InheritAllowsChangeManagedSet()
H A DConvert.c112 __XtCalloc(CONVERTHASHSIZE, (unsigned) sizeof(ConverterPtr)); in _XtSetDefaultConverterTable()
262 __XtCalloc(CONVERTHASHSIZE, (unsigned) sizeof(ConverterPtr)); in XtSetTypeConverter()
315 __XtCalloc(CONVERTHASHSIZE, (unsigned) sizeof(ConverterPtr)); in XtAddConverter()
H A DGCManager.c272 pixmaps = (Drawable *) __XtCalloc((unsigned) max, sizeof(Drawable)); in XtAllocateGC()
H A DAlloc.c231 __XtCalloc(unsigned num, unsigned size) in __XtCalloc() function
H A DEvent.c662 (Widget *) __XtCalloc(tab->mask + 1, sizeof(Widget)); in ExpandWWTable()
728 tab->entries = (Widget *) __XtCalloc(tab->mask + 1, sizeof(Widget)); in _XtAllocWWTable()
1700 __XtCalloc((Cardinal) 128, in NewDispatcherList()
H A DCreate.c304 widget = (Widget) __XtCalloc(1, (unsigned) (wsize + csize)); in xtWidgetAlloc()
H A DDisplay.c227 pd->per_screen_db = (XrmDatabase *) __XtCalloc((Cardinal) ScreenCount(dpy), in InitPerDisplay()
H A DTMstate.c1873 (TMBindData) __XtCalloc((Cardinal) sizeof(char), (Cardinal) bytes); in MakeBindData()