Searched defs:memmove (Results 1 - 7 of 7) sorted by relevance
| /src/lib/libc/string/ | ||
| H A D | Lint_memmove.c | 12 memmove(void *dst, const void *src, size_t len) function in typeref:typename:void * |
| /src/common/lib/libc/string/ | ||
| H A D | bcopy.c | 175 memmove(void *s1, const void *s2, size_t n) function in typeref:typename:void * |
| /src/include/ssp/ | ||
| H A D | string.h | 96 #define memmove(dst, src, len) __ssp_bos_check3(memmove, dst, src, len) macro |
| /src/lib/libc/regex/ | ||
| H A D | utils.h | 82 #define memmove(d, s, c) bcopy(s, d, c) macro |
| /src/sys/lib/libkern/ | ||
| H A D | libkern.h | 440 #define memmove(d, s, l) kasan_memmove(d, s, l) macro 443 #define memmove(d, s, l) kcsan_memmove(d, s, l) macro 446 #define memmove(d, s, l) kmsan_memmove(d, s, l) macro |
| /src/sys/external/bsd/acpica/dist/utilities/ | ||
| H A D | utclib.c | 253 memmove ( function in typeref:typename:void * |
| /src/sys/arch/hppa/stand/xxboot/ | ||
| H A D | start.S | 535 memmove: label |
Completed in 7 milliseconds