Home
last modified time | relevance | path

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

12

/ndk/sources/host-tools/make-3.81/
Dmake.lnk1 …o"+"ar.o"+"arscan.o"+"signame.o"+"remote-stub.o"+"getopt.o"+"getopt1.o"+"alloca.o"+"amiga.o"+"hash…
Dmake.h32 #pragma alloca
34 # ifndef alloca /* predefined by HP cc +Olibcalls */
35 char *alloca ();
153 # define PATH_VAR(var) char *var = (char *) alloca (GET_PATH_MAX)
Dalloca.c44 #ifndef alloca
171 alloca (unsigned size) in alloca() function
Dexpand.c336 pattern = (char *) alloca (subst_end - subst_beg + 2); in variable_expand_string()
341 replace = (char *) alloca (replace_end in variable_expand_string()
438 tmp = (char *) alloca (end - str + 1); in expand_argument()
Dar.c279 state.arname = (char *) alloca (i + 2); in ar_glob()
293 names = (char **) alloca (state.n * sizeof (char *)); in ar_glob()
DSMakefile67 # If your system doesn't have alloca, or the one provided is bad, define this.
68 ALLOCA = alloca.o
69 ALLOCA_SRC = $(srcdir)alloca.c
72 # System V probably need -lPW for alloca. HP-UX 7.0's alloca in
74 # alloca.c instead on those machines.
218 # .deps/alloca.Po
Dmain.c1331 p = value = (char *) alloca (len); in main()
1488 template = (char *) alloca (strlen (tmpdir) in main()
2040 sgi_loses = (char *) alloca (40); in main()
2047 sgi_loses = (char *) alloca (40); in main()
2069 char *b = alloca (40); in main()
2360 value = (char *) alloca (oldlen + 1 + newlen + 1); in handle_non_switch_argument()
2573 char *varref = (char *) alloca (2 + len + 2); in decode_env_switches()
2593 argv = (char **) alloca ((1 + len + 1) * sizeof (char *)); in decode_env_switches()
2686 struct flag *new = (struct flag *) alloca (sizeof (struct flag)); \ in define_makeflags()
2734 char *buf = (char *) alloca (30); in define_makeflags()
[all …]
Dimplicit.c226 register char *depname = (char *) alloca (namelen + max_pattern_dep_length); in pattern_search()
244 = (unsigned int *) alloca (num_pattern_rules * sizeof (unsigned int)); in pattern_search()
249 = (char *) alloca (num_pattern_rules * sizeof (char)); in pattern_search()
727 = (struct file *) alloca (sizeof (struct file)); in pattern_search()
Dconfig.h-vms54 This function is required for alloca.c support on those systems. */
70 /* Define if you have alloca, as a function or macro. */
73 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
176 /* If using the C implementation of alloca, define if you know the
420 /* Define if using alloca.c. */
424 #define alloca(n) __ALLOCA(n)
Dconfig.ami25 /* Define if using alloca.c. */
35 This function is required for alloca.c support on those systems. */
51 /* Define if you have alloca, as a function or macro. */
54 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
152 /* If using the C implementation of alloca, define if you know the
Dconfig.h.in7 systems. This function is required for `alloca.c' support on those systems.
11 /* Define to 1 if using `alloca.c'. */
31 /* Define to 1 if you have `alloca', as a function or macro. */
34 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
356 /* If using the C implementation of alloca, define if you know the
Dstrcache.c158 char *key = alloca (len + 1); in strcache_add_len()
Dconfig.h.W3233 systems. This function is required for `alloca.c' support on those systems.
37 /* Define to 1 if using `alloca.c'. */
57 /* Define to 1 if you have `alloca', as a function or macro. */
60 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
343 /* If using the C implementation of alloca, define if you know the
Dfunction.c287 char *new_chars = (char *) alloca (len); in pattern_matches()
944 struct a_pattern *pat = (struct a_pattern *) alloca (sizeof (struct a_pattern)); in func_filter_filterout()
967 struct a_word *word = (struct a_word *) alloca (sizeof (struct a_word)); in func_filter_filterout()
1094 p = msg = (char *) alloca (len + 1); in func_error()
1615 error_prefix = (char *) alloca (strlen (reading_file->filenm)+11+4); in func_shell()
2169 argvp = argv = (char **) alloca (sizeof (char *) * (nargs + 2)); in handle_function()
2283 body = (char *) alloca (flen + 4); in func_call()
Drule.c190 percents = (char **) alloca (2 * sizeof (char *)); in convert_suffix_rule()
233 rulename = (char *) alloca ((maxsuffix * 2) + 1); in convert_to_pattern()
Dcommands.c60 at = (char *) alloca (p - file->name + 1); in set_file_variables()
64 percent = (char *) alloca (len); in set_file_variables()
DMakefile.ami62 ALLOCA = alloca.o
63 ALLOCA_SRC = $(srcdir)alloca.c
Darscan.c596 name = (char *) alloca (namesize + 1); in ar_scan()
667 namemap = (char *) alloca (eltsize); in ar_scan()
Dvariable.c363 char *vname = alloca (length + 1); in lookup_variable()
387 nvalue = alloca (strlen (value) + scnt + 1); in lookup_variable()
1079 p = (char *) alloca (oldlen + 1 + vallen + 1); in do_variable_definition()
1310 name = (char *) alloca (end - beg + 1); in parse_variable_definition()
Ddir.c792 dirname = (char *) alloca (dirend - name + 1); in file_exists_p()
852 dirname = (char *) alloca (dirend - p + 1); in file_impossible()
933 dirname = (char *) alloca (dirend - filename + 1); in file_impossible_p()
Dconfigh.dos40 /* Define to 1 if you have `alloca', as a function or macro. */
Dread.c411 alloca (0); in eval_makefile()
443 alloca (0); in eval_buffer()
1331 char *var = (char *) alloca (namelen + 1); in do_define()
1629 s1 = (char *) alloca (len + 1); in conditional_line()
2407 libname = (char *) alloca (paren - n->name + 1); in parse_file_seq()
Dvmsjobs.c306 char *cmd = alloca (strlen (argv) + 512), *p, *q; in child_execute_job()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c20 #pragma alloca
213 # undef alloca
214 # define alloca(n) __builtin_alloca (n) macro
223 extern char *alloca ();
229 # define __alloca alloca
DChangeLog139 use void * for my_realloc; include <malloc.h> for alloca.
151 * posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].

12