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 ();
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 */
487 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
545 dirname = (char *) alloca (path_max + dirname_len);
570 xdomainname = (char *) alloca (strlen (categoryname)
579 single_locale = (char *) alloca (strlen (categoryvalue) + 1);