Lines Matching full:equal
187 #define equal(a,b) (strcasecmp(a,b) == 0) in str2type() macro
188 if (equal(type, "mgt")) in str2type()
190 else if (equal(type, "ctl")) in str2type()
192 else if (equal(type, "data")) in str2type()
196 #undef equal in str2type()
201 #define equal(a,b) (strcasecmp(a,b) == 0) in str2subtype() macro
202 if (equal(subtype, "preq") || equal(subtype, "probereq")) in str2subtype()
205 else if (equal(subtype, "auth")) in str2subtype()
208 else if (equal(subtype, "areq") || equal(subtype, "assocreq")) in str2subtype()
211 else if (equal(subtype, "data")) in str2subtype()
216 #undef equal in str2subtype()
237 #define equal(a,b) (strcasecmp(a,b) == 0) in str2wmeac() macro
238 if (equal(ac, "ac_be") || equal(ac, "be")) in str2wmeac()
240 if (equal(ac, "ac_bk") || equal(ac, "bk")) in str2wmeac()
242 if (equal(ac, "ac_vi") || equal(ac, "vi")) in str2wmeac()
244 if (equal(ac, "ac_vo") || equal(ac, "vo")) in str2wmeac()
247 #undef equal in str2wmeac()