Home
last modified time | relevance | path

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

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