Searched refs:reallocarray (Results 1 – 18 of 18) sorted by relevance
/openbmc/openbmc/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
|
/openbmc/linux/tools/build/feature/ |
H A D | test-reallocarray.c | 7 return !!reallocarray(NULL, 1, 1); in main()
|
H A D | Makefile | 22 test-reallocarray.bin \ 258 $(OUTPUT)test-reallocarray.bin:
|
/openbmc/linux/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
|
/openbmc/obmc-console/ |
H A D | ringbuffer.c | 72 rb->consumers = reallocarray(rb->consumers, rb->n_consumers, in ringbuffer_consumer_register() 107 rb->consumers = reallocarray( in ringbuffer_consumer_unregister()
|
H A D | socket-handler.c | 105 sh->clients = reallocarray(sh->clients, sh->n_clients, in client_close() 345 reallocarray(sh->clients, sh->n_clients, sizeof(*sh->clients)); in socket_poll() 412 reallocarray(sh->clients, sh->n_clients, sizeof(*sh->clients)); in dbus_create_socket_consumer()
|
H A D | console-server.c | 96 struct pollfd *newarr = reallocarray(server->pollfds, newcap, in console_server_request_pollfd() 740 console->pollers = reallocarray(console->pollers, console->n_pollers, in console_poller_register() 779 console->pollers = reallocarray(console->pollers, in console_poller_unregister() 1126 struct console **tmp = reallocarray(server->consoles, in console_server_add_console()
|
/openbmc/openbmc/poky/meta/recipes-extended/sudo/ |
H A D | sudo.inc | 9 … file://lib/util/reallocarray.c;beginline=3;endline=15;md5=397dd45c7683e90b9f8bf24638cf03bf \
|
/openbmc/linux/tools/lib/bpf/ |
H A D | hashmap.c | 19 #pragma GCC poison reallocarray
|
H A D | libbpf_internal.h | 39 #pragma GCC poison reallocarray
|
/openbmc/linux/tools/perf/util/ |
H A D | hashmap.c | 19 #pragma GCC poison reallocarray
|
H A D | cs-etm.c | 563 traceid_queues = reallocarray(traceid_queues, in cs_etm__etmq_get_traceid_queue()
|
H A D | header.c | 1437 reallocarray(nodes, cnt + 4, sizeof(*nodes)); in build_mem_topology()
|
/openbmc/linux/tools/build/ |
H A D | Makefile.feature | 59 reallocarray \
|
/openbmc/linux/tools/perf/arch/arm64/util/ |
H A D | arm-spe.c | 325 wrapped = reallocarray(ptr->wrapped, new_cnt, sizeof(bool)); in arm_spe_alloc_wrapped_array()
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.config | 516 ifeq ($(feature-reallocarray), 0)
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |