Searched refs:Xmallocarray (Results 1 - 25 of 44) sorted by relevance
12
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | reallocarray.h | 44 #define Xmallocarray(n, size) Xreallocarray(NULL, (n), (size)) macro
|
| /xsrc/external/mit/libfontenc/dist/src/ |
| H A D | reallocarray.h | 44 #define Xmallocarray(n, size) Xreallocarray(NULL, (n), (size)) macro
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Depths.c | 53 depths = Xmallocarray (count, sizeof(int));
|
| H A D | PixFormats.c | 43 Xmallocarray(dpy->nformats, sizeof (XPixmapFormatValues));
|
| H A D | reallocarray.h | 44 #define Xmallocarray(n, size) Xreallocarray(NULL, (n), (size)) macro
|
| H A D | LiICmaps.c | 54 cmaps = Xmallocarray(rep.nColormaps, sizeof(Colormap));
|
| H A D | LiProps.c | 53 properties = Xmallocarray (rep.nProperties, sizeof(Atom));
|
| H A D | QuTree.c | 55 *children = Xmallocarray(rep.nChildren, sizeof(Window));
|
| H A D | GetFPath.c | 53 flist = Xmallocarray(rep.nPaths, sizeof (char *));
|
| H A D | GetMoEv.c | 57 tc = Xmallocarray(rep.nEvents, sizeof(XTimeCoord));
|
| H A D | ListExt.c | 58 list = Xmallocarray (rep.nExtensions, sizeof (char *));
|
| H A D | SetRGBCMap.c | 60 ((data = (Xmallocarray(count,
|
| H A D | TextToStr.c | 75 list = Xmallocarray (nelements, sizeof (char *));
|
| H A D | FSWrap.c | 116 if (!(list = Xmallocarray((*num + 1), sizeof(char *)))) { 137 string_list_ret = Xmallocarray(list_count, sizeof(char *));
|
| H A D | FontNames.c | 73 flist = Xmallocarray (rep.nFonts, sizeof(char *));
|
| H A D | GetPntMap.c | 116 mapping = Xmallocarray (nkeysyms, sizeof (KeySym));
|
| H A D | GetRGBCMap.c | 103 cmaps = Xmallocarray (ncmaps, sizeof (XStandardColormap));
|
| H A D | QuColors.c | 54 xrgb *color = Xmallocarray((size_t) ncolors, sizeof(xrgb));
|
| H A D | FontInfo.c | 111 if (! (finfo = Xmallocarray(size, sizeof(XFontStruct)))) 113 if (! (flist = Xmallocarray(size + 1, sizeof(char *)))) { 144 fs->properties = Xmallocarray (reply.nFontProps,
|
| H A D | WrBitF.c | 57 data = Xmallocarray(bytes_per_line, height); /* Get space for data */
|
| H A D | Font.c | 251 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 D | ModMap.c | 104 Xmallocarray(keyspermodifier, 8)
|
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | StCols.c | 90 pColors_tmp = Xmallocarray(nColors, sizeof(XcmsColor));
|
| H A D | cmsInt.c | 87 if ((newArray = Xmallocarray(n, sizeof(XPointer)))) { 146 if ((newArray = Xmallocarray(n, sizeof(XPointer)))) {
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcPrTxt.c | 44 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