HomeSort by: relevance | last modified time | path
    Searched defs:alloca (Results 1 - 25 of 193) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/lib/libc/arch/arm/gen/
alloca.S 1 /* $NetBSD: alloca.S,v 1.5 2013/08/17 01:07:45 matt Exp $ */
39 ENTRY(alloca) function
53 END(alloca)
  /src/lib/libc/arch/i386/gen/
alloca.S 1 /* $NetBSD: alloca.S,v 1.9 2014/05/23 02:34:19 uebayasi Exp $ */
34 * from: @(#)alloca.s 5.2 (Berkeley) 5/14/90
39 RCSID("$NetBSD: alloca.S,v 1.9 2014/05/23 02:34:19 uebayasi Exp $")
44 ENTRY(alloca) function
57 END(alloca)
  /src/lib/libc/arch/m68k/gen/
alloca.S 1 /* $NetBSD: alloca.S,v 1.9 2013/07/17 04:57:55 matt Exp $ */
40 RCSID("from: @(#)alloca.s 5.1 (Berkeley) 5/12/90")
42 RCSID("$NetBSD: alloca.S,v 1.9 2013/07/17 04:57:55 matt Exp $")
48 ENTRY(alloca) function
61 END(alloca)
  /src/lib/libc/arch/x86_64/gen/
alloca.S 1 /* $NetBSD: alloca.S,v 1.2 2014/05/22 15:01:56 uebayasi Exp $ */
6 RCSID("$NetBSD: alloca.S,v 1.2 2014/05/22 15:01:56 uebayasi Exp $")
9 ENTRY(alloca) function
17 END(alloca)
  /src/lib/libc/gen/
Lint_alloca.c 12 alloca(size_t size) function
  /src/external/gpl3/binutils/dist/include/
alloca-conf.h 23 # 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...]
  /src/external/gpl3/binutils.old/dist/include/
alloca-conf.h 23 # 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...]
  /src/external/gpl3/gdb/dist/include/
alloca-conf.h 23 # 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...]
  /src/external/gpl3/gdb.old/dist/include/
alloca-conf.h 23 # 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...]
  /src/lib/libc/arch/vax/gen/
alloca.S 33 /* .asciz "@(#)alloca.s 8.1 (Berkeley) 6/4/93" */
34 RCSID("$NetBSD: alloca.S,v 1.5 2011/11/21 16:17:48 chs Exp $")
37 ENTRY(alloca, 0) function
47 END(alloca)
  /src/external/bsd/openldap/dist/include/ac/
alloca.h 1 /* $NetBSD: alloca.h,v 1.4 2025/09/05 21:16:20 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)();
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
alloca_.h 24 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...]
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
alloca_.h 24 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...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
alloca_.h 24 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...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
alloca_.h 24 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...]
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
alloca_.h 24 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...]
  /src/external/gpl2/gettext/include/
alloca.h 24 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...]
  /src/external/gpl2/xcvs/dist/lib/
alloca_.h 22 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);
  /src/external/gpl3/gdb/dist/gnulib/import/
alloca.in.h 20 means there is a real alloca function. */
24 /* alloca (N) returns a pointer to N bytes of memory
26 Use of alloca should be avoided:
35 #ifndef alloca
36 /* Some version of mingw have an <alloca.h> that causes trouble when
37 included after 'alloca' gets defined as a macro. As a workaround,
38 include this <alloca.h> first and define 'alloca' as a macro afterwards
41 # include_next <alloca.h>
44 #ifndef alloca
46 # define alloca macro
48 # define alloca macro
51 # define alloca macro
53 # define alloca macro
60 # define alloca macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
alloca.h 25 means there is a real alloca function. */
29 /* alloca (N) returns a pointer to N bytes of memory
31 Use of alloca should be avoided:
40 #ifndef alloca
41 /* Some version of mingw have an <alloca.h> that causes trouble when
42 included after 'alloca' gets defined as a macro. As a workaround,
43 include this <alloca.h> first and define 'alloca' as a macro afterwards
46 # include_next <alloca.h>
49 #ifndef alloca
51 # define alloca macro
53 # define alloca macro
56 # define alloca macro
58 # define alloca macro
65 # define alloca macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
alloca.h 25 means there is a real alloca function. */
29 /* alloca (N) returns a pointer to N bytes of memory
31 Use of alloca should be avoided:
40 #ifndef alloca
41 /* Some version of mingw have an <alloca.h> that causes trouble when
42 included after 'alloca' gets defined as a macro. As a workaround,
43 include this <alloca.h> first and define 'alloca' as a macro afterwards
46 # include_next <alloca.h>
49 #ifndef alloca
51 # define alloca macro
53 # define alloca macro
56 # define alloca macro
58 # define alloca macro
65 # define alloca macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
alloca.h 25 means there is a real alloca function. */
29 /* alloca (N) returns a pointer to N bytes of memory
31 Use of alloca should be avoided:
40 #ifndef alloca
41 /* Some version of mingw have an <alloca.h> that causes trouble when
42 included after 'alloca' gets defined as a macro. As a workaround,
43 include this <alloca.h> first and define 'alloca' as a macro afterwards
46 # include_next <alloca.h>
49 #ifndef alloca
51 # define alloca macro
53 # define alloca macro
56 # define alloca macro
58 # define alloca macro
65 # define alloca macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
alloca.h 25 means there is a real alloca function. */
29 /* alloca (N) returns a pointer to N bytes of memory
31 Use of alloca should be avoided:
40 #ifndef alloca
41 /* Some version of mingw have an <alloca.h> that causes trouble when
42 included after 'alloca' gets defined as a macro. As a workaround,
43 include this <alloca.h> first and define 'alloca' as a macro afterwards
46 # include_next <alloca.h>
49 #ifndef alloca
51 # define alloca macro
53 # define alloca macro
56 # define alloca macro
58 # define alloca macro
65 # define alloca macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
alloca.h 25 means there is a real alloca function. */
29 /* alloca (N) returns a pointer to N bytes of memory
31 Use of alloca should be avoided:
40 #ifndef alloca
41 /* Some version of mingw have an <alloca.h> that causes trouble when
42 included after 'alloca' gets defined as a macro. As a workaround,
43 include this <alloca.h> first and define 'alloca' as a macro afterwards
46 # include_next <alloca.h>
49 #ifndef alloca
51 # define alloca macro
53 # define alloca macro
56 # define alloca macro
58 # define alloca macro
65 # define alloca macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
alloca.h 25 means there is a real alloca function. */
29 /* alloca (N) returns a pointer to N bytes of memory
31 Use of alloca should be avoided:
40 #ifndef alloca
41 /* Some version of mingw have an <alloca.h> that causes trouble when
42 included after 'alloca' gets defined as a macro. As a workaround,
43 include this <alloca.h> first and define 'alloca' as a macro afterwards
46 # include_next <alloca.h>
49 #ifndef alloca
51 # define alloca macro
53 # define alloca macro
56 # define alloca macro
58 # define alloca macro
65 # define alloca macro
    [all...]

Completed in 41 milliseconds

1 2 3 4 5 6 7 8