Home
last modified time | relevance | path

Searched defs:STREQUAL (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/dns/
H A Ddns_rr_filter.c105 #define STREQUAL(x,y,l) (strncasecmp((x), (y), (l)) == 0 && (y)[l] == 0) in dns_rr_action() macro
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c305 #define STREQUAL(x,y,l) (strncasecmp((x), (y), (l)) == 0 && (y)[l] == 0) in cleanup_act() macro
H A Dcleanup_milter.c286 #define STREQUAL(x,y,l) (strncasecmp((x), (y), (l)) == 0 && (y)[l] == 0) in cleanup_milter_hbc_extend() macro
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dheader_body_checks.c249 #define STREQUAL(x,y,l) (strncasecmp((x), (y), (l)) == 0 && (y)[l] == 0) in hbc_action() macro
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c2400 #define STREQUAL(x,y,l) (strncasecmp((x), (y), (l)) == 0 && (y)[l] == 0) in check_table_result() macro