Searched defs:streq (Results 1 – 7 of 7) sorted by relevance
7 constexpr bool streq(const char *p, const char *q) { in streq() function
61 #define streq(a,b) (strcmp((a), (b)) == 0) macro
39 #define streq(a, b) (!strcmp((a), (b))) macro
47 constexpr bool streq(const char *p, const char *q) { in streq() function
194 static Bool streq ( char* s1, char* s2 ) in streq() function
116 streq(const UChar* lhs, const UChar* rhs) { in streq() function
66 streq (const gchar *s1, const gchar *s2) in streq() function