Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dstringops.h91 #define strncasecmp_utf8(s1, s2, l) \ macro
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dverify_sender_addr.c223 if (strncasecmp_utf8(STR(time_indep_sender_buf), their_addr, base_len) != 0) in valid_verify_sender_addr()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_addr.c132 if (strncasecmp_utf8(STR(clean_addr), MAIL_ADDR_MAIL_DAEMON "@", in cleanup_addr_sender()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c1127 if (strncasecmp_utf8(STR(reply.recipient), in qmgr_message_resolve()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c1186 if (strncasecmp_utf8(STR(reply.recipient), in qmgr_message_resolve()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c5359 (strncasecmp_utf8((l), (r), (n)) == 0 && (r)[n] == '@') in check_rcpt_maps()
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY21603 Cleanup: strncasecmp_utf8() streamlining. Files: util/stringops.h,