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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-alloca.h6 # include <alloca.h>
9 #pragma alloca
11 # ifndef alloca /* predefined by HP cc +Olibcalls */
12 char *alloca ();
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dalloca.h3 /* Generic alloca.h */
4 /* OpenLDAP: pkg/ldap/include/ac/alloca.h,v 1.18.2.5 2010/04/13 20:22:50 kurt Exp */
23 * use of alloca is disallowed as it is machine dependent
25 #error "alloca() not supported, use malloc()"
29 # define alloca __builtin_alloca macro
32 # include <alloca.h>
35 #pragma alloca
37 # ifndef alloca /* predefined by HP cc +Olibcalls */
38 extern char *(alloca)();
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dalloca-conf.h8 # include <alloca.h>
11 # if !defined alloca
12 # define alloca __builtin_alloca macro
20 #pragma alloca
24 # define alloca _alloca macro
26 # if !defined alloca
31 extern "C" void *alloca (size_t);
33 extern void *alloca (size_t);
36 extern void *alloca ();
39 extern char *alloca ();
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dalloca-conf.h8 # include <alloca.h>
11 # if !defined alloca
12 # define alloca __builtin_alloca macro
20 #pragma alloca
24 # define alloca _alloca macro
26 # if !defined alloca
31 extern "C" void *alloca (size_t);
33 extern void *alloca (size_t);
36 extern void *alloca ();
39 extern char *alloca ();
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr26865.c7 char *e = alloca (100); /* { dg-warning "implicit declaration|initialization makes" } */
H A Dwinline-7.c4 extern void *alloca (__SIZE_TYPE__);
7 inline void *q (void) /* { dg-warning "(function not inlinable|alloca)" } */
9 return alloca (10);
H A Dfold-alloca-1.c4 void *alloca (__SIZE_TYPE__);
9 if ((foo = alloca(argc)) == 0)
/netbsd-6-1-5-RELEASE/gnu/usr.bin/gettext/include/
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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr26865.c7 char *e = alloca (100); /* { dg-warning "implicit declaration|initialization makes" } */
H A Dwinline-7.c4 extern void *alloca (__SIZE_TYPE__);
8 { /* { dg-warning "(function not inlinable|alloca)" } */
9 return alloca (10);
H A D20030123-1.c6 extern void *alloca (__SIZE_TYPE__);
12 char *p = alloca (4096);
H A Dfold-alloca-1.c4 void *alloca (__SIZE_TYPE__);
9 if ((foo = alloca(argc)) == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/libasprintf/
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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
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...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/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:
38 # define alloca __builtin_alloca macro
40 # define alloca __alloca macro
43 # define alloca _alloca macro
49 void *alloca (size_t);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/s390/
H A D20030123-1.c6 extern void *alloca (__SIZE_TYPE__);
12 char *p = alloca (4096);
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A DLint_alloca.c12 alloca(size) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_malloc.h18 * Deal with platform differences declaring alloca()
24 * redefining alloca.
27 # include <alloca.h>
29 # ifndef alloca
30 # define alloca __builtin_alloca macro
33 # ifndef alloca
34 # define alloca __alloca macro
38 # ifndef alloca
39 # define alloca _alloca macro
43 void * alloca(size_
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dtailcall-1.c3 extern void *alloca (__SIZE_TYPE__);
14 /* Dead alloca should not disturb us. */
16 v=alloca(r);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dpass21-frag.c5 #include <alloca.h>
10 boo = (char *) alloca (100);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dtailcall-1.c3 extern void *alloca (__SIZE_TYPE__);
14 /* Dead alloca should not disturb us. */
16 v=alloca(r);

Completed in 196 milliseconds

1234567891011>>