| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | alloca-conf.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 ();
|
| D | libiberty.h | 188 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \ 357 #define XALLOCA(T) ((T *) alloca (sizeof (T))) 365 #define XALLOCAVEC(T, N) ((T *) alloca (sizeof (T) * (N))) 374 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) 731 #undef alloca 733 # define alloca(x) __builtin_alloca(x) macro 738 char *const libiberty_nptr = (char *) alloca (libiberty_len); \ 741 # define alloca(x) C_alloca(x) macro 752 libiberty_nptr = (char *) alloca (libiberty_len), \
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | alloca-conf.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 ();
|
| D | libiberty.h | 188 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \ 357 #define XALLOCA(T) ((T *) alloca (sizeof (T))) 365 #define XALLOCAVEC(T, N) ((T *) alloca (sizeof (T) * (N))) 374 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) 731 #undef alloca 733 # define alloca(x) __builtin_alloca(x) macro 738 char *const libiberty_nptr = (char *) alloca (libiberty_len); \ 741 # define alloca(x) C_alloca(x) macro 752 libiberty_nptr = (char *) alloca (libiberty_len), \
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | alloca.m4 | 1 # alloca.m4 serial 5 20 AC_EGREP_CPP([Need own alloca], [ 22 Need own alloca 26 [Define to 1 if you have `alloca' after including <alloca.h>, 28 ALLOCA_H=alloca.h], 31 ALLOCA_H=alloca.h 37 that includes <alloca.h> only if HAVE_ALLOCA_H is defined.]) 40 # Prerequisites of lib/alloca.c.
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_malloc.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_t);
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | putenv.c | 33 #pragma alloca 54 # ifndef alloca 56 # define alloca __builtin_alloca macro 58 extern char *alloca (); 76 char *name = (char *) alloca (name_end - string + 1); in putenv()
|
| D | acinclude.m4 | 138 # We always want a C version of alloca() compiled into libiberty, 139 # because native-compiler support for the real alloca is so !@#$% 142 # information alloca.c needs. 144 [AC_CACHE_CHECK(whether alloca needs Cray hooks, ac_cv_os_cray, 157 systems. This function is required for alloca.c support on those 162 AC_CACHE_CHECK(stack direction for C alloca, ac_cv_c_stack_direction,
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | putenv.c | 33 #pragma alloca 54 # ifndef alloca 56 # define alloca __builtin_alloca macro 58 extern char *alloca (); 76 char *name = (char *) alloca (name_end - string + 1); in putenv()
|
| D | acinclude.m4 | 138 # We always want a C version of alloca() compiled into libiberty, 139 # because native-compiler support for the real alloca is so !@#$% 142 # information alloca.c needs. 144 [AC_CACHE_CHECK(whether alloca needs Cray hooks, ac_cv_os_cray, 157 systems. This function is required for alloca.c support on those 162 AC_CACHE_CHECK(stack direction for C alloca, ac_cv_c_stack_direction,
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | putenv.c | 33 #pragma alloca 54 # ifndef alloca 56 # define alloca __builtin_alloca macro 58 extern char *alloca (); 76 char *name = (char *) alloca (name_end - string + 1); in putenv()
|
| D | acinclude.m4 | 138 # We always want a C version of alloca() compiled into libiberty, 139 # because native-compiler support for the real alloca is so !@#$% 142 # information alloca.c needs. 144 [AC_CACHE_CHECK(whether alloca needs Cray hooks, ac_cv_os_cray, 157 systems. This function is required for alloca.c support on those 162 AC_CACHE_CHECK(stack direction for C alloca, ac_cv_c_stack_direction,
|
| /netbsd/src/external/bsd/openldap/dist/include/ac/ |
| D | alloca.h | 29 # define alloca __builtin_alloca macro 35 #pragma alloca 37 # ifndef alloca /* predefined by HP cc +Olibcalls */ 38 extern char *(alloca)();
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | alloca_.h | 38 # define alloca __builtin_alloca macro 40 # define alloca __alloca macro 43 # define alloca _alloca macro 49 void *alloca (size_t);
|
| /netbsd/src/external/gpl3/gcc/dist/intl/ |
| D | localealias.c | 38 # undef alloca 39 # define alloca __builtin_alloca macro 44 # define alloca _alloca macro 50 #pragma alloca 52 # ifndef alloca 53 char *alloca (); 109 # define alloca(n) malloc (n) macro 227 full_fname = (char *) alloca (fname_len + sizeof aliasfile);
|
| D | dcigettext.c | 33 # define alloca __builtin_alloca macro 38 # define alloca _alloca macro 44 #pragma alloca 46 # ifndef alloca 47 char *alloca (); 356 # undef alloca 357 # define alloca(size) (malloc (size)) macro 487 alloca (offsetof (struct known_translation_t, msgid) + msgid_len); 545 dirname = (char *) alloca (path_max + dirname_len); 570 xdomainname = (char *) alloca (strlen (categoryname) [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | libiberty.h | 188 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \ 357 #define XALLOCA(T) ((T *) alloca (sizeof (T))) 365 #define XALLOCAVEC(T, N) ((T *) alloca (sizeof (T) * (N))) 374 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) 731 #undef alloca 733 # define alloca(x) __builtin_alloca(x) macro 738 char *const libiberty_nptr = (char *) alloca (libiberty_len); \ 741 # define alloca(x) C_alloca(x) macro 752 libiberty_nptr = (char *) alloca (libiberty_len), \
|
| /netbsd/src/external/bsd/tre/dist/lib/ |
| D | tre-alloca.h | 9 #pragma alloca 11 # ifndef alloca /* predefined by HP cc +Olibcalls */ 12 char *alloca ();
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-framefilter.c | 87 bf = (foobar *) alloca (sizeof (foobar)); in funca() 88 bf->nothing = (char *) alloca (128); in funca() 115 bf = (foobar *) alloca (sizeof (foobar)); in func2() 116 bf->nothing = (char *) alloca (128); in func2()
|
| /netbsd/src/sys/arch/atari/stand/installboot/ |
| D | installboot.c | 144 dn = alloca(dnlen); in main() 246 xxboot = alloca(xxbootlen); in install_fd() 248 bootxx = alloca(xxbootlen); in install_fd() 315 xxb00t = alloca(xxb00tlen); in install_hd() 317 xxboot = alloca(xxb00tlen); in install_hd() 323 xxboot = alloca(xxbootlen); in install_hd() 328 bootxx = alloca(bootxxlen); in install_hd()
|
| /netbsd/src/external/bsd/tre/dist/win32/ |
| D | tre-config.h.in | 4 /* Define to 1 if you have `alloca', as a function or macro. */ 7 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 32 /* Define if you want TRE to use alloca() instead of malloc() when allocating
|
| /netbsd/src/lib/libc/arch/x86_64/gen/ |
| D | alloca.S | 9 ENTRY(alloca) 17 END(alloca)
|
| /netbsd/src/lib/libc/arch/i386/gen/ |
| D | alloca.S | 44 ENTRY(alloca) 57 END(alloca)
|
| /netbsd/src/lib/libc/arch/m68k/gen/ |
| D | alloca.S | 48 ENTRY(alloca) 61 END(alloca)
|
| /netbsd/src/lib/libc/arch/arm/gen/ |
| D | alloca.S | 39 ENTRY(alloca) 53 END(alloca)
|