sbuf_new
struct sbuf *sbuf_new(struct sbuf *, char *, int, int);
sbuf_new(NULL, NULL, 0, SBUF_AUTOEXTEND)
s = sbuf_new(s, NULL, uio->uio_resid + 1, 0);