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

12345678

/freebsd-13-stable/cddl/contrib/opensolaris/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 (in_addr_t));
39 this->buf4b = alloca(sizeof (in_addr_t));
40 this->buf4c = alloca(sizeof (in_addr_t));
41 this->buf4d = alloca(sizeof (in_addr_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));
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_malloc.h16 * Deal with platform differences declaring alloca()
22 * redefining alloca.
25 # include <alloca.h>
27 # ifndef alloca
28 # define alloca __builtin_alloca macro
31 # ifndef alloca
32 # define alloca __alloca macro
36 # ifndef alloca
37 # define alloca _alloca macro
41 void * alloca(size_
[all...]
/freebsd-13-stable/lib/libc/arm/gen/
H A Dalloca.S1 /* $NetBSD: alloca.S,v 1.3 2003/04/05 23:08:51 bjh21 Exp $ */
40 ENTRY(alloca)
46 END(alloca)
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
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));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc5 EXPLICIT_SYMBOL2(alloca, _alloca)
71 EXPLICIT_SYMBOL2(alloca, _alloca_probe)
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A Djdtrace.c29 #include <alloca.h>
41 av = p = alloca(sizeof (char *) * ac);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyout.d47 this->a = (uint32_t *)alloca(4);
H A Dtst.badcopyoutstr.d47 this->str = alloca(10);
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dalloca.h13 _d = alloca(_len); \

Completed in 83 milliseconds

12345678