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

1234567891011>>

/netbsd-current/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-current/external/bsd/openldap/dist/include/ac/
H A Dalloca.h1 /* $NetBSD: alloca.h,v 1.3 2021/08/14 16:14:55 christos Exp $ */
3 /* Generic alloca.h */
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-current/external/gpl3/binutils.old/dist/include/
H A Dalloca-conf.h23 # include <alloca.h>
26 # if !defined alloca
27 # define alloca __builtin_alloca macro
35 #pragma alloca
39 # define alloca _alloca macro
41 # if !defined alloca
46 extern "C" void *alloca (size_t);
48 extern void *alloca (size_t);
51 extern void *alloca ();
54 extern char *alloca ();
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dalloca-conf.h23 # include <alloca.h>
26 # if !defined alloca
27 # define alloca __builtin_alloca macro
35 #pragma alloca
39 # define alloca _alloca macro
41 # if !defined alloca
46 extern "C" void *alloca (size_t);
48 extern void *alloca (size_t);
51 extern void *alloca ();
54 extern char *alloca ();
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dalloca-conf.h23 # include <alloca.h>
26 # if !defined alloca
27 # define alloca __builtin_alloca macro
35 #pragma alloca
39 # define alloca _alloca macro
41 # if !defined alloca
46 extern "C" void *alloca (size_t);
48 extern void *alloca (size_t);
51 extern void *alloca ();
54 extern char *alloca ();
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dalloca-conf.h23 # include <alloca.h>
26 # if !defined alloca
27 # define alloca __builtin_alloca macro
35 #pragma alloca
39 # define alloca _alloca macro
41 # if !defined alloca
46 extern "C" void *alloca (size_t);
48 extern void *alloca (size_t);
51 extern void *alloca ();
54 extern char *alloca ();
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-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-current/external/gpl2/gettext/dist/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-current/external/gpl2/gettext/dist/gettext-tools/gnulib-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-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
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-current/external/gpl2/gettext/dist/gnulib-local/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-current/external/gpl2/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-current/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-current/lib/libc/compat/gen/
H A Dcompat_alloca.c3 __warn_references(alloca,
4 "Warning: reference to the libc supplied alloca(3); this most likely will "
5 "not work. Please use the compiler provided version of alloca(3), by "
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dalloca.in.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
38 /* Some version of mingw have an <alloca.h> that causes trouble when
39 included after 'alloca' gets defined as a macro. As a workaround,
40 include this <alloca.h> first and define 'alloca' as a macro afterwards
43 # include_next <alloca.h>
46 #ifndef alloca
48 # define alloca macro
50 # define alloca macro
53 # define alloca macro
55 # define alloca macro
62 # define alloca macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dalloca.h27 means there is a real alloca function. */
31 /* alloca (N) returns a pointer to N bytes of memory
33 Use of alloca should be avoided:
42 #ifndef alloca
43 /* Some version of mingw have an <alloca.h> that causes trouble when
44 included after 'alloca' gets defined as a macro. As a workaround,
45 include this <alloca.h> first and define 'alloca' as a macro afterwards
48 # include_next <alloca.h>
51 #ifndef alloca
53 # define alloca macro
55 # define alloca macro
58 # define alloca macro
60 # define alloca macro
67 # define alloca macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dalloca.h27 means there is a real alloca function. */
31 /* alloca (N) returns a pointer to N bytes of memory
33 Use of alloca should be avoided:
42 #ifndef alloca
43 /* Some version of mingw have an <alloca.h> that causes trouble when
44 included after 'alloca' gets defined as a macro. As a workaround,
45 include this <alloca.h> first and define 'alloca' as a macro afterwards
48 # include_next <alloca.h>
51 #ifndef alloca
53 # define alloca macro
55 # define alloca macro
58 # define alloca macro
60 # define alloca macro
67 # define alloca macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dalloca.h27 means there is a real alloca function. */
31 /* alloca (N) returns a pointer to N bytes of memory
33 Use of alloca should be avoided:
42 #ifndef alloca
43 /* Some version of mingw have an <alloca.h> that causes trouble when
44 included after 'alloca' gets defined as a macro. As a workaround,
45 include this <alloca.h> first and define 'alloca' as a macro afterwards
48 # include_next <alloca.h>
51 #ifndef alloca
53 # define alloca macro
55 # define alloca macro
58 # define alloca macro
60 # define alloca macro
67 # define alloca macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/arm/gnulib/import/
H A Dalloca.h27 means there is a real alloca function. */
31 /* alloca (N) returns a pointer to N bytes of memory
33 Use of alloca should be avoided:
42 #ifndef alloca
43 /* Some version of mingw have an <alloca.h> that causes trouble when
44 included after 'alloca' gets defined as a macro. As a workaround,
45 include this <alloca.h> first and define 'alloca' as a macro afterwards
48 # include_next <alloca.h>
51 #ifndef alloca
53 # define alloca macro
55 # define alloca macro
58 # define alloca macro
60 # define alloca macro
67 # define alloca macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/armeb/gnulib/import/
H A Dalloca.h27 means there is a real alloca function. */
31 /* alloca (N) returns a pointer to N bytes of memory
33 Use of alloca should be avoided:
42 #ifndef alloca
43 /* Some version of mingw have an <alloca.h> that causes trouble when
44 included after 'alloca' gets defined as a macro. As a workaround,
45 include this <alloca.h> first and define 'alloca' as a macro afterwards
48 # include_next <alloca.h>
51 #ifndef alloca
53 # define alloca macro
55 # define alloca macro
58 # define alloca macro
60 # define alloca macro
67 # define alloca macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/hppa/gnulib/import/
H A Dalloca.h27 means there is a real alloca function. */
31 /* alloca (N) returns a pointer to N bytes of memory
33 Use of alloca should be avoided:
42 #ifndef alloca
43 /* Some version of mingw have an <alloca.h> that causes trouble when
44 included after 'alloca' gets defined as a macro. As a workaround,
45 include this <alloca.h> first and define 'alloca' as a macro afterwards
48 # include_next <alloca.h>
51 #ifndef alloca
53 # define alloca macro
55 # define alloca macro
58 # define alloca macro
60 # define alloca macro
67 # define alloca macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/i386/gnulib/import/
H A Dalloca.h27 means there is a real alloca function. */
31 /* alloca (N) returns a pointer to N bytes of memory
33 Use of alloca should be avoided:
42 #ifndef alloca
43 /* Some version of mingw have an <alloca.h> that causes trouble when
44 included after 'alloca' gets defined as a macro. As a workaround,
45 include this <alloca.h> first and define 'alloca' as a macro afterwards
48 # include_next <alloca.h>
51 #ifndef alloca
53 # define alloca macro
55 # define alloca macro
58 # define alloca macro
60 # define alloca macro
67 # define alloca macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/m68000/gnulib/import/
H A Dalloca.h27 means there is a real alloca function. */
31 /* alloca (N) returns a pointer to N bytes of memory
33 Use of alloca should be avoided:
42 #ifndef alloca
43 /* Some version of mingw have an <alloca.h> that causes trouble when
44 included after 'alloca' gets defined as a macro. As a workaround,
45 include this <alloca.h> first and define 'alloca' as a macro afterwards
48 # include_next <alloca.h>
51 #ifndef alloca
53 # define alloca macro
55 # define alloca macro
58 # define alloca macro
60 # define alloca macro
67 # define alloca macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/m68k/gnulib/import/
H A Dalloca.h27 means there is a real alloca function. */
31 /* alloca (N) returns a pointer to N bytes of memory
33 Use of alloca should be avoided:
42 #ifndef alloca
43 /* Some version of mingw have an <alloca.h> that causes trouble when
44 included after 'alloca' gets defined as a macro. As a workaround,
45 include this <alloca.h> first and define 'alloca' as a macro afterwards
48 # include_next <alloca.h>
51 #ifndef alloca
53 # define alloca macro
55 # define alloca macro
58 # define alloca macro
60 # define alloca macro
67 # define alloca macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mips64eb/gnulib/import/
H A Dalloca.h27 means there is a real alloca function. */
31 /* alloca (N) returns a pointer to N bytes of memory
33 Use of alloca should be avoided:
42 #ifndef alloca
43 /* Some version of mingw have an <alloca.h> that causes trouble when
44 included after 'alloca' gets defined as a macro. As a workaround,
45 include this <alloca.h> first and define 'alloca' as a macro afterwards
48 # include_next <alloca.h>
51 #ifndef alloca
53 # define alloca macro
55 # define alloca macro
58 # define alloca macro
60 # define alloca macro
67 # define alloca macro
[all...]

Completed in 198 milliseconds

1234567891011>>