HomeSort by: relevance | last modified time | path
    Searched refs:BCMP (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/data/regressions/its4448/
its4448 299 $BCMP $SEARCHFLT $LDIFFLT > $CMPOUT
  /src/external/bsd/ppp/dist/pppd/
pppd-private.h 536 #define BCMP(s1, s2, l) memcmp(s1, s2, l)
eap.c 968 BCMP(ts->n.data, wkmodulus, sizeof (wkmodulus)) != 0) {
2590 if (BCMP(hash, inp, MD5_DIGEST_LENGTH) == 0) {
2813 if (BCMP(dig, inp, SHA_DIGEST_LENGTH) != 0) {
  /src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c 199 #define BCMP 3 /* digit compare threshold */
2165 * counter reaches the BCMP threshold (3), the digit is assumed
2185 if (vp->count < BCMP)
2187 if (vp->count == BCMP) {
  /src/external/bsd/openldap/dist/tests/scripts/
defines.sh 251 BCMP="diff -iB"

Completed in 32 milliseconds