Searched refs:bzero (Results 1 - 25 of 432) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/string/
H A DMakefile.inc5 SRCS+= bcmp.S bzero.S ffs.S
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/noncompile/
H A D20020213-1.c2 Test whether argument checking is done for fputs, bzero and bcmp. */
6 void bzero (void *, size_t);
17 bzero (buf); /* { dg-error "too few" } */
18 bzero (21); /* { dg-error "too few" } */
22 bzero (buf, 32);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/noncompile/
H A D20020213-1.c2 Test whether argument checking is done for fputs, bzero and bcmp. */
6 void bzero (void *, size_t);
17 bzero (buf); /* { dg-error "too few" } */
18 bzero (21); /* { dg-error "too few" } */
22 bzero (buf, 32);
/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/lib/libc/string/
H A DLint_bzero.c12 bzero(src, len) function
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/string/
H A DMakefile.inc3 SRCS+= bzero.S ffs.S strlen.S
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/string/
H A DMakefile.inc3 SRCS+= bzero.S ffs.S memset.S strlen.S
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dbzero.c1 /* Portable version of bzero for systems without it.
6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
20 bzero (void *to, size_t count) function
H A Dcalloc.c20 void bzero (PTR, size_t);
31 if (ptr) bzero (ptr, nelem * elsize);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dbzero.c1 /* Portable version of bzero for systems without it.
6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
20 bzero (void *to, size_t count) function
H A Dcalloc.c20 void bzero (PTR, size_t);
31 if (ptr) bzero (ptr, nelem * elsize);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dbzero.c1 /* Portable version of bzero for systems without it.
6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
20 bzero (void *to, size_t count) function
H A Dcalloc.c20 void bzero (PTR, size_t);
31 if (ptr) bzero (ptr, nelem * elsize);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dbzero.c1 /* Portable version of bzero for systems without it.
6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
20 bzero (void *to, size_t count) function
H A Dcalloc.c20 void bzero (PTR, size_t);
31 if (ptr) bzero (ptr, nelem * elsize);
/netbsd-6-1-5-RELEASE/lib/libc/arch/alpha/string/
H A DMakefile.inc3 SRCS+= bcopy.S bzero.S ffs.S
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/string/
H A DMakefile.inc3 SRCS+= bcopy.S bzero.S ffs.S memset.S
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/string/
H A DMakefile.inc4 NO_SRCS+= bcopy.S bzero.S
/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/gcc/testsuite/gcc.dg/tree-prof/
H A Dval-prof-7.c9 bzero(array, len);
25 /* { dg-final-use { scan-tree-dump "Single value 8 stringop transformation on bzero" "tree_profile"} } */
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/string/
H A Dbzero.S1 /* $NetBSD: bzero.S,v 1.3 2003/08/07 16:42:32 agc Exp $ */
34 /* .asciz "@(#)bzero.s 8.1 (Berkeley) 6/4/93" */
38 /* bzero(base, length) */
40 ENTRY(bzero, 0)
52 END(bzero)
H A DMakefile.inc3 SRCS+= bcmp.S bcopy.S bzero.S ffs.S memcmp.S
/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/lib/libc/arch/arm/string/
H A DMakefile.inc3 SRCS+= memcpy.S bcopy.S memmove.S memset.S bzero.S ffs.S strcmp.S

Completed in 148 milliseconds

1234567891011>>