Searched defs:bcmp (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dosport.h25 # define bcmp(S1,S2,LEN) ((memcmp(S2, S1, LEN)==0)?0:1) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dsystems.h121 #define bcmp(d1, d2, n) memcmp(d1, d2, n) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmstdlib.h70 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) macro
H A Dlinux_osl.h217 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) macro
341 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) macro
723 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) macro
814 #undef bcmp macro
817 #define bcmp(b1, b2, len) osl_memcmp((b1), (b2), (len)) macro

Completed in 54 milliseconds