| /freebsd-13.1/lib/libc/amd64/string/ |
| H A D | bzero.c | 11 bzero(void *b, size_t len) in bzero() function
|
| /freebsd-13.1/contrib/ldns/compat/ |
| H A D | calloc.c | 11 # define bzero(buf, bytes) ((void) memset (buf, 0, bytes)) macro
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | strings.h | 26 #define bzero(ptr, size) memset(ptr, 0, size) macro
|
| /freebsd-13.1/lib/libc/string/ |
| H A D | memset.c | 56 bzero(void *dst0, size_t length) in bzero() function
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | elf_trampoline.c | 77 bzero(void *addr, size_t count) in bzero() function
|
| /freebsd-13.1/sys/sys/ |
| H A D | systm.h | 264 #define bzero(buf, len) SAN_INTERCEPTOR(memset)((buf), 0, (len)) macro 273 #define bzero(buf, len) __builtin_memset((buf), 0, (len)) macro
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | machdep.c | 609 bzero(void *buf, size_t len) in bzero() function
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | bsd-misc.c | 392 bzero(void *b, size_t n) in bzero() function
|
| /freebsd-13.1/sbin/ipf/ipnat/ |
| H A D | ipnat.c | 60 #define bzero(a,b) memset(a,0,b) macro
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | machdep.c | 846 bzero(void *buf, size_t len) in bzero() function
|
| /freebsd-13.1/stand/powerpc/boot1.chrp/ |
| H A D | boot1.c | 465 bzero(void *b, size_t len) in bzero() function
|
| /freebsd-13.1/contrib/bc/src/ |
| H A D | num.c | 1287 size_t ascale, bscale, ardx, brdx, azero = 0, bzero = 0, zero, len, rscale; in bc_num_m() local
|
| /freebsd-13.1/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_compat.h | 35 # define bzero(a,b) memset(a,0,b) macro
|