HelenOS sources

reallocarray      124 common/include/stdlib.h extern void *reallocarray(void *ptr, size_t nelem, size_t elsize)
reallocarray      124 kernel/generic/common/include/stdlib.h extern void *reallocarray(void *ptr, size_t nelem, size_t elsize)
reallocarray      124 uspace/lib/c/common/include/stdlib.h extern void *reallocarray(void *ptr, size_t nelem, size_t elsize)
reallocarray      124 uspace/lib/posix/include/common/stdlib.h extern void *reallocarray(void *ptr, size_t nelem, size_t elsize)
reallocarray       71 uspace/lib/termui/src/history.c 	termui_cell_t *new_buf = reallocarray(cells->buf,
reallocarray       88 uspace/lib/termui/src/history.c 	struct history_line *new_buf = reallocarray(lines->buf,
HelenOS homepage, sources at GitHub