Home
last modified time | relevance | path

Searched defs:BCMP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.c47 BCMP(void *str1, void *str2, int len) in BCMP() function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c57 #define BCMP(p1, p2, n) bcmp((char *)(p1), (char *)(p2), (unsigned int)(n)) macro