Home
last modified time | relevance | path

Searched refs:VSTREAM_PUTC (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dattr_print64.c177 VSTREAM_PUTC(':', fp); in attr_vprint64()
179 VSTREAM_PUTC('\n', fp); in attr_vprint64()
187 VSTREAM_PUTC(':', fp); in attr_vprint64()
189 VSTREAM_PUTC('\n', fp); in attr_vprint64()
197 VSTREAM_PUTC(':', fp); in attr_vprint64()
199 VSTREAM_PUTC('\n', fp); in attr_vprint64()
208 VSTREAM_PUTC(':', fp); in attr_vprint64()
210 VSTREAM_PUTC('\n', fp); in attr_vprint64()
222 VSTREAM_PUTC('\n', fp); in attr_vprint64()
226 VSTREAM_PUTC(':', fp); in attr_vprint64()
[all …]
H A Dattr_print_plain.c180 VSTREAM_PUTC('\n', fp); in attr_vprint_plain()
190 VSTREAM_PUTC('\n', fp); in attr_vprint_plain()
197 VSTREAM_PUTC('\n', fp); in attr_vprint_plain()
H A Dattr_print0.c144 VSTREAM_PUTC('\0', fp); in attr_vprint0()
153 VSTREAM_PUTC('\0', fp); in attr_vprint0()
201 VSTREAM_PUTC('\0', fp); in attr_vprint0()
H A Dunescape.c197 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
203 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
H A Dnetstring.c285 VSTREAM_PUTC(',', stream); in netstring_put()
452 VSTREAM_PUTC('\n', VSTREAM_OUT); in child_read_event()
H A Dlogwriter.c104 VSTREAM_PUTC('\n', fp); in logwriter_write()
H A Dvstream.h114 #define VSTREAM_PUTC(ch, vp) VBUF_PUT(&(vp)->buf, (ch)) macro
119 #define VSTREAM_PUTCHAR(ch) VSTREAM_PUTC((ch), VSTREAM_OUT)
H A Dvstream.c1536 if (VSTREAM_PUTC(ch, stream) == VSTREAM_EOF) in vstream_fputs()
1880 VSTREAM_PUTC(c, VSTREAM_OUT); in copy_line()
1963 VSTREAM_PUTC('e', fp); in do_memory_stream()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Drecord.c186 || VSTREAM_PUTC(type, stream) != type) { in rec_put_type()
211 if (VSTREAM_PUTC(type, stream) == VSTREAM_EOF) in rec_put()
223 if (VSTREAM_PUTC(len_byte, stream) == VSTREAM_EOF) { in rec_put()
H A Dmail_copy.c238 VSTREAM_PUTC('>', dst); in mail_copy()
240 VSTREAM_PUTC('.', dst); in mail_copy()
H A Drec_streamlf.c109 (void) VSTREAM_PUTC('\n', stream); in rec_streamlf_put()
H A Dsmtp_stream.c547 stat = VSTREAM_PUTC(ch, stream); in smtp_fputc()
H A Dheader_body_checks.c482 VSTREAM_PUTC('\n', dp->fp); in out_cb()
H A Dmime_state.c1220 VSTREAM_PUTC('\n', stream); in body_out()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-source.c669 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
H A Dsmtp-source.c1184 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
H A Dsmtp-sink.c943 VSTREAM_PUTC(ch, state->dump_file); in data_read()
/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl_dovecot_server.c700 VSTREAM_PUTC('\n', server->impl->sasl_stream); in xsasl_dovecot_server_first()
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c850 (void) VSTREAM_PUTC(command, milter->fp); in vmilter8_write_cmd()