Searched defs:bzero (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libc/amd64/string/ |
H A D | bzero.c | 10 bzero(void *b, size_t len) in bzero() function
|
/freebsd/lib/libc/aarch64/string/ |
H A D | bzero.c | 10 bzero(void *b, size_t len) in bzero() function
|
/freebsd/include/ |
H A D | strings.h | 48 void (bzero)(void *, size_t); /* LEGACY */ variable
|
/freebsd/contrib/ldns/compat/ |
H A D | calloc.c | 11 # define bzero(buf, bytes) ((void) memset (buf, 0, bytes)) macro
|
/freebsd/lib/libc/string/ |
H A D | memset.c | 52 bzero(void *dst0, size_t length) in bzero() function
|
/freebsd/include/ssp/ |
H A D | strings.h | 64 #define bzero(dst, len) _ssp_bzero(__ssp_var(dstv), dst, __ssp_var(lenv), len) macro
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat.c | 55 #define bzero(a,b) memset(a,0,b) macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 392 bzero(void *b, size_t n) in bzero() function
|
/freebsd/sys/sys/ |
H A D | systm.h | 271 #define bzero(buf, len) SAN_INTERCEPTOR(memset)((buf), 0, (len)) macro 280 #define bzero(buf, len) __builtin_memset((buf), 0, (len)) macro
|
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 464 bzero(void *b, size_t len) in bzero() function
|
/freebsd/contrib/bc/src/ |
H A D | num.c | 1491 volatile size_t bzero; in bc_num_m() local
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 32 # define bzero(a,b) memset(a,0,b) macro
|