Home | History | Annotate | Download | only in intl

Lines Matching defs:alloca

33 # define alloca __builtin_alloca
38 # define alloca _alloca
41 # include <alloca.h>
44 #pragma alloca
46 # ifndef alloca
47 char *alloca ();
324 /* For those loosing systems which don't have `alloca' we have to add
357 # undef alloca
358 # define alloca(size) (malloc (size))
360 #endif /* have alloca */
483 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
541 dirname = (char *) alloca (path_max + dirname_len);
566 xdomainname = (char *) alloca (strlen (categoryname)
575 single_locale = (char *) alloca