Lines Matching refs:alloca
33 # define alloca __builtin_alloca
38 # define alloca _alloca
41 # include <alloca.h>
44 #pragma alloca
46 # ifndef alloca
47 char *alloca ();
323 /* For those loosing systems which don't have `alloca' we have to add
356 # undef alloca
357 # define alloca(size) (malloc (size))
359 #endif /* have alloca */
482 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
540 dirname = (char *) alloca (path_max + dirname_len);
565 xdomainname = (char *) alloca (strlen (categoryname)
574 single_locale = (char *) alloca (strlen (categoryvalue) + 1);