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

1234567891011>>

/freebsd-10-stable/contrib/binutils/include/
H A Dalloca-conf.h4 # ifndef alloca
5 # define alloca __builtin_alloca macro
9 #pragma alloca
12 # include <alloca.h>
15 extern PTR alloca (size_t);
17 extern PTR alloca ();
/freebsd-10-stable/contrib/gdb/include/
H A Dalloca-conf.h4 # ifndef alloca
5 # define alloca __builtin_alloca macro
9 #pragma alloca
12 # include <alloca.h>
15 extern PTR alloca (size_t);
17 extern PTR alloca ();
/freebsd-10-stable/contrib/ofed/usr.lib/libibverbs/
H A Dconfig.h2 #include <alloca.h>
/freebsd-10-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));
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dputenv.c33 #pragma alloca
52 # include <alloca.h>
54 # ifndef alloca
56 # define alloca __builtin_alloca macro
58 extern char *alloca ();
60 # endif /* alloca */
76 char *name = (char *) alloca (name_end - string + 1);
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dputenv.c33 #pragma alloca
52 # include <alloca.h>
54 # ifndef alloca
56 # define alloca __builtin_alloca macro
58 extern char *alloca ();
60 # endif /* alloca */
76 char *name = (char *) alloca (name_end - string + 1);
/freebsd-10-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-10-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-10-stable/contrib/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc5 EXPLICIT_SYMBOL2(alloca, _alloca)
65 EXPLICIT_SYMBOL2(alloca, _alloca_probe)
/freebsd-10-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) function
46 END(alloca)
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dhard-locale.c26 # include <alloca.h>
29 # pragma alloca
35 # ifndef alloca
36 char *alloca ();
69 char *locale = alloca (strlen (p) + 1);

Completed in 82 milliseconds

1234567891011>>