Home
last modified time | relevance | path

Searched defs:bzero (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/common/lib/libc/string/
H A Dmemset.c73 bzero(void *dst0, size_t length) in bzero() function
169 bzero(void *dstv, size_t length) in bzero() function
H A Dmemset2.c225 bzero(void *addr, size_t len) in bzero() function
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd-src/lib/libc/string/
H A DLint_bzero.c12 bzero(void *src, size_t len) in bzero() function
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd-src/sys/arch/hpcmips/stand/libz/
H A Dstddef.h3 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd-src/include/ssp/
H A Dstrings.h42 #define bzero(dst, len) \ macro
/netbsd-src/sys/arch/hpcmips/stand/libsa/
H A Dcompat.h47 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd-src/sys/arch/hpc/stand/libsa/
H A Dcompat.h47 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd-src/external/bsd/nvi/dist/clib/
H A Dmemset.c65 bzero(dst0, length) in bzero() function
/netbsd-src/usr.sbin/mrouted/
H A Ddefs.h92 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.c36 #define bzero(a, b) memset(a, 0, b) macro
H A Drijndael-alg-fst.c33 #define bzero(a, b) memset((a), 0, (b)) macro
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/
H A Dstring.h104 #define bzero(dest, len) ((void) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/
H A Dstring.h104 #define bzero(dest, len) ((void) \ macro
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h194 # define bzero(s, n) memset (s, 0, n) macro
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipnat.c75 #define bzero(a,b) memset(a,0,b) macro
/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Daout2hux.c82 # define bzero(d, n) memset((d), 0, (n)) macro
/netbsd-src/external/bsd/ipf/dist/ipsd/Celler/
H A Dip_compat.h202 # define bzero(a,b) memset(a,0,b) macro
/netbsd-src/external/gpl2/gmake/dist/
H A Dmake.h254 # define bzero(s, n) memset ((s), 0, (n)) macro
/netbsd-src/sys/sys/
H A Dsystm.h327 #define bzero(src, len) memset((src), 0, (len)) macro

12