Searched refs:buf_output (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dbuffer.h122 extern void buf_output PROTO((struct buffer *, const char *, int));
H A Dzlib.c278 buf_output (cb->buf, buffer,
324 buf_output (cb->buf, buffer,
411 buf_output (cb->buf, buffer,
H A Dserver.c2476 buf_output (buf_to_net, "M ? ", 4);
2481 buf_output (buf_to_net, "/", 1);
2484 buf_output (buf_to_net, "\n", 1);
2925 buf_output (protocol, "\n", 1);
3630 buf_output (protocol, "\n", 1);
3680 buf_output (protocol, "\n", 1);
3701 buf_output (protocol, "\n", 1);
3730 buf_output (protocol, "\n", 1);
4222 buf_output (protocol, "\n", 1);
4309 buf_output (protoco
[all...]
H A Dbuffer.c175 buf_output (buf, data, len) function
234 buf_output (buf, string, strlen (string));
256 buf_output (buf, &b, 1);
1034 buf_output (outbuf, nldata->bufp, len);
1189 buf_output (outbuf, stop->bufp, stopwant);
1690 we translate directly into one to avoid a memcpy in buf_output. */
1722 buf_output (pb->buf, outbuf, translated + 2);
H A Dupdate.c1578 buf_output (buf, data, len);
H A Dclient.c3439 buf_output (to_server, str, len);

Completed in 102 milliseconds