Home
last modified time | relevance | path

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

/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_xml.c118 char auth_dkim_human[MAX_ITEM_NAME_LEN]; in opendmarc_xml() local
132 (void) memset(auth_dkim_human, '\0', sizeof auth_dkim_human); in opendmarc_xml()
230 (void) strlcat(obuf, auth_dkim_human, sizeof obuf); in opendmarc_xml()
258 (void) memset(auth_dkim_human, '\0', sizeof auth_dkim_human); in opendmarc_xml()
403 if (*auth_dkim_human == '\0') in opendmarc_xml()
404 (void) strlcpy(auth_dkim_human, cp, sizeof auth_dkim_human); in opendmarc_xml()
407 (void) strlcat(auth_dkim_human, "|", sizeof auth_dkim_human); in opendmarc_xml()
408 (void) strlcat(auth_dkim_human, cp, sizeof auth_dkim_human); in opendmarc_xml()