Lines Matching refs:alloca
33 # define alloca __builtin_alloca macro
38 # define alloca _alloca macro
44 #pragma alloca
46 # ifndef alloca
47 char *alloca ();
356 # undef alloca
357 # define alloca(size) (malloc (size)) macro
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);