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

/haiku-buildtools/legacy/gcc/libio/dbz/
H A Dfake.c13 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
H A Ddbzmain.c19 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c356 #define STREQ macro
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c399 # define STREQ macro
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c399 # define STREQ macro
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c397 # define STREQ macro
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-ia64.c1051 #define STREQ(s) ((len == sizeof (s) - 1) && (strncmp (str, s, sizeof (s) - 1) == 0)) macro
1069 #undef STREQ macro
/haiku-buildtools/binutils/gas/config/
H A Dtc-ia64.c891 #define STREQ(s) ((len == sizeof (s) - 1) && (strncmp (str, s, sizeof (s) - 1) == 0)) macro
909 #undef STREQ macro

Completed in 216 milliseconds