Searched defs:bzero (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) function
/freebsd-11-stable/contrib/ldns/compat/
H A Dcalloc.c11 # define bzero(buf, bytes) ((void) memset (buf, 0, bytes)) macro
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.h13 #define bzero(p,l) memset(p,0,l) macro
/freebsd-11-stable/lib/libc/string/
H A Dmemset.c54 bzero(void *dst0, size_t length) function
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure14796 bzero (); function
/freebsd-11-stable/libexec/bootpd/
H A Ddovend.c22 # define bzero(p,l) memset(p,0,l) macro
H A Ddumptab.c20 #define bzero(p,l) memset(p,0,l) macro
H A Dhwaddr.c45 #define bzero(p,l) memset(p,0,l) macro
H A Dhash.c45 #define bzero(p,l) memset(p,0,l) macro
H A Dbootpd.c80 # define bzero(p,l) memset(p,0,l) macro
H A Dreadfile.c53 #define bzero(p,l) memset(p,0,l) macro
/freebsd-11-stable/contrib/gcclibs/libssp/ssp/
H A Dstring.h54 #undef bzero macro
105 #define bzero(dest, len) ((void) \ macro
/freebsd-11-stable/libexec/bootpd/tools/bootpef/
H A Dbootpef.c62 #define bzero macro
/freebsd-11-stable/sys/mips/mips/
H A Delf_trampoline.c76 bzero(void *addr, size_t count) function
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmachdep.c412 bzero(void *buf, size_t len) function
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c73 # define bzero(p,l) memset(p,0,l) macro
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat.c60 #define bzero(a,b) memset(a,0,b) macro
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h422 #undef bzero macro
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h765 #undef bzero macro
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h137 # define bzero(poi,len) memset(poi,0,len) macro
/freebsd-11-stable/sys/arm/arm/
H A Delf_trampoline.c161 bzero(void *addr, int count) function
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c304 bzero(void *b, size_t len) function
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c374 bzero(void *b, size_t len) function
/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c152 bzero(void *buf, size_t len) function

Completed in 262 milliseconds

12