Searched refs:vstring_strncat (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | mac_parse.c | 135 vstring_strncat(buf, vp, level > 0 ? ep - vp : ep - vp - 1); in mac_parse() 139 vstring_strncat(buf, vp, ep - vp); in mac_parse()
|
| D | casefold.c | 130 vstring_strncat(dest, src, len); in casefoldx() 160 vstring_strncat(dest, src, len); in casefoldx()
|
| D | vstring.h | 43 extern VSTRING *vstring_strncat(VSTRING *, const char *, ssize_t);
|
| D | base32_code.c | 106 vstring_strncat(result, "======", pad_count[count]); in base32_encode()
|
| D | vstring.c | 494 VSTRING *vstring_strncat(VSTRING *vp, const char *src, ssize_t len) in vstring_strncat() function
|
| D | dict_regexp.c | 182 vstring_strncat(dict_regexp->expansion_buf, in dict_regexp_expand()
|
| D | dict_pcre.c | 302 vstring_strncat(dict_pcre->expansion_buf, (char *) start, length); in dict_pcre_expand()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | smtp_reply_footer.c | 179 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()
|
| D | verp_sender.c | 91 vstring_strncat(buf, recipient, rcpt_local_len); in verp_sender()
|
| D | mime_state.c | 801 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()
|
| D | quote_822_local.c | 180 vstring_strncat(dst, mbox, start - mbox); in quote_822_local_flags()
|
| D | dict_ldap.c | 274 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/ |
| D | smtpd_check.c | 3469 vstring_strncat(buf, rr->data, (int) rr->data_len > space_left ? in rbl_pagein()
|