Searched refs:Xmallocarray (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/libXext/dist/src/
H A Dreallocarray.h44 #define Xmallocarray(n, size) Xreallocarray(NULL, (n), (size)) macro
/xsrc/external/mit/libfontenc/dist/src/
H A Dreallocarray.h44 #define Xmallocarray(n, size) Xreallocarray(NULL, (n), (size)) macro
/xsrc/external/mit/libX11/dist/src/
H A DDepths.c53 depths = Xmallocarray (count, sizeof(int));
H A DPixFormats.c43 Xmallocarray(dpy->nformats, sizeof (XPixmapFormatValues));
H A Dreallocarray.h44 #define Xmallocarray(n, size) Xreallocarray(NULL, (n), (size)) macro
H A DLiICmaps.c54 cmaps = Xmallocarray(rep.nColormaps, sizeof(Colormap));
H A DLiProps.c53 properties = Xmallocarray (rep.nProperties, sizeof(Atom));
H A DQuTree.c55 *children = Xmallocarray(rep.nChildren, sizeof(Window));
H A DGetFPath.c53 flist = Xmallocarray(rep.nPaths, sizeof (char *));
H A DGetMoEv.c57 tc = Xmallocarray(rep.nEvents, sizeof(XTimeCoord));
H A DListExt.c58 list = Xmallocarray (rep.nExtensions, sizeof (char *));
H A DSetRGBCMap.c60 ((data = (Xmallocarray(count,
H A DTextToStr.c75 list = Xmallocarray (nelements, sizeof (char *));
H A DFSWrap.c116 if (!(list = Xmallocarray((*num + 1), sizeof(char *)))) {
137 string_list_ret = Xmallocarray(list_count, sizeof(char *));
H A DFontNames.c73 flist = Xmallocarray (rep.nFonts, sizeof(char *));
H A DGetPntMap.c116 mapping = Xmallocarray (nkeysyms, sizeof (KeySym));
H A DGetRGBCMap.c103 cmaps = Xmallocarray (ncmaps, sizeof (XStandardColormap));
H A DQuColors.c54 xrgb *color = Xmallocarray((size_t) ncolors, sizeof(xrgb));
H A DFontInfo.c111 if (! (finfo = Xmallocarray(size, sizeof(XFontStruct))))
113 if (! (flist = Xmallocarray(size + 1, sizeof(char *)))) {
144 fs->properties = Xmallocarray (reply.nFontProps,
H A DWrBitF.c57 data = Xmallocarray(bytes_per_line, height); /* Get space for data */
H A DFont.c251 fs->properties = Xmallocarray (reply.nFontProps,
272 fs->per_char = Xmallocarray (reply.nCharInfos,
495 fs->properties = Xmallocarray (reply.nFontProps,
535 if (! (fs->per_char = Xmallocarray (reply.nCharInfos,
H A DModMap.c104 Xmallocarray(keyspermodifier, 8)
/xsrc/external/mit/libX11/dist/src/xcms/
H A DStCols.c90 pColors_tmp = Xmallocarray(nColors, sizeof(XcmsColor));
H A DcmsInt.c87 if ((newArray = Xmallocarray(n, sizeof(XPointer)))) {
146 if ((newArray = Xmallocarray(n, sizeof(XPointer)))) {
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcPrTxt.c44 wstr_list = Xmallocarray(count, sizeof(wchar_t *));
48 *wstr_list = Xmallocarray(nitems, sizeof(wchar_t));
58 str_list = Xmallocarray(count, sizeof(char *));

Completed in 20 milliseconds

12