| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | attr_print0.c | 141 vstream_fwrite(fp, attr_name, strlen(attr_name) + 1); in attr_vprint0() 150 vstream_fwrite(fp, attr_name, strlen(attr_name) + 1); in attr_vprint0() 159 vstream_fwrite(fp, attr_name, strlen(attr_name) + 1); in attr_vprint0() 161 vstream_fwrite(fp, str_val, strlen(str_val) + 1); in attr_vprint0() 167 vstream_fwrite(fp, attr_name, strlen(attr_name) + 1); in attr_vprint0() 173 vstream_fwrite(fp, STR(base64_buf), LEN(base64_buf) + 1); in attr_vprint0() 184 vstream_fwrite(fp, ATTR_NAME_OPEN, sizeof(ATTR_NAME_OPEN)); in attr_vprint0() 187 vstream_fwrite(fp, ht[0]->key, strlen(ht[0]->key) + 1); in attr_vprint0() 188 vstream_fwrite(fp, ht[0]->value, strlen(ht[0]->value) + 1); in attr_vprint0() 194 vstream_fwrite(fp, ATTR_NAME_CLOSE, sizeof(ATTR_NAME_CLOSE)); in attr_vprint0()
|
| H A D | netstring.c | 284 vstream_fwrite(stream, data, len); in netstring_put() 327 if (vstream_fwrite(stream, data, data_len) != data_len) in netstring_put_multi() 332 vstream_fwrite(stream, ",", 1); in netstring_put_multi() 451 vstream_fwrite(VSTREAM_OUT, STR(child_read_buf), LEN(child_read_buf)); in child_read_event()
|
| H A D | unescape.c | 196 vstream_fwrite(VSTREAM_OUT, vstring_str(out), VSTRING_LEN(out)); in main() 202 vstream_fwrite(VSTREAM_OUT, vstring_str(out), VSTRING_LEN(out)); in main()
|
| H A D | attr_print_plain.c | 179 vstream_fwrite(fp, ATTR_NAME_OPEN, sizeof(ATTR_NAME_OPEN)); in attr_vprint_plain() 189 vstream_fwrite(fp, ATTR_NAME_CLOSE, sizeof(ATTR_NAME_CLOSE)); in attr_vprint_plain()
|
| H A D | vstream_popen.c | 343 if (vstream_fwrite(VSTREAM_OUT, vstring_str(buf), VSTRING_LEN(buf)) in main() 350 if (vstream_fwrite(stream, vstring_str(buf), VSTRING_LEN(buf)) in main()
|
| H A D | logwriter.c | 102 if (vstream_fwrite(fp, buf, len) != len) in logwriter_write()
|
| H A D | valid_utf8_string.c | 133 vstream_fwrite(VSTREAM_OUT, STR(buf), LEN(buf)); in main()
|
| H A D | hex_quote.c | 146 if (vstream_fwrite(VSTREAM_OUT, STR(raw), LEN(raw)) != LEN(raw)) in main()
|
| H A D | vstream.h | 112 #define vstream_fwrite(v, b, n) vbuf_write(&(v)->buf, (b), (n)) macro
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postcat/ |
| H A D | postcat.c | 389 vstream_fwrite(VSTREAM_OUT, STR(buffer), LEN(buffer)); in postcat() 399 vstream_fwrite(VSTREAM_OUT, STR(buffer), LEN(buffer)); in postcat() 405 vstream_fwrite(VSTREAM_OUT, STR(buffer), LEN(buffer)); in postcat()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | smtp_stream.c | 472 err = (vstream_fwrite(stream, cp, todo) != todo in smtp_fputs() 497 err = (vstream_fwrite(stream, cp, todo) != todo); in smtp_fwrite()
|
| H A D | rec_streamlf.c | 107 (void) vstream_fwrite(stream, data, len); in rec_streamlf_put()
|
| H A D | memcache_proto.c | 132 if (vstream_fwrite(stream, cp, todo) != todo in memcache_fwrite()
|
| H A D | xtext.c | 189 if (vstream_fwrite(VSTREAM_OUT, STR(unquoted), LEN(unquoted)) != LEN(unquoted)) in main()
|
| H A D | mail_copy.c | 229 vstream_fwrite((s),vstring_str(b),VSTRING_LEN(b)) in mail_copy()
|
| H A D | uxtext.c | 271 if (vstream_fwrite(VSTREAM_OUT, STR(unquoted), LEN(unquoted)) != LEN(unquoted)) in main()
|
| H A D | record.c | 231 if (len && vstream_fwrite(stream, data, len) != len) in rec_put()
|
| H A D | abounce.c | 310 && vstream_fwrite(ap->fp, STR(ap->request), in abounce_send()
|
| H A D | header_body_checks.c | 481 vstream_fwrite(dp->fp, buf, len); in out_cb()
|
| H A D | mime_state.c | 1218 vstream_fwrite(stream, buf, len); in body_out()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
| H A D | milter8.c | 849 (void) vstream_fwrite(milter->fp, (void *) &pkt_len, UINT32_SIZE); in vmilter8_write_cmd() 860 (void) vstream_fwrite(milter->fp, (void *) &net_long, UINT32_SIZE); in vmilter8_write_cmd() 868 (void) vstream_fwrite(milter->fp, STR(buf), LEN(buf)); in vmilter8_write_cmd() 876 (void) vstream_fwrite(milter->fp, str, strlen(str) + 1); in vmilter8_write_cmd() 884 (void) vstream_fwrite(milter->fp, &ch, 1); in vmilter8_write_cmd() 892 (void) vstream_fwrite(milter->fp, *cpp, strlen(*cpp) + 1); in vmilter8_write_cmd() 900 (void) vstream_fwrite(milter->fp, (void *) &net_short, UINT16_SIZE); in vmilter8_write_cmd()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
| H A D | smtp-sink.c | 589 if (vstream_fwrite(out_fp, STR(state->buffer), count) != count) in mail_file_finish()
|