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

  /src/external/bsd/ppp/dist/pppd/
pppd-private.h 536 #define BCMP(s1, s2, l) memcmp(s1, s2, l)
  /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) {

Completed in 64 milliseconds