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

/haiku-fatelf/src/bin/gdb/libiberty/
H A Dbcmp.c20 bcmp (from, to, count) function
/haiku-fatelf/headers/posix/
H A Dstring.h82 #define bcmp(a, b, length) memcmp((a), (b), (length)) macro
H A Dbsd_mem.h22 #define bcmp(a, b, len) memcmp(a, b, len) macro
/haiku-fatelf/src/system/libroot/posix/string/
H A Dbcmp.c12 # undef bcmp macro
18 bcmp(void const *a, const void *b, size_t bytes) function
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmemcmp.c361 # undef bcmp macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmemcmp.c359 # undef bcmp macro
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dstand.h152 #define bcmp(s1,s2,n) (memcmp((s2),(s1),(n))) macro
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_em_osdep.h65 #define bcmp(p1, p2, s) memcmp((p1), (p2), (s)) // XXX correct order? macro

Completed in 63 milliseconds