Searched defs:bcopy (Results 1 – 6 of 6) sorted by relevance
/minix3/lib/libc/string/ |
H A D | Lint_bcopy.c | 12 bcopy(src, dst, len) in bcopy() function
|
/minix3/include/ssp/ |
H A D | strings.h | 38 #define bcopy(src, dst, len) \ macro
|
/minix3/common/lib/libc/string/ |
H A D | bcopy.c | 200 bcopy(const void *s2, void *s1, size_t n) in bcopy() function
|
/minix3/sys/sys/ |
H A D | systm.h | 247 #define bcopy(src, dst, len) memcpy((dst), (src), (len)) macro
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | bstring.c | 438 #define bcopy BUILTIN(bcopy) macro
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetLibraryInfo.h | 168 bcopy, enumerator
|