Searched defs:memmove (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/ |
| H A D | decompress_unxz.c | 204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 369 #define memmove(dest, src, n) kcsan_memmove((dest), (src), (n)) macro 377 #define memmove(dest, src, n) __builtin_memmove((dest), (src), (n)) macro
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 2780 memmove(void * _Nonnull dst, const void * _Nonnull src, size_t len) in memmove() function
|