Lines Matching refs:alloca
683 - * localealias.c [!HAVE_ALLOCA]: Define alloca as macro using
746 - * dcgettext.c [!HAVE_ALLOCA]: Define macro alloca by using malloc.
757 - * dcgettext.c [!HAVE_ALLOCA]: Add code for handling missing alloca
761 - alloca code.
1562 -# define alloca __builtin_alloca
1566 -# include <alloca.h>
1569 - #pragma alloca
1571 -# ifndef alloca
1572 -char *alloca ();
1708 -/* For those loosing systems which don't have `alloca' we have to add
1739 -# undef alloca
1740 -# define alloca(size) (malloc (size))
1741 -#endif /* have alloca */
1813 - dirname = (char *) alloca (path_max + dirname_len);
1820 - dirname = (char *) alloca (path_max + dirname_len);
1841 - xdomainname = (char *) alloca (strlen (categoryname)
1850 - single_locale = (char *) alloca (strlen (categoryvalue) + 1);
3978 -# define alloca __builtin_alloca
3982 -# include <alloca.h>
3985 - #pragma alloca
3987 -# ifndef alloca
3988 -char *alloca ();
4035 -/* For those loosing systems which don't have `alloca' we have to add
4066 -# undef alloca
4067 -# define alloca(size) (malloc (size))
4068 -#endif /* have alloca */
4153 - full_fname = (char *) alloca (fname_len + sizeof aliasfile);
4884 EXTRA_DIST = alloca.c ansi2knr.1 ansi2knr.c \