Searched defs:STREQ (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetugroups.c48 # define STREQ(s1, s2) (strcmp (s1, s2) == 0) macro
H A Dhash-triple.c30 #define STREQ(a, b) (strcmp ((a), (b)) == 0) macro
H A Dstreq.h169 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ macro
174 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ macro
H A Dsetenv.c349 # define STREQ(a, b) (strcmp (a, b) == 0) macro
H A Dfnmatch.c95 # define STREQ(s1, s2) (strcmp (s1, s2) == 0) macro
[all...]
H A Dfts.c226 #define STREQ(a, b) (strcmp ((a), (b)) == 0) macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dhash-triple.c30 #define STREQ(a, b) (strcmp ((a), (b)) == 0) macro
H A Dfnmatch.c92 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) macro
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistlib.h32 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
H A Drldefs.h146 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
/haiku-fatelf/src/bin/gdb/readline/
H A Dhistlib.h32 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
H A Drldefs.h140 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
/haiku-fatelf/src/bin/network/wget/lib/
H A Dstreq.h166 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ macro
171 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ macro
/haiku-fatelf/src/bin/bash/
H A Dgeneral.h147 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
H A Dtest.c68 # define STREQ(a, b) ((a)[0] == (b)[0] && strcmp (a, b) == 0) macro
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dsmatch.c41 #undef STREQ macro
43 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
239 # undef STREQ macro
241 # define STREQ(s1, s2) ((wcscmp (s1, s2) == 0)) macro
/haiku-fatelf/src/bin/coreutils/src/
H A Dsystem.h255 #define STREQ(a, b) (strcmp (a, b) == 0) macro
/haiku-fatelf/src/bin/gawk/
H A Dawk.h890 #define STREQ(a,b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c401 # define STREQ macro
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c406 # define STREQ macro
[all...]

Completed in 191 milliseconds