Searched refs:vbuf_put (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.h81 (int) (*(v)->ptr++ = (c)) : vbuf_put((v),(c)))
87 extern int vbuf_put(VBUF *, int);
H A Dvbuf.c162 /* vbuf_put - handle write buffer full condition */
164 int vbuf_put(VBUF *bp, int ch) function

Completed in 95 milliseconds