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

/macosx-10.10/postfix-255/postfix/src/util/
H A Dvstring_vstream.h26 extern int vstring_get_nonl_bound(VSTRING *, VSTREAM *, ssize_t);
42 (vstring_get_nonl_bound((s), (p), (l)) == VSTREAM_EOF ? 0 : (s))
H A Dvstring_vstream.c26 /* int vstring_get_nonl_bound(vp, fp, bound)
146 /* vstring_get_nonl_bound - read line from file, strip newline, up to bound */
148 int vstring_get_nonl_bound(VSTRING *vp, VSTREAM *fp, ssize_t bound) function
153 msg_panic("vstring_get_nonl_bound: invalid bound %ld", (long) bound);
H A Ddict_tcp.c192 last_ch = vstring_get_nonl_bound(dict_tcp->hex_buf, dict_tcp->fp,

Completed in 173 milliseconds