Searched refs:alloca (Results 1 - 25 of 361) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pointers/
H A Dtst.assigncast1.d22 *((int *)alloca(4)) = 1;
H A Dtst.assigncast2.d22 this->a = alloca(4);
H A Derr.InvalidAddress2.d44 x = (int *)alloca(sizeof (int));
H A Dtst.ValidPointer1.d42 x = (int *)alloca(sizeof (int));
H A Dtst.ValidPointer2.d42 x = (int *)alloca(sizeof (int));
H A Derr.InvalidAddress4.d44 x = (int *)alloca(sizeof (int));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.badalloca2.d32 * alloca() cannot be used to "unconsume" scratch space memory by
35 * SECTION: Actions and Subroutines/alloca()
41 ptr = alloca(10);
42 ptr = alloca(0xffffffffffffffff);
H A Derr.D_OP_VFPTR.badop.d44 p -= alloca(10);
H A Derr.D_PROTO_LEN.allocanoarg.d31 * alloca() should handle no arguments as an error
33 * SECTION: Actions and Subroutines/alloca()
43 ptr = alloca();
H A Derr.badbcopy6.d33 bcopy("bad news", alloca(1), -1);
H A Derr.badalloca.d32 * memory allocated by alloca() is only valid within the clause
35 * SECTION: Actions and Subroutines/alloca()
44 ptr = alloca(sizeof (int));
H A Derr.badbcopy.d34 * SECTION: Actions and Subroutines/alloca();
44 ptr = alloca(sizeof (int));
H A Derr.badbcopy1.d34 * SECTION: Actions and Subroutines/alloca();
44 ptr = alloca(0);
H A Derr.badbcopy4.d34 * SECTION: Actions and Subroutines/alloca();
43 ptr = alloca(sizeof (int));
H A Derr.badbcopy5.d34 * SECTION: Actions and Subroutines/alloca();
45 ptr = alloca(sizeof (int));
H A Dtst.copyinto.d43 envp = alloca(sizeof (uint32_t));
52 envp = alloca(sizeof (uint64_t));
H A Dtst.ddi_pathname.d33 this->dev = (struct dev_info *)alloca(sizeof (struct dev_info));
35 (struct ddi_minor_data *)alloca(sizeof (struct ddi_minor_data));
37 (struct ddi_minor_data *)alloca(sizeof (struct ddi_minor_data));
39 (struct ddi_minor_data *)alloca(sizeof (struct ddi_minor_data));
H A Dtst.inet_ntoa.d38 this->buf4a = alloca(sizeof (ipaddr_t));
39 this->buf4b = alloca(sizeof (ipaddr_t));
40 this->buf4c = alloca(sizeof (ipaddr_t));
41 this->buf4d = alloca(sizeof (ipaddr_t));
H A Derr.inet_ntopbadarg.d35 this->buf4a = alloca(sizeof (ipaddr_t));
H A Dtst.bcopy.d33 * SECTION: Actions and Subroutines/alloca();
43 ptr = alloca(sizeof (int));
/illumos-gate/usr/src/cmd/sort/common/
H A Dcheck.h36 #include <alloca.h>
H A Doptions.h36 #include <alloca.h>
/illumos-gate/usr/src/head/
H A Dalloca.h57 #define alloca(x) __builtin_alloca(x) macro
63 extern void *alloca(size_t);
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A Djdtrace.c29 #include <alloca.h>
43 av = p = alloca(sizeof (char *) * ac);
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyout.d47 this->a = (uint32_t *)alloca(4);

Completed in 120 milliseconds

1234567891011>>