Home
last modified time | relevance | path

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

12

/netbsd/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/external/gpl3/gcc/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd/lib/libc/string/
H A DLint_bzero.c12 bzero(src, len) in bzero() function
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) in bzero() function
/netbsd/sys/arch/hpcmips/stand/libz/
H A Dstddef.h3 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd/include/ssp/
H A Dstrings.h42 #define bzero(dst, len) \ macro
/netbsd/sys/arch/hpcmips/stand/libsa/
H A Dcompat.h47 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd/sys/arch/hpc/stand/libsa/
H A Dcompat.h47 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd/external/bsd/nvi/dist/clib/
H A Dmemset.c65 bzero(dst0, length) in bzero() function
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-plugin/
H A Dpr12365c.c75 bzero (void *d, size_t n) in bzero() function
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dpr12365c.c75 bzero (void *d, size_t n) in bzero() function
/netbsd/usr.sbin/mrouted/
H A Ddefs.h92 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd/external/gpl3/gdb/dist/gdb/contrib/ari/
H A Dgdb_ari.sh1063 Do not use bzero(), instead use memset()" function
/netbsd/external/gpl3/gdb.old/dist/gdb/contrib/ari/
H A Dgdb_ari.sh1063 Do not use bzero(), instead use memset()" function
/netbsd/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/external/gpl3/gcc.old/dist/libssp/ssp/
H A Dstring.h104 #define bzero(dest, len) ((void) \ macro
/netbsd/external/gpl3/gcc/dist/libssp/ssp/
H A Dstring.h104 #define bzero(dest, len) ((void) \ macro
/netbsd/external/gpl2/xcvs/dist/diff/
H A Dsystem.h194 # define bzero(s, n) memset (s, 0, n) macro
/netbsd/external/bsd/ipf/dist/tools/
H A Dipnat.c75 #define bzero(a,b) memset(a,0,b) macro

12