Searched refs:reallocf (Results 1 – 18 of 18) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | reallocf.c | 19 reallocf(void *ptr, size_t size) in reallocf() function
|
| H A D | getcwd.c | 68 if ((pathname = reallocf(pathname, size)) == NULL) { in getcwd()
|
| H A D | isaexec.c | 72 isalist = reallocf(isalist, isalen); in isaexec()
|
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | iov.c | 179 *buf = reallocf(*buf, total); in iov_to_buf() 337 *buf = reallocf(*buf, total); in iov_bunch_to_buf()
|
| H A D | basl.c | 553 table->data = reallocf(table->data, table->len + len);
|
| /illumos-gate/usr/src/boot/libsa/ |
| H A D | stand.h | 447 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) macro 454 #define reallocf(x, y) Reallocf(x, y, NULL, 0) macro
|
| /illumos-gate/usr/src/boot/include/ |
| H A D | stdlib.h | 308 void *reallocf(void *, size_t) __alloc_size(2);
|
| /illumos-gate/usr/src/lib/lib9p/common/ |
| H A D | rfuncs.c | 240 (pg->r_pgbuf = reallocf(pg->r_pgbuf, nsize)) == NULL) in r_pgexpand()
|
| /illumos-gate/usr/src/head/ |
| H A D | stdlib.h | 334 extern void *reallocf(void *, size_t);
|
| /illumos-gate/usr/src/lib/libproc/common/ |
| H A D | proc_fd.c | 153 if ((info = reallocf(info, st.st_size)) == NULL) { in proc_get_fdinfo()
|
| /illumos-gate/usr/src/lib/libsocket/inet/ |
| H A D | getaddrinfo.c | 406 buf = reallocf(buf, bufsize); in _getaddrinfo()
|
| /illumos-gate/usr/src/lib/libc/sparcv9/ |
| H A D | Makefile.com | 540 reallocf.o \
|
| /illumos-gate/usr/src/lib/libc/i386/ |
| H A D | Makefile.com | 563 reallocf.o \
|
| /illumos-gate/usr/src/lib/libc/amd64/ |
| H A D | Makefile | 526 reallocf.o \
|
| /illumos-gate/usr/src/lib/libc/sparc/ |
| H A D | Makefile.com | 582 reallocf.o \
|
| /illumos-gate/usr/src/man/man3c/ |
| H A D | Manlink | 588 reallocf.3c
|
| /illumos-gate/usr/src/lib/libc/port/ |
| H A D | mapfile-vers | 329 reallocf;
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-library.man3c.inc | 1101 link path=usr/share/man/man3c/reallocf.3c target=malloc.3c
|