Home
last modified time | relevance | path

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

/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_xml.c117 char auth_dkim_result[MAX_ITEM_NAME_LEN]; in opendmarc_xml() local
133 (void) memset(auth_dkim_result, '\0', sizeof auth_dkim_result); in opendmarc_xml()
228 (void) strlcat(obuf, auth_dkim_result, sizeof obuf); in opendmarc_xml()
257 (void) memset(auth_dkim_result, '\0', sizeof auth_dkim_result); in opendmarc_xml()
391 if (*auth_dkim_result == '\0') in opendmarc_xml()
392 (void) strlcpy(auth_dkim_result, cp, sizeof auth_dkim_result); in opendmarc_xml()
395 (void) strlcat(auth_dkim_result, "|", sizeof auth_dkim_result); in opendmarc_xml()
396 (void) strlcat(auth_dkim_result, cp, sizeof auth_dkim_result); in opendmarc_xml()