| /freebsd/contrib/ntp/include/ |
| H A D | ntp_string.h | 28 #define memcmp(a, b, c) bcmp(a, b, (int)(c)) argument 29 #define memmove(t, f, c) bcopy(f, t, (int)(c)) argument 30 #define memcpy(t, f, c) bcopy(f, t, (int)(c)) argument 31 #define memset(a, x, c) if (0 == (x)) \ argument
|
| /freebsd/sys/contrib/libsodium/test/quirks/ |
| H A D | quirks.h | 8 # define memset(dst, c, n) xmemset(dst, c, n) argument 11 xmemset(void *dst, int c, size_t n) in xmemset()
|
| /freebsd/contrib/tcsh/ |
| H A D | tc.decls.h | 181 # define memmove(a, b, c) xmemmove(a, b, c) argument 186 # define memset(a, b, c) xmemset(a, b, c) argument
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | os.h | 529 #define os_memset(s, c, n) memset(s, c, n) argument 553 #define os_strchr(s, c) strchr((s), (c)) argument 562 #define os_strrchr(s, c) strrchr((s), (c)) argument 665 #define memset OS_DO_NOT_USE_memset macro
|
| /freebsd/sys/sys/ |
| H A D | systm.h | 273 #define memset(buf, c, len) SAN_INTERCEPTOR(memset)((buf), (c), (len)) argument 282 #define memset(buf, c, len) __builtin_memset((buf), (c), (len)) argument
|
| /freebsd/sys/dev/hptrr/ |
| H A D | osm.h | 169 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function 177 #define farMemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (HPT_U32)c) argument
|
| /freebsd/sys/dev/hptnr/ |
| H A D | osm.h | 202 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function 210 #define farMemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (HPT_U32)c) argument
|
| /freebsd/sys/dev/hpt27xx/ |
| H A D | osm.h | 204 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function 212 #define farMemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (HPT_U32)c) argument
|
| /freebsd/sys/dev/hptmv/ |
| H A D | global.h | 147 #define memset os_memset macro 151 #define MemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (UINT)(c)) argument 152 #define farMemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (UINT)c) argument
|
| /freebsd/sys/contrib/openzfs/contrib/coverity/ |
| H A D | model.c | 54 memset(void *dst, int c, size_t len) in memset() function
|
| /freebsd/sys/amd64/amd64/ |
| H A D | machdep.c | 1903 memset(void *buf, int c, size_t len) in memset() function
|