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

/freebsd-10-stable/usr.bin/m4/
H A Dstdd.h52 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
/freebsd-10-stable/contrib/libreadline/
H A Dhistlib.h32 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
H A Drldefs.h144 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
/freebsd-10-stable/contrib/texinfo/lib/
H A Dsystem.h276 #define STREQ(s1,s2) (strcmp (s1, s2) == 0) macro
/freebsd-10-stable/contrib/ntp/util/
H A Dtickadj.c216 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
/freebsd-10-stable/contrib/ntp/clockstuff/
H A Dchutest.c57 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
H A Dpropdelay.c65 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
/freebsd-10-stable/bin/test/
H A Dtest.c104 STREQ, enumerator in enum:token
/freebsd-10-stable/contrib/amd/include/
H A Dam_utils.h91 #define STREQ(s1, s2) (strcmp((s1), (s2)) == 0) macro
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c230 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
[all...]
H A Dntpdc.c226 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq.c420 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
[all...]
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dregex.c397 # define STREQ macro
[all...]
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dregex.c397 # define STREQ macro
[all...]
/freebsd-10-stable/contrib/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

Completed in 147 milliseconds