| /xsrc/external/mit/libXext/dist/src/ |
| H A D | reallocarray.h | 34 # define reallocarray(ptr, n, size) xreallocarray((ptr), (size_t)(n), (size_t)(size)) macro 39 reallocarray((ptr), ((n) == 0 ? 1 : (n)), size) 41 # define Xreallocarray(ptr, n, size) reallocarray((ptr), (n), (size))
|
| H A D | Makefile.am | 31 reallocarray.h \
|
| /xsrc/external/mit/libfontenc/dist/src/ |
| H A D | reallocarray.h | 34 # define reallocarray(ptr, n, size) xreallocarray((ptr), (size_t)(n), (size_t)(size)) macro 39 reallocarray((ptr), ((n) == 0 ? 1 : (n)), size) 41 # define Xreallocarray(ptr, n, size) reallocarray((ptr), (n), (size))
|
| H A D | Makefile.am | 7 reallocarray.h
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | reallocarray.h | 34 # define reallocarray(ptr, n, size) xreallocarray((ptr), (size_t)(n), (size_t)(size)) macro 39 reallocarray((ptr), ((n) == 0 ? 1 : (n)), size) 41 # define Xreallocarray(ptr, n, size) reallocarray((ptr), (n), (size))
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | Xmuint.h | 37 # define reallocarray(ptr, n, size) Xmureallocarray((ptr), (n), (size)) macro 40 #define Xmumallocarray(n, size) reallocarray(NULL, (n), (size))
|
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | replace.h | 38 reallocarray(void *optr, size_t nmemb, size_t size); 42 #define mallocarray(n, s) reallocarray(NULL, n, s)
|
| H A D | reallocarray.c | 1 /* $OpenBSD: reallocarray.c,v 1.2 2014/12/08 03:45:00 bcook Exp $ */ 35 reallocarray(void *optr, size_t nmemb, size_t size) function in typeref:typename:void *
|
| H A D | private.c | 88 new = reallocarray (pFont->devPrivates, (n + 1), sizeof (pointer)); 93 new = reallocarray (NULL, (n + 1), sizeof (pointer));
|
| H A D | fontnames.c | 104 nlength = reallocarray(names->length, size, sizeof(int)); 105 nnames = reallocarray(names->names, size, sizeof(char *));
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | reallocarray.c | 1 /* $OpenBSD: reallocarray.c,v 1.2 2014/12/08 03:45:00 bcook Exp $ */ 35 reallocarray(void *optr, size_t nmemb, size_t size) function in typeref:typename:void *
|
| /xsrc/external/mit/libXext/dist/ |
| H A D | configure.ac | 48 AC_REPLACE_FUNCS([reallocarray])
|
| /xsrc/external/mit/libXmu/dist/ |
| H A D | configure.ac | 37 AC_REPLACE_FUNCS([reallocarray])
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | configure.ac | 28 AC_CHECK_FUNCS([rename fchmod reallocarray])
|
| H A D | def.h | 64 #define reallocarray(ptr, num, size) realloc(ptr, (num) * (size)) macro 66 #define mallocarray(num, size) reallocarray(NULL, num, size)
|
| H A D | include.c | 225 ip->i_list = reallocarray(ip->i_list, ip->i_listlen, 227 ip->i_merged = reallocarray(ip->i_merged, ip->i_listlen,
|
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | renderers.c | 84 new = reallocarray (renderers.renderers, i + 1, sizeof(*new));
|
| H A D | bitsource.c | 53 new = reallocarray (FontFileBitmapSources.fpe, newsize, sizeof *new);
|
| /xsrc/external/mit/fslsfonts/dist/ |
| H A D | configure.ac | 46 AC_SEARCH_LIBS([reallocarray], [bsd]) 49 AC_CHECK_FUNCS([reallocarray])
|
| /xsrc/external/mit/xlsfonts/dist/ |
| H A D | configure.ac | 45 AC_SEARCH_LIBS([reallocarray], [bsd]) 48 AC_CHECK_FUNCS([reallocarray])
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSlibos.h | 256 # define reallocarray(ptr, n, size) \ macro 272 reallocarray((ptr), ((n) == 0 ? 1 : (n)), size) 279 # define FSreallocarray(ptr, n, size) reallocarray((ptr), (n), (size))
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrinfo.c | 58 modes = reallocarray(output->modes, 269 pNew = reallocarray(pScrPriv->pSizes, 292 pNew = reallocarray(pSize->pRates, pSize->nRates + 1, sizeof(RRScreenRate));
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | filter.c | 70 names = reallocarray(filterNames, nfilterNames + 1, sizeof(char *)); 148 reallocarray(ps->filters, ps->nfilters + 1, sizeof(PictFilterRec)); 180 aliases = reallocarray(ps->filterAliases,
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBAlloc.c | 59 compat->sym_interpret = reallocarray(compat->sym_interpret, 162 names->key_aliases = reallocarray(names->key_aliases, 187 names->radio_groups = reallocarray(names->radio_groups,
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | single2swap.c | 66 cx->feedbackBuf = reallocarray(cx->feedbackBuf, 100 cx->selectBuf = reallocarray(cx->selectBuf,
|