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

12345

/haiku-buildtools/legacy/gcc/libiberty/
H A Dbzero.c1 /* Portable version of bzero for systems without it.
6 bzero -- zero the contents of a specified memory region
9 void bzero (char *to, int count)
23 bzero (to, count) function
H A Dcalloc.c23 if (ptr) bzero (ptr, nelem * elsize);
/haiku-buildtools/gcc/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);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-prof/
H A Dval-prof-7.c4 extern void bzero (void *, __SIZE_TYPE__);
9 bzero(array, len);
25 /* { dg-final-use { scan-ipa-dump "Single value 8 stringop transformation on bzero" "profile" } } */
/haiku-buildtools/binutils/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);
/haiku-buildtools/gcc/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);
/haiku-buildtools/legacy/binutils/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);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dbzero.c5 bzero (void *s, __SIZE_TYPE__ n) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWsizeof-pointer-memaccess1.c6 extern void bzero (void *, size_t);
27 bzero (&a, sizeof (&a)); /* { dg-warning "call is the same expression as the destination; did you mean to remove the addressof" } */
28 bzero (pa1, sizeof (pa1)); /* { dg-warning "call is the same expression as the destination; did you mean to dereference it" } */
29 bzero (pa2, sizeof pa2); /* { dg-warning "call is the same expression as the destination; did you mean to dereference it" } */
30 bzero (pa3, sizeof (pa3)); /* { dg-warning "call is the same expression as the destination; did you mean to dereference it" } */
31 bzero (pa4, sizeof pa4); /* { dg-warning "call is the same expression as the destination; did you mean to dereference it" } */
32 bzero (pa1, sizeof (struct A *)); /* { dg-warning "call is the same pointer type \[^\n\r\]* as the destination; expected \[^\n\r\]* or an explicit length" } */
33 bzero (pa2, sizeof (PTA)); /* { dg-warning "call is the same pointer type \[^\n\r\]* as the destination; expected \[^\n\r\]* or an explicit length" } */
34 bzero (pa3, sizeof (PA)); /* { dg-warning "call is the same pointer type \[^\n\r\]* as the destination; expected \[^\n\r\]* or an explicit length" } */
35 bzero (pa
[all...]
/haiku-buildtools/legacy/gcc/texinfo/libtxi/
H A Dbzero.c23 bzero (b, length) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dmemtst.c21 bzero (a, SIZE * 4);
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dxm-beos.h41 #undef bzero macro
42 #define bzero(d,n) memset((d),0,(n)) macro
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Dxm-beos.h60 #undef bzero macro
61 #define bzero(d,n) memset((d),0,(n)) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dvarray.c66 bzero (&va->data.c[old_data_size], data_size - old_data_size);
H A Dstupid.c190 bzero (regs_ever_live, sizeof regs_ever_live);
226 bzero ((char *) reg_where_dead, nregs * sizeof (int));
229 bzero ((char *) reg_where_born_exact, nregs * sizeof (int));
232 bzero ((char *) reg_where_born_clobber, nregs * sizeof (int));
235 bzero ((char *) reg_where_dead_chain, nregs * sizeof (struct insn_chain *));
238 bzero ((char *) reg_order, nregs * sizeof (int));
241 bzero ((char *) regs_change_size, nregs * sizeof (char));
244 bzero ((char *) regs_crosses_setjmp, nregs * sizeof (char));
254 bzero ((char *) after_insn_hard_regs, max_suid * sizeof (HARD_REG_SET));
265 bzero (regs_liv
[all...]
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dgeneral.h79 # define zero_mem(mem, length) bzero (mem, length)
H A Dinfo.h80 # define zero_mem(mem, length) bzero (mem, length)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmemops-asm-lib.c87 bzero (void *d, size_t n) function
95 bzero and bcopy. */
H A Dmemops-asm.c17 extern void bzero (void *, size_t)
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dpr12365b.c13 extern void bzero (void *, size_t)
H A Dpr12365c.c75 bzero (void *d, size_t n) function
/haiku-buildtools/gcc/libssp/ssp/
H A Dstring.h53 #undef bzero macro
104 #define bzero(dest, len) ((void) \ macro

Completed in 131 milliseconds

12345