Home
last modified time | relevance | path

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

/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_xml.c120 char auth_spf_result[MAX_ITEM_NAME_LEN]; in opendmarc_xml() local
136 (void) memset(auth_spf_result, '\0', sizeof auth_spf_result); in opendmarc_xml()
234 (void) strlcat(obuf, auth_spf_result, sizeof obuf); in opendmarc_xml()
260 (void) memset(auth_spf_result, '\0', sizeof auth_spf_result); in opendmarc_xml()
427 if (*auth_spf_result == '\0') in opendmarc_xml()
428 (void) strlcpy(auth_spf_result, cp, sizeof auth_spf_result); in opendmarc_xml()
431 (void) strlcat(auth_spf_result, "|", sizeof auth_spf_result); in opendmarc_xml()
432 (void) strlcat(auth_spf_result, cp, sizeof auth_spf_result); in opendmarc_xml()