Searched refs:vbuf_unget (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.h88 extern int vbuf_unget(VBUF *, int);
H A Dvbuf.c22 /* int vbuf_unget(bp, ch)
75 /* vbuf_unget() provides at least one character of pushback, and returns
77 /* an error to call vbuf_unget() on a buffer before reading any data
78 /* from it. vbuf_unget() clears the buffer's end-of-file indicator upon
141 /* vbuf_unget - implement at least one character pushback */
143 int vbuf_unget(VBUF *bp, int ch) function
H A Dvstream.h103 #define vstream_ungetc(vp, ch) vbuf_unget(&(vp)->buf, (ch))

Completed in 102 milliseconds