Home
last modified time | relevance | path

Searched refs:vstring_strncat (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dmac_parse.c135 vstring_strncat(buf, vp, level > 0 ? ep - vp : ep - vp - 1); in mac_parse()
139 vstring_strncat(buf, vp, ep - vp); in mac_parse()
Dcasefold.c130 vstring_strncat(dest, src, len); in casefoldx()
160 vstring_strncat(dest, src, len); in casefoldx()
Dvstring.h43 extern VSTRING *vstring_strncat(VSTRING *, const char *, ssize_t);
Dbase32_code.c106 vstring_strncat(result, "======", pad_count[count]); in base32_encode()
Dvstring.c494 VSTRING *vstring_strncat(VSTRING *vp, const char *src, ssize_t len) in vstring_strncat() function
Ddict_regexp.c182 vstring_strncat(dict_regexp->expansion_buf, in dict_regexp_expand()
Ddict_pcre.c302 vstring_strncat(dict_pcre->expansion_buf, (char *) start, length); in dict_pcre_expand()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dsmtp_reply_footer.c179 vstring_strncat(buffer, STR(buffer) + reply_code_offs, 3); in smtp_reply_footer()
184 vstring_strncat(buffer, STR(buffer) + dsn_offs, dsn_len); in smtp_reply_footer()
Dverp_sender.c91 vstring_strncat(buf, recipient, rcpt_local_len); in verp_sender()
Dmime_state.c801 vstring_strncat(state->output_buffer, text, len); in mime_state_update()
812 vstring_strncat(state->output_buffer, text, len); in mime_state_update()
883 vstring_strncat(state->output_buffer, text, len); in mime_state_update()
Dquote_822_local.c180 vstring_strncat(dst, mbox, start - mbox); in quote_822_local_flags()
Ddict_ldap.c274 vstring_strncat(result, sub, len); in rfc2253_quote()
297 vstring_strncat(result, sub, len); in rfc2254_quote()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_check.c3469 vstring_strncat(buf, rr->data, (int) rr->data_len > space_left ? in rbl_pagein()