Searched defs:STREQ (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/usr.bin/m4/ |
H A D | stdd.h | 51 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
|
/freebsd-src/contrib/ntp/util/ |
H A D | tickadj.c | 216 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
|
/freebsd-src/contrib/ntp/clockstuff/ |
H A D | chutest.c | 57 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
|
H A D | propdelay.c | 65 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
|
/freebsd-src/bin/test/ |
H A D | test.c | 99 STREQ, enumerator
|
/freebsd-src/contrib/ntp/ntpdc/ |
H A D | ntpdc.c | 226 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
|
H A D | ntpdc_ops.c | 230 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
|
/freebsd-src/contrib/ntp/ntpq/ |
H A D | ntpq.c | 426 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
|