Home
last modified time | relevance | path

Searched refs:reallocarray (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/
H A Dcheck-funcs.patch47 -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 D0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch7 reallocarray() prototype in glibc 2.26+ on Linux systems with that
/openbmc/linux/tools/build/feature/
H A Dtest-reallocarray.c7 return !!reallocarray(NULL, 1, 1); in main()
H A DMakefile22 test-reallocarray.bin \
258 $(OUTPUT)test-reallocarray.bin:
/openbmc/linux/tools/include/tools/
H A Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray() function
/openbmc/obmc-console/
H A Dringbuffer.c72 rb->consumers = reallocarray(rb->consumers, rb->n_consumers, in ringbuffer_consumer_register()
107 rb->consumers = reallocarray( in ringbuffer_consumer_unregister()
H A Dsocket-handler.c105 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 Dconsole-server.c96 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 Dsudo.inc9 … file://lib/util/reallocarray.c;beginline=3;endline=15;md5=397dd45c7683e90b9f8bf24638cf03bf \
/openbmc/linux/tools/lib/bpf/
H A Dhashmap.c19 #pragma GCC poison reallocarray
H A Dlibbpf_internal.h39 #pragma GCC poison reallocarray
/openbmc/linux/tools/perf/util/
H A Dhashmap.c19 #pragma GCC poison reallocarray
H A Dcs-etm.c563 traceid_queues = reallocarray(traceid_queues, in cs_etm__etmq_get_traceid_queue()
H A Dheader.c1437 reallocarray(nodes, cnt + 4, sizeof(*nodes)); in build_mem_topology()
/openbmc/linux/tools/build/
H A DMakefile.feature59 reallocarray \
/openbmc/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c325 wrapped = reallocarray(ptr->wrapped, new_cnt, sizeof(bool)); in arm_spe_alloc_wrapped_array()
/openbmc/linux/tools/perf/
H A DMakefile.config516 ifeq ($(feature-reallocarray), 0)
/openbmc/linux/
H A Dopengrok1.0.log[all...]