Searched refs:strncasecmp_utf8 (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | stringops.h | 97 #define strncasecmp_utf8(s1, s2, l) \ macro
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| 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/ |
| D | cleanup_addr.c | 135 if (strncasecmp_utf8(STR(clean_addr), MAIL_ADDR_MAIL_DAEMON "@", in cleanup_addr_sender()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/oqmgr/ |
| D | qmgr_message.c | 1133 if (strncasecmp_utf8(STR(reply.recipient), in qmgr_message_resolve()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/qmgr/ |
| D | qmgr_message.c | 1192 if (strncasecmp_utf8(STR(reply.recipient), in qmgr_message_resolve()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpd/ |
| D | smtpd_check.c | 5397 (strncasecmp_utf8((l), (r), (n)) == 0 && (r)[n] == '@') in check_rcpt_maps()
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | HISTORY | 21603 Cleanup: strncasecmp_utf8() streamlining. Files: util/stringops.h,
|