Home
last modified time | relevance | path

Searched refs:STRNE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/bin/test/
H A Dtest.c75 STRNE, enumerator
120 {"!=", STRNE, BINOP},
527 case STRNE: in perform_binop()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util.c568 #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 Dserver_acl.c130 #define STRNE(x,y) (strcasecmp((x), (y)) != 0) in server_acl_parse() macro