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

/macosx-10.10/postfix-255/postfix/src/util/
H A Dvstring_vstream.h27 extern int vstring_get_null_bound(VSTRING *, VSTREAM *, ssize_t);
H A Dvstring_vstream.c31 /* int vstring_get_null_bound(vp, fp, bound)
162 /* vstring_get_null_bound - read null-terminated string from file */
164 int vstring_get_null_bound(VSTRING *vp, VSTREAM *fp, ssize_t bound) function
169 msg_panic("vstring_get_null_bound: invalid bound %ld", (long) bound);

Completed in 176 milliseconds