Searched defs:bcopy (Results 1 – 5 of 5) sorted by relevance
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
D | rijndael-api-fst.c | 35 #define bcopy(a, b, c) memcpy(b, a, c) macro
|
D | rijndael-alg-fst.c | 32 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
/external/netperf/ |
D | netlib.h | 608 #define bcopy(s,d,h) memcpy((d),(s),(h)) macro
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.c | 55 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
/external/clearsilver/util/regex/ |
D | regex.c | 95 #define bcopy(s, d, n) memcpy ((d), (s), (n)) macro
|