Home | History | Annotate | Download | only in intl

Lines Matching defs:alloca

37 # undef  alloca
38 # define alloca __builtin_alloca
43 # define alloca _alloca
46 # include <alloca.h>
49 #pragma alloca
51 # ifndef alloca
52 char *alloca ();
467 /* For those losing systems which don't have `alloca' we have to add
472 # define alloca(n) malloc (n)
808 charset = (char *) alloca (len + 1);
858 tmp = (char *) alloca (len + 10 + 1);
1088 alloca (n_sysdep_segments * sizeof (const char *));