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

1234567891011>>

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dalloca.h1 /* Generic alloca.h */
21 * use of alloca is disallowed as it is machine dependent
23 #error "alloca() not supported, use malloc()"
27 # define alloca __builtin_alloca macro
30 # include <alloca.h>
33 #pragma alloca
35 # ifndef alloca /* predefined by HP cc +Olibcalls */
36 extern char *(alloca)();
/macosx-10.10.1/cxxfilt-11/cxxfilt/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 ();
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dalloca_.h24 means there is a real alloca function. */
28 /* alloca(N) returns a pointer (void* or char*) to N bytes of memory
30 Use of alloca should be avoided:
40 # ifndef alloca
41 # define alloca __builtin_alloca macro
46 # define alloca _alloca macro
49 # include <alloca.h>
52 #pragma alloca
56 extern "C" void *alloca (unsigned int);
58 extern void *alloca ();
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dmemalloc.h1 /* memalloc.h -- consolidate code for including alloca.h or malloc.h and
2 defining alloca. */
38 # undef alloca macro
39 # define alloca __builtin_alloca macro
45 # include <alloca.h>
48 # if defined (__hpux) && defined (__STDC__) && !defined (alloca)
49 extern void *alloca ();
51 # if !defined (alloca)
53 extern void *alloca (size_t);
55 extern char *alloca ();
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dalloca_.h22 means there is a real alloca function. */
26 /* alloca (N) returns a pointer to N bytes of memory
28 Use of alloca should be avoided:
37 #ifndef alloca
39 # define alloca __builtin_alloca macro
41 # define alloca __alloca macro
44 # define alloca _alloca macro
50 void *alloca (size_t);
/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
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));
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Di386-alloca.s1 .file "alloca.s"
4 .def alloca; .val alloca; .scl 2; .type 044; .endef
5 .globl alloca
6 alloca: label
16 .def alloca; .val .; .scl -1; .endef
/macosx-10.10.1/rsync-45/rsync/popt/
H A Dsystem.h38 /*@only@*/ void * alloca (size_t __size)
47 # include <alloca.h>
50 #pragma alloca
53 # ifndef alloca /* predefined by HP cc +Olibcalls */
54 char *alloca ();
57 # ifdef alloca
58 # undef alloca macro
60 # define alloca(sz) malloc(sz) /* Kludge this for now */ macro
65 #define alloca __builtin_alloca macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/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);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dalloca.h32 void *alloca(size_t); /* built-in for gcc */
37 #undef alloca macro
39 #define alloca(size) __alloca(size) macro
/macosx-10.10.1/dtrace-147/test/tst/common/pointers/
H A Derr.InvalidAddress2.d42 x = (int *)alloca(sizeof (int));
H A Derr.InvalidAddress4.d42 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));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A Dexplicit_symbols.inc5 EXPLICIT_SYMBOL2(alloca, _alloca)
65 EXPLICIT_SYMBOL2(alloca, _alloca_probe)
/macosx-10.10.1/libffi-18.1/include/
H A Dffi_common.h20 # define alloca __builtin_alloca macro
23 # include <alloca.h>
26 # pragma alloca
28 # ifndef alloca /* predefined by HP cc +Olibcalls */
29 char* alloca();

Completed in 141 milliseconds

1234567891011>>