Home
last modified time | relevance | path

Searched defs:bcmp (Results 1 – 11 of 11) sorted by relevance

/dragonfly/lib/libc/string/
H A Dbcmp.c39 bcmp(const void *b1, const void *b2, size_t length) in bcmp() function
/dragonfly/libexec/bootpd/tools/bootptest/
H A Dbootptest.h13 #define bcmp(a,b,c) memcmp(a,b,c) macro
/dragonfly/sys/libkern/
H A Dbcmp.c45 bcmp(const void *b1, const void *b2, size_t length) in bcmp() function
/dragonfly/libexec/bootpd/
H A Dhwaddr.c46 #define bcmp(a,b,c) memcmp(a,b,c) macro
H A Ddumptab.c21 #define bcmp(a,b,c) memcmp(a,b,c) macro
H A Ddovend.c23 # define bcmp(a,b,c) memcmp(a,b,c) macro
H A Dhash.c46 #define bcmp(a,b,c) memcmp(a,b,c) macro
H A Dbootpd.c81 # define bcmp(a,b,c) memcmp(a,b,c) macro
H A Dreadfile.c54 #define bcmp(a,b,c) memcmp(a,b,c) macro
/dragonfly/libexec/bootpd/tools/bootpef/
H A Dbootpef.c63 #define bcmp(a,b,c) memcmp(a,b,c) macro
/dragonfly/libexec/bootpd/bootpgw/
H A Dbootpgw.c73 # define bcmp(a,b,c) memcmp(a,b,c) macro