| /OK3568_Linux_fs/buildroot/package/iwd/ |
| H A D | 0001-build-Add-reallocarray-to-missing-h.patch | 4 Subject: build: Add reallocarray to missing.h 6 reallocarray has been added to glibc relatively recently (version 2.26, 8 reallocarray is not available with uclibc-ng. So use realloc if 9 reallocarray is not available to avoid the following build failure 13 sae.c:(.text+0xd74): undefined reference to `reallocarray' 34 +AC_CHECK_FUNCS(reallocarray) 48 +static inline void *reallocarray(void *ptr, size_t nmemb, size_t size)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/flex/flex/ |
| H A D | check-funcs.patch | 47 -reallocarray dnl OpenBSD function. We have replacement if not available. 59 +# reallocarr - NetBSD function. Use reallocarray if not available. 60 +# reallocarray - OpenBSD function. We have replacement if not available. 61 +AC_CHECK_FUNCS([pow setlocale reallocarr reallocarray])
|
| H A D | 0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch | 7 reallocarray() prototype in glibc 2.26+ on Linux systems with that
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/quota/quota/ |
| H A D | 0001-quota-Use-realloc-3-instead-of-reallocarray-3.patch | 4 Subject: [PATCH] quota: Use realloc(3) instead of reallocarray(3) 6 reallocarray(3) has been added to glibc relatively recently (version 27 - fsnames = reallocarray(fsnames, fscount, sizeof(char *));
|
| /OK3568_Linux_fs/buildroot/package/quota/ |
| H A D | 0001-quota-Use-realloc-3-instead-of-reallocarray-3.patch | 4 Subject: [PATCH] quota: Use realloc(3) instead of reallocarray(3) 6 reallocarray(3) has been added to glibc relatively recently (version 27 - fsnames = reallocarray(fsnames, fscount, sizeof(char *));
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | XKBMAlloc.c | 81 reallocarray(map->types, nTotalTypes, sizeof(XkbKeyTypeRec)); in XkbAllocClientMap() 178 map->acts = reallocarray(map->acts, need, sizeof(XkbAction)); in XkbAllocServerMap() 310 reallocarray(type->map, map_count, sizeof(XkbKTMapEntryRec)); in XkbResizeKeyType() 319 type->preserve = reallocarray(type->preserve, in XkbResizeKeyType() 337 type->level_names = reallocarray(type->level_names, in XkbResizeKeyType() 660 xkb->map->key_sym_map = reallocarray(xkb->map->key_sym_map, in XkbChangeKeycodeRange() 681 xkb->map->modmap = reallocarray(xkb->map->modmap, in XkbChangeKeycodeRange() 704 xkb->server->behaviors = reallocarray(xkb->server->behaviors, in XkbChangeKeycodeRange() 726 xkb->server->key_acts = reallocarray(xkb->server->key_acts, in XkbChangeKeycodeRange() 748 xkb->server->vmodmap = reallocarray(xkb->server->vmodmap, in XkbChangeKeycodeRange() [all …]
|
| H A D | XKBAlloc.c | 59 compat->sym_interpret = reallocarray(compat->sym_interpret, in XkbAllocCompatMap() 162 names->key_aliases = reallocarray(names->key_aliases, in XkbAllocNames() 187 names->radio_groups = reallocarray(names->radio_groups, in XkbAllocNames()
|
| H A D | xkbUtils.c | 949 tmp = reallocarray(dst->map->syms, in _XkbCopyClientMap() 968 tmp = reallocarray(dst->map->key_sym_map, in _XkbCopyClientMap() 986 tmp = reallocarray(dst->map->types, src->map->num_types, in _XkbCopyClientMap() 1023 tmp = reallocarray(dtype->level_names, in _XkbCopyClientMap() 1056 tmp = reallocarray(dtype->map, in _XkbCopyClientMap() 1085 tmp = reallocarray(dtype->preserve, in _XkbCopyClientMap() 1196 tmp = reallocarray(dst->server->acts, in _XkbCopyServerMap() 1214 tmp = reallocarray(dst->server->key_acts, in _XkbCopyServerMap() 1230 tmp = reallocarray(dst->server->behaviors, in _XkbCopyServerMap() 1248 tmp = reallocarray(dst->server->vmodmap, in _XkbCopyServerMap() [all …]
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | filter.c | 70 names = reallocarray(filterNames, nfilterNames + 1, sizeof(char *)); in PictureGetFilterId() 148 reallocarray(ps->filters, ps->nfilters + 1, sizeof(PictFilterRec)); in PictureAddFilter() 180 aliases = reallocarray(ps->filterAliases, in PictureSetFilterAlias()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrinfo.c | 58 modes = reallocarray(output->modes, in RROldModeAdd() 269 pNew = reallocarray(pScrPriv->pSizes, in RRRegisterSize() 292 pNew = reallocarray(pSize->pRates, pSize->nRates + 1, sizeof(RRScreenRate)); in RRRegisterRate()
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-reallocarray.c | 7 return !!reallocarray(NULL, 1, 1); in main()
|
| /OK3568_Linux_fs/kernel/tools/include/tools/ |
| H A D | libc_compat.h | 11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray() function
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | ospoll.c | 284 new_fds = reallocarray(ospoll->fds, new_size, sizeof (ospoll->fds[0])); in ospoll_add() 314 new_fds = reallocarray(ospoll->fds, new_size, sizeof (ospoll->fds[0])); in ospoll_add() 352 new_fds = reallocarray(ospoll->fds, new_size, sizeof (ospoll->fds[0])); in ospoll_add() 390 new_fds = reallocarray(ospoll->fds, new_size, sizeof (ospoll->fds[0])); in ospoll_add() 394 new_osfds = reallocarray(ospoll->osfds, new_size, sizeof (ospoll->osfds[0])); in ospoll_add()
|
| H A D | reallocarray.c | 35 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | single2swap.c | 66 cx->feedbackBuf = reallocarray(cx->feedbackBuf, in __glXDispSwap_FeedbackBuffer() 100 cx->selectBuf = reallocarray(cx->selectBuf, in __glXDispSwap_SelectBuffer()
|
| H A D | single2.c | 65 cx->feedbackBuf = reallocarray(cx->feedbackBuf, in __glXDisp_FeedbackBuffer() 95 cx->selectBuf = reallocarray(cx->selectBuf, in __glXDisp_SelectBuffer()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | os.h | 87 #define xallocarray(num, size) reallocarray(NULL, (num), (size)) 567 #define reallocarray xreallocarray macro 569 reallocarray(void *optr, size_t nmemb, size_t size);
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxconfig.c | 207 if (!(dmxScreens = reallocarray(dmxScreens, dmxNumScreens + 1, in dmxConfigAddDisplay() 237 if (!(dmxInputs = reallocarray(dmxInputs, dmxNumInputs + 1, in dmxConfigAddInput() 344 argv = reallocarray(argv, argc + 1, sizeof(*argv)); in dmxConfigCopyFromOption()
|
| /OK3568_Linux_fs/buildroot/package/flex/ |
| H A D | 0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch | 7 reallocarray() prototype in glibc 2.26+ on Linux systems with that
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | Makefile | 64 FEATURE_TESTS = libbfd disassembler-four-args reallocarray zlib libcap \ 89 ifeq ($(feature-reallocarray), 0)
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxarg.c | 89 a->argv = reallocarray(a->argv, (a->argm *= 2), sizeof(*a->argv)); in dmxArgAdd()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | colormap.c | 896 ppix = reallocarray(pixp[client], npix + 1, sizeof(Pixel)); in FindColor() 965 ppix = reallocarray(pmap->clientPixelsRed[client], in AllocColor() 987 ppix = reallocarray(pmap->clientPixelsRed[client], in AllocColor() 994 ppix = reallocarray(pmap->clientPixelsGreen[client], in AllocColor() 1001 ppix = reallocarray(pmap->clientPixelsBlue[client], in AllocColor() 1668 rpix = reallocarray(pmap->clientPixelsRed[client], in AllocDirect() 1673 gpix = reallocarray(pmap->clientPixelsGreen[client], in AllocDirect() 1678 bpix = reallocarray(pmap->clientPixelsBlue[client], in AllocDirect() 1761 ppix = reallocarray(pmap->clientPixelsRed[client], in AllocPseudo() 2209 pptr = reallocarray(ppixClient, npixNew, sizeof(Pixel)); in FreeCo() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | malloc.h | 58 extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/quota/ |
| H A D | quota_4.06.bb | 12 file://0001-quota-Use-realloc-3-instead-of-reallocarray-3.patch \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | malloc.h | 58 extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
|