/freebsd/contrib/ntp/include/ |
H A D | ntp_string.h | 31 #define memset(a, x, c) if (0 == (x)) \ macro
|
/freebsd/sys/contrib/libsodium/test/quirks/ |
H A D | quirks.h | 8 # define memset(dst, c, n) xmemset(dst, c, n) macro
|
/freebsd/include/ |
H A D | string.h | 73 void *(memset)(void *, int, size_t); variable
|
/freebsd/contrib/tcsh/ |
H A D | tc.decls.h | 186 # define memset(a, b, c) xmemset(a, b, c) macro
|
/freebsd/include/ssp/ |
H A D | string.h | 127 #define memset(dst, val, len) \ macro
|
/freebsd/sys/sys/ |
H A D | systm.h | 273 #define memset(buf, c, len) SAN_INTERCEPTOR(memset)((buf), (c), (len)) macro 282 #define memset(buf, c, len) __builtin_memset((buf), (c), (len)) macro
|
/freebsd/sys/dev/hptrr/ |
H A D | osm.h | 169 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function
|
/freebsd/sys/dev/hptnr/ |
H A D | osm.h | 202 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 30 INTERCEPTOR(void *, memset, void *dst, int v, uptr size) { in INTERCEPTOR() 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
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os.h | 665 #define memset OS_DO_NOT_USE_memset macro
|
/freebsd/sys/dev/hptmv/ |
H A D | global.h | 147 #define memset os_memset macro
|
/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 | 1865 memset(void *buf, int c, size_t len) in memset() function
|
/freebsd/contrib/libpcap/msdos/ |
H A D | pktdrvr.c | 126 #define memset __memset__ macro
|