STREQ 70 gnulib-tests/macros.h #define STREQ(a, b) (strcmp (a, b) == 0) STREQ 34 gnulib-tests/test-hash.c #define STREQ(a, b) (strcmp (a, b) == 0) STREQ 32 gnulib-tests/test-inttostr.c #define STREQ(a, b) (strcmp (a, b) == 0) STREQ 30 gnulib-tests/test-strftime.c #define STREQ(a, b) (strcmp (a, b) == 0) STREQ 93 lib/fnmatch.c # define STREQ(s1, s2) (strcmp (s1, s2) == 0) STREQ 168 lib/streq.h #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ STREQ 173 lib/streq.h #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ STREQ 207 src/system.h #define STREQ(a, b) (strcmp (a, b) == 0)