Searched refs:vstring_get_nonl (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/postfix-255/postfix/src/util/
H A Dvstring_vstream.h23 extern int vstring_get_nonl(VSTRING *, VSTREAM *);
36 (vstring_get_nonl((s), (p)) == VSTREAM_EOF ? 0 : (s))
H A Dmac_expand.c285 while (vstring_get_nonl(buf, VSTREAM_IN) != VSTREAM_EOF) {
299 while (vstring_get_nonl(buf, VSTREAM_IN) != VSTREAM_EOF) {
H A Dformat_tv.c142 while (vstring_get_nonl(in, VSTREAM_IN) > 0) {
H A Dsane_basename.c170 while (vstring_get_nonl(buf, VSTREAM_IN) > 0) {
H A Dvalid_utf_8.c128 while (vstring_get_nonl(buf, VSTREAM_IN) != VSTREAM_EOF) {
H A Dvstring_vstream.c13 /* int vstring_get_nonl(vp, fp)
43 /* vstring_get_nonl() reads a line from the named stream and strips
101 /* vstring_get_nonl - read line from file, strip newline */
103 int vstring_get_nonl(VSTRING *vp, VSTREAM *fp) function
H A Dctable.c273 if (vstring_get_nonl(data_buf, VSTREAM_IN) == VSTREAM_EOF)
305 if (vstring_get_nonl(key_buf, VSTREAM_IN) == VSTREAM_EOF)
H A Dname_mask.c496 while (vstring_get_nonl(in_buf, VSTREAM_IN) != VSTREAM_EOF) {
/macosx-10.10/postfix-255/postfix/src/global/
H A Dehlo_mask.c124 while (vstring_get_nonl(buf, VSTREAM_IN) != VSTREAM_EOF) {
H A Dmail_addr_crunch.c137 if (vstring_get_nonl(extension, VSTREAM_IN) == VSTREAM_EOF)
142 while (vstring_get_nonl(buf, VSTREAM_IN) != VSTREAM_EOF) {
H A Daddr_match_list.c121 while (vstring_get_nonl(buf, VSTREAM_IN) != VSTREAM_EOF)
H A Ddata_redirect.c217 while (vstring_get_nonl(inbuf, VSTREAM_IN) != VSTREAM_EOF) {
H A Dsafe_ultostr.c237 while (vstring_get_nonl(buf, VSTREAM_IN) != VSTREAM_EOF) {
H A Dscache.c358 if ((status = vstring_get_nonl(buf, fp)) != VSTREAM_EOF) {
H A Dserver_acl.c248 while (vstring_get_nonl(buf, VSTREAM_IN) != VSTREAM_EOF) {
H A Dbounce_log.c175 if ((vstring_get_nonl(bp->buf, bp->fp) == VSTREAM_EOF))
H A Dmail_params.c505 vstring_get_nonl(buf, fp);
/macosx-10.10/postfix-255/postfix/src/postlog/
H A Dpostlog.c161 while (vstring_get_nonl(buf, fp) != VSTREAM_EOF)
/macosx-10.10/postfix-255/postfix/src/bounce/
H A Dbounce_templates.c266 while (vstring_get_nonl(line_buf, fp) > 0) {
292 while (vstring_get_nonl(line_buf, fp) > 0) {
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_token.c214 if (vstring_get_nonl(vp, VSTREAM_IN) == VSTREAM_EOF)
/macosx-10.10/postfix-255/postfix/src/postmap/
H A Dpostmap.c548 while (vstring_get_nonl(keybuf, in) != VSTREAM_EOF) {
600 while (vstring_get_nonl(keybuf, in) != VSTREAM_EOF
692 while (vstring_get_nonl(keybuf, in) != VSTREAM_EOF) {
/macosx-10.10/postfix-255/postfix/src/postalias/
H A Dpostalias.c480 while (vstring_get_nonl(keybuf, in) != VSTREAM_EOF) {
578 while (vstring_get_nonl(keybuf, in) != VSTREAM_EOF) {
/macosx-10.10/postfix-255/postfix/src/xsasl/
H A Dxsasl_dovecot_server.c299 while (vstring_get_nonl(line_str, sasl_stream) != VSTREAM_EOF) {
550 while (vstring_get_nonl(server->sasl_line,
/macosx-10.10/postfix-255/postfix/src/flush/
H A Dflush.c544 for (count = 0; vstring_get_nonl(queue_id, log) != VSTREAM_EOF; count++) {
/macosx-10.10/postfix-255/postfix/src/postsuper/
H A Dpostsuper.c655 while (vstring_get_nonl(buf, fp) != VSTREAM_EOF)

Completed in 258 milliseconds

12