Home
last modified time | relevance | path

Searched refs:alloca (Results 1 – 5 of 5) sorted by relevance

/stdlib/
A Dalloca.h29 #undef alloca
32 extern void *alloca (size_t __size) __THROW;
35 # define alloca(size) __builtin_alloca (size) macro
A Dputenv.c19 #pragma alloca
42 # define alloca __builtin_alloca macro
44 extern char *alloca ();
A Dgmp-impl.h22 #if ! defined (alloca) && defined (__GNUC__)
23 #define alloca __builtin_alloca macro
30 #if ! defined (alloca)
41 #pragma alloca
45 #define alloca(x) __ALLOCA(x) macro
50 #if (! defined (alloca) && ! defined (HAVE_ALLOCA)) \
55 #define TMP_ALLOC(x) alloca(x)
A Dsetenv.c186 new_value = (char *) alloca (varlen); in __add_to_environ()
A DMakefile30 alloca.h fmtmsg.h \

Completed in 9 milliseconds