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

12

/netbsd-6-1-5-RELEASE/lib/libc/string/
H A DLint_bzero.c12 bzero(src, len) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/arm/string/
H A Dmemset.S84 ENTRY(bzero) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/i386/string/
H A Dmemset.S39 ENTRY(bzero) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/x86_64/string/
H A Dmemset.S41 ENTRY(bzero) function
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/libz/
H A Dstddef.h3 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc/string/
H A Dbzero.S80 ENTRY(bzero) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dbzero.c5 bzero (void *s, __SIZE_TYPE__ n) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) function
/netbsd-6-1-5-RELEASE/include/ssp/
H A Dstrings.h42 #define bzero(dst, len) \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/string/
H A Dbzero.S75 ENTRY(bzero) function
/netbsd-6-1-5-RELEASE/dist/nvi/clib/
H A Dmemset.c64 bzero(dst0, length) function
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/libsa/
H A Dcompat.h47 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/libsa/
H A Dcompat.h47 #define bzero(s, n) memset((s), 0, (n)) macro
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sh3/string/
H A Dmemset.S50 ENTRY(bzero) function
/netbsd-6-1-5-RELEASE/common/lib/libc/string/
H A Dmemset.c62 #undef bzero macro
73 bzero(void *dst0, size_t length) function
151 bzero(void *dstv, size_t length) function
H A Dmemset2.c51 #undef bzero macro
223 bzero(void *addr, size_t len) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmemops-asm-lib.c73 bzero (void *d, size_t n) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmemops-asm-lib.c75 bzero (void *d, size_t n) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libssp/ssp/
H A Dstring.h53 #undef bzero macro
104 #define bzero(dest, len) ((void) \ macro
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c33 #define bzero(a, b) memset((a), 0, (b)) macro
H A Drijndael-api-fst.c36 #define bzero(a, b) memset(a, 0, b) macro
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcompat.h160 #undef bzero macro
161 #define bzero(buf, len) memset(buf, 0, len); macro

Completed in 376 milliseconds

12