Searched refs:Xreallocarray (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | reallocarray.h | 38 # define Xreallocarray(ptr, n, size) \ macro 41 # define Xreallocarray(ptr, n, size) reallocarray((ptr), (n), (size)) macro 44 #define Xmallocarray(n, size) Xreallocarray(NULL, (n), (size))
|
| /xsrc/external/mit/libfontenc/dist/src/ |
| H A D | reallocarray.h | 38 # define Xreallocarray(ptr, n, size) \ macro 41 # define Xreallocarray(ptr, n, size) reallocarray((ptr), (n), (size)) macro 44 #define Xmallocarray(n, size) Xreallocarray(NULL, (n), (size))
|
| H A D | encparse.c | 477 newenc = Xreallocarray(*enc, *encsize, sizeof(unsigned short));
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | reallocarray.h | 38 # define Xreallocarray(ptr, n, size) \ macro 41 # define Xreallocarray(ptr, n, size) reallocarray((ptr), (n), (size)) macro 44 #define Xmallocarray(n, size) Xreallocarray(NULL, (n), (size))
|
| H A D | FontInfo.c | 98 tmp_finfo = Xreallocarray (finfo, size, sizeof(XFontStruct)); 104 tmp_flist = Xreallocarray (flist, size + 1, sizeof(char *));
|
| H A D | VisUtil.c | 136 if (! (vip_base = Xreallocarray(vip_base, total,
|
| H A D | Quarks.c | 292 if (!(new = Xreallocarray(stringTable, 298 if (!(new = Xreallocarray(permTable,
|
| H A D | PolyReg.c | 418 if (!(reg->rects = Xreallocarray(reg->rects, numRects, sizeof(BOX)))) {
|
| H A D | Region.c | 526 dstrgn->rects = Xreallocarray(dstrgn->rects, 985 newReg->rects = Xreallocarray (newReg->rects,
|
| H A D | XlibInt.c | 522 wd_array = Xreallocarray(info_list->watch_data,
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBlibint.h | 133 array = Xreallocarray(array, new_num, sizeof(type)); \
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcGeneric.c | 161 new_list = Xreallocarray(codeset->charset_list, 188 new_list = Xreallocarray(gen->codeset_list, 235 new_list = Xreallocarray(gen->mb_parse_list, 545 new_list = Xreallocarray(gen->segment_conv,
|
| H A D | XlcDL.c | 198 Xreallocarray(xi18n_objects_list, new_len,
|
| H A D | lcDB.c | 487 Xreallocarray(value_list, value_num + 2, sizeof(char *));
|
Completed in 18 milliseconds