PS_BUFSLOP
if (sz < PS_BUFSLOP)
sz = PS_BUFSLOP;
ps_growbuf(p, PS_BUFSLOP);
vsnprintf(&p->ps->psmarg[pos], PS_BUFSLOP, fmt, ap);