| /src/common/lib/libc/arch/ia64/string/ |
| bzero.S | 1 /* $NetBSD: bzero.S,v 1.1 2016/08/05 15:06:02 scole Exp $ */ 28 * __FBSDID("$FreeBSD: releng/10.1/lib/libc/ia64/string/bzero.S 125669 2004-02-10 20:45:28Z cperciva $"); 35 * bzero(void *b, size_t len); 37 ENTRY(bzero, 2) function 88 END(bzero)
|
| /src/common/lib/libc/arch/m68k/string/ |
| bzero.S | 1 /* $NetBSD: bzero.S,v 1.6 2013/09/07 19:06:29 chs Exp $ */ 69 RCSID("from: @(#)bzero.s 5.1 (Berkeley) 5/12/90") 71 RCSID("$NetBSD: bzero.S,v 1.6 2013/09/07 19:06:29 chs Exp $") 75 ENTRY(bzero) function 154 END(bzero)
|
| /src/lib/libc/arch/vax/string/ |
| bzero.S | 1 /* $NetBSD: bzero.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ 34 /* .asciz "@(#)bzero.s 8.1 (Berkeley) 6/4/93" */ 35 RCSID("$NetBSD: bzero.S,v 1.4 2011/01/25 02:38:15 matt Exp $") 38 /* bzero(base, length) */ 40 ENTRY(bzero, 0) function 52 END(bzero)
|
| /src/lib/libc/string/ |
| Lint_bzero.c | 12 bzero(void *src, size_t len) function
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| bzero.c | 1 /* 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
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| bzero.c | 1 /* 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
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| bzero.c | 1 /* 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
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| bzero.c | 1 /* 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
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| bzero.c | 1 /* 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
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| bzero.c | 1 /* 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
|
| /src/common/lib/libc/arch/i386/string/ |
| memset.S | 38 #ifdef BZERO 39 ENTRY(bzero) function 43 #ifdef BZERO 68 #ifndef BZERO 85 #ifndef BZERO 102 #ifndef BZERO 107 #ifdef BZERO 108 END(bzero)
|
| /src/common/lib/libc/arch/x86_64/string/ |
| memset.S | 39 /* bzero, %rdi is buffer, %rsi length */ 41 ENTRY(bzero) function 95 END(bzero)
|
| /src/lib/libc/arch/powerpc64/string/ |
| bzero.S | 1 /* $NetBSD: bzero.S,v 1.4 2008/04/28 20:22:57 martin Exp $ */ 34 .file "bzero.c" 35 ENTRY(bzero) function
|
| /src/sys/arch/hpcmips/stand/libz/ |
| stddef.h | 3 #define bzero(s, n) memset((s), 0, (n)) macro
|
| /src/common/lib/libc/arch/arm/string/ |
| memset.S | 102 /* LINTSTUB: Func: void bzero(void *, size_t) */ 103 ENTRY(bzero) function 256 END(bzero)
|
| /src/common/lib/libc/arch/or1k/string/ |
| memset.S | 41 void bzero(void *b r3, size_t len r4); 49 ENTRY(bzero) function 132 END(bzero)
|
| /src/common/lib/libc/arch/sparc/string/ |
| bzero.S | 1 /* $NetBSD: bzero.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ 35 * from: Header: bzero.s,v 1.1 92/06/25 12:52:46 torek Exp 41 .asciz "@(#)bzero.s 8.1 (Berkeley) 6/4/93" 43 RCSID("$NetBSD: bzero.S,v 1.1 2005/12/20 19:28:50 christos Exp $") 61 * register pair; shuffle arguments to match those of bzero. 78 * bzero(void *addr, size_t len) 80 ENTRY(bzero) function
|
| /src/include/ssp/ |
| strings.h | 42 #define bzero(dst, len) \ macro
|
| /src/common/lib/libc/arch/sparc64/string/ |
| memset.S | 53 ENTRY(bzero) function
|
| /src/common/lib/libc/string/ |
| memset.c | 52 #if defined(BZERO) && defined(_STANDALONE) 62 #undef bzero macro 67 #ifdef BZERO 73 bzero(void *dst0, size_t length) function 104 #ifndef BZERO 131 #ifndef BZERO 167 #ifdef BZERO 169 bzero(void *dstv, size_t length) function 184 #endif /* BZERO */
|
| /src/sys/arch/hpc/stand/libsa/ |
| compat.h | 47 #define bzero(s, n) memset((s), 0, (n)) macro
|
| /src/sys/arch/hpcmips/stand/libsa/ |
| compat.h | 47 #define bzero(s, n) memset((s), 0, (n)) macro
|
| /src/external/bsd/nvi/dist/clib/ |
| memset.c | 59 #ifdef BZERO 65 bzero(dst0, length) function 106 #ifndef BZERO
|
| /src/common/lib/libc/arch/sh3/string/ |
| memset.S | 38 #ifdef BZERO 49 #ifdef BZERO 50 ENTRY(bzero) function 62 #ifdef BZERO 86 #ifdef BZERO 139 #ifdef BZERO 151 #ifndef BZERO 186 #ifdef BZERO 199 #ifdef BZERO 255 #ifdef BZERO [all...] |
| /src/sys/arch/vax/boot/common/ |
| str.S | 86 ENTRY(bzero,0) function
|