| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | bzero.c | 20 bzero (void *to, size_t count) in bzero() function
|
| H A D | regex.c | 152 # define bzero(s, n) ((void) (memset (s, '\0', n), (s))) macro 154 # define bzero(s, n) __bzero (s, n) macro
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | bzero.c | 20 bzero (void *to, size_t count) in bzero() function
|
| /freebsd-12.1/lib/libc/amd64/string/ |
| H A D | bzero.c | 11 bzero(void *b, size_t len) in bzero() function
|
| /freebsd-12.1/contrib/ldns/compat/ |
| H A D | calloc.c | 11 # define bzero(buf, bytes) ((void) memset (buf, 0, bytes)) macro
|
| /freebsd-12.1/lib/libc/string/ |
| H A D | memset.c | 56 bzero(void *dst0, size_t length) in bzero() function
|
| /freebsd-12.1/libexec/bootpd/tools/bootptest/ |
| H A D | bootptest.h | 13 #define bzero(p,l) memset(p,0,l) macro
|
| /freebsd-12.1/libexec/bootpd/tools/bootpef/ |
| H A D | bootpef.c | 62 #define bzero(p,l) memset(p,0,l) macro
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | elf_trampoline.c | 78 bzero(void *addr, size_t count) in bzero() function
|
| /freebsd-12.1/libexec/bootpd/ |
| H A D | hwaddr.c | 45 #define bzero(p,l) memset(p,0,l) macro
|
| H A D | dumptab.c | 20 #define bzero(p,l) memset(p,0,l) macro
|
| H A D | dovend.c | 22 # define bzero(p,l) memset(p,0,l) macro
|
| H A D | hash.c | 45 #define bzero(p,l) memset(p,0,l) macro
|
| H A D | bootpd.c | 80 # define bzero(p,l) memset(p,0,l) macro
|
| H A D | readfile.c | 53 #define bzero(p,l) memset(p,0,l) macro
|
| /freebsd-12.1/libexec/bootpd/bootpgw/ |
| H A D | bootpgw.c | 73 # define bzero(p,l) memset(p,0,l) macro
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | machdep.c | 563 bzero(void *buf, size_t len) in bzero() function
|
| /freebsd-12.1/contrib/gcclibs/libssp/ssp/ |
| H A D | string.h | 105 #define bzero(dest, len) ((void) \ macro
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | bsd-misc.c | 289 bzero(void *b, size_t n) in bzero() function
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | elf_trampoline.c | 101 bzero(void *addr, int count) in bzero() function
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ipnat.c | 60 #define bzero(a,b) memset(a,0,b) macro
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | machdep.c | 918 bzero(void *buf, size_t len) in bzero() function
|
| /freebsd-12.1/stand/powerpc/boot1.chrp/ |
| H A D | boot1.c | 375 bzero(void *b, size_t len) in bzero() function
|
| /freebsd-12.1/stand/sparc64/boot1/ |
| H A D | boot1.c | 304 bzero(void *b, size_t len) in bzero() function
|
| /freebsd-12.1/sys/sys/ |
| H A D | systm.h | 313 #define bzero(buf, len) __builtin_memset((buf), 0, (len)) macro
|