/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | attr_print64.c | 177 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 D | attr_print_plain.c | 180 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 D | attr_print0.c | 144 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 D | unescape.c | 197 VSTREAM_PUTC('\n', VSTREAM_OUT); in main() 203 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
|
H A D | netstring.c | 285 VSTREAM_PUTC(',', stream); in netstring_put() 452 VSTREAM_PUTC('\n', VSTREAM_OUT); in child_read_event()
|
H A D | logwriter.c | 104 VSTREAM_PUTC('\n', fp); in logwriter_write()
|
H A D | vstream.h | 114 #define VSTREAM_PUTC(ch, vp) VBUF_PUT(&(vp)->buf, (ch)) macro 119 #define VSTREAM_PUTCHAR(ch) VSTREAM_PUTC((ch), VSTREAM_OUT)
|
H A D | vstream.c | 1536 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 D | record.c | 186 || 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 D | mail_copy.c | 238 VSTREAM_PUTC('>', dst); in mail_copy() 240 VSTREAM_PUTC('.', dst); in mail_copy()
|
H A D | rec_streamlf.c | 109 (void) VSTREAM_PUTC('\n', stream); in rec_streamlf_put()
|
H A D | smtp_stream.c | 547 stat = VSTREAM_PUTC(ch, stream); in smtp_fputc()
|
H A D | header_body_checks.c | 482 VSTREAM_PUTC('\n', dp->fp); in out_cb()
|
H A D | mime_state.c | 1220 VSTREAM_PUTC('\n', stream); in body_out()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | qmqp-source.c | 669 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
|
H A D | smtp-source.c | 1184 VSTREAM_PUTC('\n', VSTREAM_OUT); in main()
|
H A D | smtp-sink.c | 943 VSTREAM_PUTC(ch, state->dump_file); in data_read()
|
/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/ |
H A D | xsasl_dovecot_server.c | 700 VSTREAM_PUTC('\n', server->impl->sasl_stream); in xsasl_dovecot_server_first()
|
/netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
H A D | milter8.c | 850 (void) VSTREAM_PUTC(command, milter->fp); in vmilter8_write_cmd()
|