Home
last modified time | relevance | path

Searched +defs:memset +defs:c (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_string.h28 #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 Dquirks.h8 # 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 Dtc.decls.h181 # 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 Dos.h529 #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 Dsystm.h273 #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 Dosm.h169 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 Dosm.h202 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 Dosm.h204 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 Dglobal.h147 #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 Dmodel.c54 memset(void *dst, int c, size_t len) in memset() function
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1903 memset(void *buf, int c, size_t len) in memset() function