Home
last modified time | relevance | path

Searched refs:alloca (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dalloca-conf.h4 # ifndef alloca
5 # define alloca __builtin_alloca macro
9 #pragma alloca
15 extern PTR alloca (size_t);
17 extern PTR alloca ();
H A Dlibiberty.h162 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \
601 #undef alloca
603 # define alloca(x) __builtin_alloca(x) macro
608 char *const libiberty_nptr = (char *const) alloca (libiberty_len); \
611 # define alloca(x) C_alloca(x) macro
622 libiberty_nptr = (char *) alloca (libiberty_len), \
/openbsd/gnu/usr.bin/binutils/include/
H A Dalloca-conf.h4 # ifndef alloca
5 # define alloca __builtin_alloca macro
9 #pragma alloca
15 extern PTR alloca (size_t);
17 extern PTR alloca ();
H A Dlibiberty.h139 (libiberty_concat_ptr = alloca (concat_length ACONCAT_PARAMS + 1), \
308 #undef alloca
310 # define alloca(x) __builtin_alloca(x) macro
315 char *const libiberty_nptr = alloca (libiberty_len); \
318 # define alloca(x) C_alloca(x) macro
329 libiberty_nptr = alloca (libiberty_len), \
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010122-1.c4 extern void *alloca (__SIZE_TYPE__);
39 char * save = (char*) alloca (4); in test4()
53 char * save = (char*) alloca (4); in test5()
68 char * save = (char*) alloca (4); in test6()
116 char * save = (char*) alloca (4); in test10()
129 char * save = (char*) alloca (4); in test11()
143 char * save = (char*) alloca (4); in test12()
157 char * save = (char*) alloca (4); in dummy()
/openbsd/gnu/lib/libiberty/src/
H A Dputenv.c33 #pragma alloca
54 # ifndef alloca
56 # define alloca __builtin_alloca macro
58 extern char *alloca ();
76 char *name = (char *) alloca (name_end - string + 1); in putenv()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dbucomm.h112 # undef alloca
113 # define alloca __builtin_alloca macro
118 # ifndef alloca /* predefined by HP cc +Olibcalls */
120 char *alloca ();
122 void *alloca ();
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dbucomm.h124 # undef alloca
125 # define alloca __builtin_alloca macro
130 # ifndef alloca /* predefined by HP cc +Olibcalls */
132 char *alloca ();
134 void *alloca ();
/openbsd/gnu/gcc/intl/
H A Dlocalealias.c38 # undef alloca
39 # define alloca __builtin_alloca macro
44 # define alloca _alloca macro
50 #pragma alloca
52 # ifndef alloca
53 char *alloca ();
109 # define alloca(n) malloc (n) macro
227 full_fname = (char *) alloca (fname_len + sizeof aliasfile);
H A Ddcigettext.c33 # 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)
[all …]
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dlocalealias.c38 # undef alloca
39 # define alloca __builtin_alloca macro
44 # define alloca _alloca macro
50 #pragma alloca
52 # ifndef alloca
53 char *alloca ();
109 # define alloca(n) malloc (n) macro
224 full_fname = (char *) alloca (fname_len + sizeof aliasfile); in read_alias_file()
H A Dprintf.c25 # define alloca __builtin_alloca macro
30 # define alloca _alloca macro
36 #pragma alloca
38 # ifndef alloca
39 char *alloca ();
H A Ddcigettext.c33 # 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
482 alloca (offsetof (struct known_translation_t, msgid) + msgid_len); in DCIGETTEXT()
540 dirname = (char *) alloca (path_max + dirname_len); in DCIGETTEXT()
565 xdomainname = (char *) alloca (strlen (categoryname) in DCIGETTEXT()
[all …]
/openbsd/gnu/usr.bin/binutils/intl/
H A Ddcgettext.c25 # define alloca __builtin_alloca macro
32 #pragma alloca
34 # ifndef alloca
35 char *alloca ();
205 # undef alloca
206 # define alloca(size) (malloc (size)) macro
279 dirname = (char *) alloca (path_max + dirname_len);
286 dirname = (char *) alloca (path_max + dirname_len);
307 xdomainname = (char *) alloca (strlen (categoryname)
316 single_locale = (char *) alloca (strlen (categoryvalue) + 1);
H A Dlocalealias.c28 # define alloca __builtin_alloca macro
35 #pragma alloca
37 # ifndef alloca
38 char *alloca ();
124 # undef alloca
125 # define alloca(size) (malloc (size)) macro
228 full_fname = (char *) alloca (fname_len + sizeof aliasfile);
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A Ddcgettext.c25 # define alloca __builtin_alloca macro
32 #pragma alloca
34 # ifndef alloca
35 char *alloca ();
205 # undef alloca
206 # define alloca(size) (malloc (size)) macro
279 dirname = (char *) alloca (path_max + dirname_len);
286 dirname = (char *) alloca (path_max + dirname_len);
307 xdomainname = (char *) alloca (strlen (categoryname)
316 single_locale = (char *) alloca (strlen (categoryvalue) + 1);
H A Dlocalealias.c28 # define alloca __builtin_alloca macro
35 #pragma alloca
37 # ifndef alloca
38 char *alloca ();
124 # undef alloca
125 # define alloca(size) (malloc (size)) macro
228 full_fname = (char *) alloca (fname_len + sizeof aliasfile);
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dld.h36 # undef alloca
37 # define alloca __builtin_alloca macro
42 # ifndef alloca /* predefined by HP cc +Olibcalls */
44 char *alloca ();
46 void *alloca ();
/openbsd/gnu/lib/libiberty/include/
H A Dlibiberty.h162 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \
468 #undef alloca
470 # define alloca(x) __builtin_alloca(x) macro
475 char *const libiberty_nptr = (char *const) alloca (libiberty_len); \
478 # define alloca(x) C_alloca(x) macro
489 libiberty_nptr = (char *) alloca (libiberty_len), \
/openbsd/gnu/gcc/include/
H A Dlibiberty.h162 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \
591 #undef alloca
593 # define alloca(x) __builtin_alloca(x) macro
598 char *const libiberty_nptr = (char *const) alloca (libiberty_len); \
601 # define alloca(x) C_alloca(x) macro
612 libiberty_nptr = (char *) alloca (libiberty_len), \
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalealias.c35 # define alloca __builtin_alloca macro
42 #pragma alloca
44 # ifndef alloca
45 char *alloca ();
94 # define alloca(n) malloc (n) macro
205 full_fname = (char *) alloca (fname_len + sizeof aliasfile);
H A Dloadmsgcat.c37 # define alloca __builtin_alloca macro
44 #pragma alloca
46 # ifndef alloca
47 char *alloca ();
118 # define alloca(n) malloc (n) macro
260 charset = (char *) alloca (len + 1);
304 char *tmp = (char *) alloca (len + 10 + 1);
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DREADME.txt21 It may be worth avoiding creation of alloca's for formal arguments
25 then generate the alloca and patch up the existing code.
32 performance, and in that scenario we will need to emit the alloca
35 temporary, not an alloca.
/openbsd/regress/lib/libc/alloca/
H A Dalloca.c14 p = alloca(41); in main()
17 q = alloca(53); in main()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djcf-path.c170 char *f2 = alloca (len + 2);
196 char *buf = alloca (strlen (cp) + 3);
246 try = alloca (strlen (cp) + 50); in jcf_path_init()
304 extdirs = alloca (strlen (LIBGCJ_ZIP_FILE) + 1); in jcf_path_init()
351 char *buf = alloca (strlen (cp) + 3);
380 char *name = alloca (dirname_length

12345678910>>...29