Searched refs:libc_realloc (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Daddsev.c71 new = libc_realloc(__pfmt_sev_tab,
89 new = libc_realloc(__pfmt_sev_tab[i].string, strlen(string) + 1);
H A Dgtxt.c133 if ((db = libc_realloc(db_info,
H A Dnss_common.c400 next = (nss_cfglist_t *)libc_realloc(nss_cfg, nsize);
454 next = (nss_cfgparam_t *)libc_realloc(comp->list, nsize);
H A Dlocaltime.c1895 if ((cp = libc_realloc(sp->chars, sp->charcnt)) == NULL)
/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc.h76 extern void *libc_realloc(void *, size_t);
H A Dthr_uberdata.h1293 extern void *libc_realloc(void *, size_t);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c358 libc_realloc(void *old, size_t size) function

Completed in 93 milliseconds