Searched defs:STR_EQ (Results 1 – 2 of 2) sorted by relevance
45 #define STR_EQ(x,y) (strcasecmp((x),(y)) == 0) macro
1936 #define STR_EQ(x,y) (strcmp((x), (y)) == 0) in milter8_conn_event() macro