Home
last modified time | relevance | path

Searched defs:memset (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_string.h31 #define memset(a, x, c) if (0 == (x)) \ macro
/freebsd/sys/contrib/libsodium/test/quirks/
H A Dquirks.h8 # define memset(dst, c, n) xmemset(dst, c, n) macro
/freebsd/include/
H A Dstring.h73 void *(memset)(void *, int, size_t); variable
/freebsd/contrib/tcsh/
H A Dtc.decls.h186 # define memset(a, b, c) xmemset(a, b, c) macro
/freebsd/include/ssp/
H A Dstring.h127 #define memset(dst, val, len) \ macro
/freebsd/sys/sys/
H A Dsystm.h273 #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 Dosm.h169 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function
/freebsd/sys/dev/hptnr/
H A Dosm.h202 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp30 INTERCEPTOR(void *, memset, void *dst, int v, uptr size) { in INTERCEPTOR() argument
/freebsd/sys/dev/hpt27xx/
H A Dosm.h204 static __inline void * memset(void *dst, int c, unsigned long size) in memset() function
/freebsd/contrib/wpa/src/utils/
H A Dos.h665 #define memset OS_DO_NOT_USE_memset macro
/freebsd/sys/dev/hptmv/
H A Dglobal.h147 #define memset os_memset macro
/freebsd/sys/contrib/openzfs/contrib/coverity/
H A Dmodel.c54 memset(void *dst, int c, size_t len) in memset() function
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1865 memset(void *buf, int c, size_t len) in memset() function
/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.c126 #define memset __memset__ macro