STREQ              92 lib/fnmatch.c  # define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
STREQ             187 lib/fts.c      #define STREQ(a, b)	(strcmp ((a), (b)) == 0)
STREQ              42 lib/getugroups.c #define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
STREQ              40 lib/readtokens.c #define STREQ(a,b) ((a) == (b) || ((a) && (b) && *(a) == *(b) \
STREQ             291 src/system.h   #define STREQ(a, b) (strcmp (a, b) == 0)
inserted by FC2 system