q_to_b
len = q_to_b(cl, buf, OFBURSTLEN);
msg->size = q_to_b(&tp->t_outq, msg->data, sizeof(msg->data));
n = q_to_b(&tp->t_outq, buffer, sizeof buffer);
int n = q_to_b(&tp->t_outq, buf, 32/*XXX*/);
n = q_to_b(&tp->t_outq, &buf, 1);
n = q_to_b(&tp->t_outq, buffer,
error = q_to_b(&tp->t_outq, 0, move);
cnt = q_to_b(&tp->t_outq, buf, BUFSIZE);
q_to_b(&sce->q, buffer, n);
(void) q_to_b(&sc->sc_q, buffer, length);
cc = q_to_b(&tp->t_outq, buf, cc);
int q_to_b(struct clist *q, u_char *cp, int cc);