Home
last modified time | relevance | path

Searched refs:vstring_strncpy (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsane_basename.c110 return (STR(vstring_strncpy(bp, first + 1, last - first))); in sane_basename()
160 return (STR(vstring_strncpy(bp, path, last - path + 1))); in sane_dirname()
H A Dvstring.h41 extern VSTRING *vstring_strncpy(VSTRING *, const char *, ssize_t);
H A Ddict_nis.c196 vstring_strncpy(buf, result, result_len); in dict_nis_lookup()
H A Dvstring.c468 VSTRING *vstring_strncpy(VSTRING *vp, const char *src, ssize_t len) in vstring_strncpy() function
H A Ddict_sdbm.c71 vstring_str(vstring_strncpy(buf ? buf : (buf = vstring_alloc(10)), data, size))
H A Ddict_dbm.c77 vstring_str(vstring_strncpy(buf ? buf : (buf = vstring_alloc(10)), data, size))
H A Ddict_lmdb.c109 vstring_str(vstring_strncpy(buf ? buf : (buf = vstring_alloc(10)), data, size))
H A Ddict_db.c143 vstring_str(vstring_strncpy(buf ? buf : (buf = vstring_alloc(10)), data, size))
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dverp_sender.c89 vstring_strncpy(buf, sender, send_local_len); in verp_sender()
H A Dfold_addr.c80 vstring_strncpy(result, addr, cp - addr); in fold_addr()
H A Ddata_redirect.c181 vstring_strncpy(result, map_type, map_type_len); in data_redirect_map()
H A Dmail_queue.h147 vstring_strncpy((bp), (zp) - MQID_LG_USEC_PAD, MQID_LG_USEC_PAD); \
H A Dquote_822_local.c200 vstring_strncpy(dst, mbox, start - mbox); in unquote_822_local()
H A Dmail_addr_map.c154 vstring_strncpy(buffer, int_addr, ratsign - int_addr); in mail_addr_map_opt()
H A Dmime_state.c878 vstring_strncpy(state->output_buffer, text, header_len); in mime_state_update()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_unalias.c113 vstring_strncpy(result, addr, at - addr + 1); in smtp_unalias_addr()
H A Dsmtp_chat.c421 vstring_strncpy(rdata.dsn_buf, cp, len); in smtp_chat_resp()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_expand.c142 vstring_strncpy(buf, addr, p - addr); in smtpd_expand_addr()
H A Dsmtpd_check.c2393 vstring_strncpy(buf, value, cmd_len); in check_table_result()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_send.c125 vstring_strncpy(footer_buf, text, text_len); in psc_get_footer()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_edit.c243 vstring_strncpy(key, cp, strcspn(cp, CHARS_SPACE "=")); in pcf_edit_main()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c1245 vstring_strncpy(queue_name, STR(reply.recipient), len); in qmgr_message_resolve()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c1304 vstring_strncpy(queue_name, STR(reply.recipient), len); in qmgr_message_resolve()