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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dvstring_vstream.h28 extern int WARN_UNUSED_RESULT vstring_get_flags_nonl(VSTRING *, VSTREAM *, int);
40 vstring_get_flags_nonl((string), (stream), VSTRING_GET_FLAG_NONE)
H A Dvstring_vstream.c16 /* int vstring_get_flags_nonl(vp, fp, flags)
80 /* vstring_get_flags_nonl() reads a line from the named stream and strips
150 /* vstring_get_flags_nonl - read line from file, strip newline */
152 int vstring_get_flags_nonl(VSTRING *vp, VSTREAM *fp, int flags) function

Completed in 144 milliseconds