Searched refs:srealloc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dstralloc.c121 srealloc(void *optr, unsigned size) function
H A Dcollect.c1279 linebuf = (char *)srealloc(hf, (unsigned)(strlen(hf) + strlen(news) + 2));
1316 hf = (char**)srealloc(hf, sizeof(char*) * (nhf + 2));
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h564 extern void *srealloc(void *optr, unsigned size);

Completed in 48 milliseconds