Searched refs:strncasecmp_utf8 (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | stringops.h | 91 #define strncasecmp_utf8(s1, s2, l) \ macro
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | verify_sender_addr.c | 223 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 D | cleanup_addr.c | 132 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 D | qmgr_message.c | 1127 if (strncasecmp_utf8(STR(reply.recipient), in qmgr_message_resolve()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/qmgr/ |
| H A D | qmgr_message.c | 1186 if (strncasecmp_utf8(STR(reply.recipient), in qmgr_message_resolve()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
| H A D | smtpd_check.c | 5359 (strncasecmp_utf8((l), (r), (n)) == 0 && (r)[n] == '@') in check_rcpt_maps()
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | HISTORY | 21603 Cleanup: strncasecmp_utf8() streamlining. Files: util/stringops.h,
|