| /freebsd-14.2/contrib/cortex-strings/src/arm/ |
| H A D | memset.S | 61 memset: label
|
| /freebsd-14.2/contrib/ntp/include/ |
| H A D | ntp_string.h | 31 #define memset(a, x, c) if (0 == (x)) \ macro
|
| /freebsd-14.2/sys/contrib/libsodium/test/quirks/ |
| H A D | quirks.h | 8 # define memset(dst, c, n) xmemset(dst, c, n) macro
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | tc.decls.h | 186 # define memset(a, b, c) xmemset(a, b, c) macro
|
| /freebsd-14.2/sys/sys/ |
| H A D | systm.h | 267 #define memset(buf, c, len) SAN_INTERCEPTOR(memset)((buf), (c), (len)) macro 276 #define memset(buf, c, len) __builtin_memset((buf), (c), (len)) macro
|
| /freebsd-14.2/lib/libmd/ |
| H A D | md5c.c | 47 #define memset(x,y,z) bzero(x,z); macro
|
| /freebsd-14.2/sys/dev/hptrr/ |
| H A D | osm.h | 169 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function
|
| /freebsd-14.2/sys/dev/hptnr/ |
| H A D | osm.h | 202 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function
|
| /freebsd-14.2/sys/dev/hpt27xx/ |
| H A D | osm.h | 204 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function
|
| /freebsd-14.2/contrib/wpa/src/utils/ |
| H A D | os.h | 665 #define memset OS_DO_NOT_USE_memset macro
|
| /freebsd-14.2/sys/dev/hptmv/ |
| H A D | global.h | 147 #define memset os_memset macro
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/coverity/ |
| H A D | model.c | 54 memset(void *dst, int c, size_t len) in memset() function
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | machdep.c | 1861 memset(void *buf, int c, size_t len) in memset() function
|
| /freebsd-14.2/contrib/libpcap/msdos/ |
| H A D | pktdrvr.c | 126 #define memset __memset__ macro
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_device_functions.h | 1552 __DEVICE__ void *memset(void *__a, int __b, size_t __c) { in memset() function
|