Searched defs:bzero (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/lib/libc/amd64/string/ |
| H A D | bzero.c | 8 bzero(void *b, size_t len) in bzero() function
|
| /freebsd-14.2/contrib/ldns/compat/ |
| H A D | calloc.c | 11 # define bzero(buf, bytes) ((void) memset (buf, 0, bytes)) macro
|
| /freebsd-14.2/lib/libc/string/ |
| H A D | memset.c | 53 bzero(void *dst0, size_t length) in bzero() function
|
| /freebsd-14.2/sbin/ipf/ipnat/ |
| H A D | ipnat.c | 59 #define bzero(a,b) memset(a,0,b) macro
|
| /freebsd-14.2/sys/sys/ |
| H A D | systm.h | 265 #define bzero(buf, len) SAN_INTERCEPTOR(memset)((buf), 0, (len)) macro 274 #define bzero(buf, len) __builtin_memset((buf), 0, (len)) macro
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | bsd-misc.c | 392 bzero(void *b, size_t n) in bzero() function
|
| /freebsd-14.2/stand/powerpc/boot1.chrp/ |
| H A D | boot1.c | 462 bzero(void *b, size_t len) in bzero() function
|
| /freebsd-14.2/contrib/bc/src/ |
| H A D | num.c | 1491 volatile size_t bzero; in bc_num_m() local
|
| /freebsd-14.2/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_compat.h | 34 # define bzero(a,b) memset(a,0,b) macro
|