Searched refs:STRNE (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/bin/test/ |
| H A D | test.c | 75 STRNE, enumerator 120 {"!=", STRNE, BINOP}, 527 case STRNE: in perform_binop()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/bounce/ |
| H A D | bounce_notify_util.c | 568 #define STRNE(a, b) (strcasecmp((a), (b)) != 0) in bounce_header() macro 612 STRNE(bounce_template_charset(template), "us-ascii") in bounce_header() 615 (bp->mime_encoding && STRNE(bp->mime_encoding, MAIL_ATTR_ENC_7BIT)) in bounce_header()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | server_acl.c | 130 #define STRNE(x,y) (strcasecmp((x), (y)) != 0) in server_acl_parse() macro
|