Searched defs:STR_EQ (Results 1 – 2 of 2) sorted by relevance
108 #define STR_EQ(x) \ in compare_opts() macro
54 #define STR_EQ(x,y) (strcasecmp((x),(y)) == 0) macro