/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc_ops.c | 230 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro 890 if (STREQ(pcmd->argval[0].string, "oneline")) in loopinfo() 892 else if (STREQ(pcmd->argval[0].string, "multiline")) in loopinfo() 1359 if (STREQ(pcmd->argval[items].string, "prefer")) in doconfig() 1361 else if (STREQ(pcmd->argval[items].string, "burst")) in doconfig() 1363 else if (STREQ(pcmd->argval[items].string, "iburst")) in doconfig() 1365 else if (!refc && STREQ(pcmd->argval[items].string, "keyid")) in doconfig() 1367 else if (!refc && STREQ(pcmd->argval[items].string, "version")) in doconfig() 1369 else if (STREQ(pcmd->argval[items].string, "minpoll")) in doconfig() 1371 else if (STREQ(pcmd->argval[items].string, "maxpoll")) in doconfig() [all …]
|
H A D | ntpdc.c | 226 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro 1843 if (STREQ(pcmd->argval[0].string, "yes")) in hostnames() 1845 else if (STREQ(pcmd->argval[0].string, "no")) in hostnames() 1865 } else if (STREQ(pcmd->argval[0].string, "no")) { in setdebug() 1867 } else if (STREQ(pcmd->argval[0].string, "more")) { in setdebug() 1869 } else if (STREQ(pcmd->argval[0].string, "less")) { in setdebug()
|
/freebsd/usr.sbin/pkg/ |
H A D | ecc.c | 51 #define STREQ(l, r) (strcmp(l, r) == 0) macro 585 if (STREQ(name, "ecc") || STREQ(name, "eddsa")) { in ecc_new() 589 } else if (STREQ(name, "ecdsa")) { in ecc_new()
|
/freebsd/usr.bin/m4/ |
H A D | stdd.h | 51 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
|
H A D | look.c | 132 if (STREQ(name, defn)) in setup_definition()
|
H A D | eval.c | 714 if (STREQ(argv[2], argv[3])) { in doifelse()
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 426 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) 2141 if (STREQ(buf, months[i])) in rtdatetolfp() 2605 } else if (STREQ(pcmd->argval[0].string, "hash")) { in showdrefid() 2607 } else if (STREQ(pcmd->argval[0].string, "ipv4")) { in showdrefid() 2727 if (STREQ(pcmd->argval[0].string, "yes")) in hostnames() 2729 else if (STREQ(pcmd->argval[0].string, "no")) in hostnames() 2750 } else if (STREQ(pcmd->argval[0].string, "no")) { in setdebug() 2752 } else if (STREQ(pcmd->argval[0].string, "more")) { in setdebug() 2754 } else if (STREQ(pcmd->argval[0].string, "less")) { in setdebug() 2844 if (STREQ(pcm in authenticate() 430 #define STREQ( global() macro [all...] |
/freebsd/contrib/ntp/clockstuff/ |
H A D | propdelay.c | 65 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
|
H A D | chutest.c | 57 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
|
/freebsd/contrib/ntp/util/ |
H A D | tickadj.c | 216 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
|
/freebsd/contrib/openbsm/config/ |
H A D | ltmain.sh | 6179 if (STREQ (str, pat))
|
/freebsd/contrib/openpam/ |
H A D | ltmain.sh | 6436 if (STREQ (str, pat))
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ltmain.sh | 6179 if (STREQ (str, pat))
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | ltmain.sh | 6179 if (STREQ (str, pat))
|
/freebsd/contrib/libevent/build-aux/ |
H A D | ltmain.sh | 6394 if (STREQ (str, pat))
|
/freebsd/contrib/sqlite3/ |
H A D | ltmain.sh | 6271 if (STREQ (str, pat))
|
/freebsd/contrib/ldns/ |
H A D | ltmain.sh | 6271 if (STREQ (str, pat))
|
/freebsd/contrib/unbound/ |
H A D | ltmain.sh | 6179 if (STREQ (str, pat))
|
/freebsd/contrib/file/ |
H A D | ltmain.sh | 6439 if (STREQ (str, pat))
|