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/
Dstringops.h97 #define strncasecmp_utf8(s1, s2, l) \ macro
/netbsd/src/external/ibm-public/postfix/dist/src/global/
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/
Dcleanup_addr.c135 if (strncasecmp_utf8(STR(clean_addr), MAIL_ADDR_MAIL_DAEMON "@", in cleanup_addr_sender()
/netbsd/src/external/ibm-public/postfix/dist/src/oqmgr/
Dqmgr_message.c1133 if (strncasecmp_utf8(STR(reply.recipient), in qmgr_message_resolve()
/netbsd/src/external/ibm-public/postfix/dist/src/qmgr/
Dqmgr_message.c1192 if (strncasecmp_utf8(STR(reply.recipient), in qmgr_message_resolve()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_check.c5397 (strncasecmp_utf8((l), (r), (n)) == 0 && (r)[n] == '@') in check_rcpt_maps()
/netbsd/src/external/ibm-public/postfix/dist/
DHISTORY21603 Cleanup: strncasecmp_utf8() streamlining. Files: util/stringops.h,