Home
last modified time | relevance | path

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

123

/ndk/sources/host-tools/sed-4.2.1/m4/
Dalloca.m41 # alloca.m4 serial 9
20 AC_CACHE_CHECK([for alloca as a compiler built-in], [gl_cv_rpl_alloca], [
21 AC_EGREP_CPP([Need own alloca], [
23 Need own alloca
28 dnl OK, alloca can be implemented through a compiler built-in.
30 [Define to 1 if you have 'alloca' after including <alloca.h>,
32 ALLOCA_H=alloca.h
34 dnl alloca exists as a library function, i.e. it is slow and probably
39 ALLOCA_H=alloca.h
44 # Prerequisites of lib/alloca.c.
Dgnulib-comp.m4225 # and alloca is special cased (for the alloca-opt module).
229 m4_if(_gl_NAME, [alloca.c], [], [
252 # and alloca is special cased (for the alloca-opt module).
256 m4_if(_gl_NAME, [alloca.c], [], [
271 lib/alloca.c
272 lib/alloca.in.h
358 m4/alloca.m4
/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.in.h39 #ifndef alloca
41 # define alloca __builtin_alloca macro
43 # define alloca __alloca macro
46 # define alloca _alloca macro
48 # define alloca __ALLOCA macro
54 void *alloca (size_t);
Dgnulib.mk52 EXTRA_DIST += alloca.c
54 EXTRA_libsed_a_SOURCES += alloca.c
66 alloca.h: alloca.in.h
68 cat $(srcdir)/alloca.in.h; \
71 MOSTLYCLEANFILES += alloca.h alloca.h-t
73 EXTRA_DIST += alloca.in.h
Dalloca.c49 # ifndef alloca
153 alloca (size_t size) in alloca() function
DMakefile.in49 $(srcdir)/Makefile.in $(srcdir)/gnulib.mk alloca.c
53 $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/alloca.m4 \
600 EXTRA_DIST = acl-internal.h acl.h acl_entries.c alloca.c alloca.in.h \
622 MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t errno.h \
643 EXTRA_libsed_a_SOURCES = acl_entries.c alloca.c btowc.c basename.c \
711 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Po@am__quote@
1062 alloca.h: alloca.in.h
1064 cat $(srcdir)/alloca.in.h; \
/ndk/sources/host-tools/sed-4.2.1/
Dbootstrap.sh.in115 cp alloca.in.h alloca.h || exit 1
116 ${CC} -DHAVE_CONFIG_H -I.. -I. -c alloca.c || exit 1
Dbootstrap.sh115 cp alloca.in.h alloca.h || exit 1
116 ${CC} -DHAVE_CONFIG_H -I.. -I. -c alloca.c || exit 1
/ndk/sources/host-tools/make-3.81/
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)
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()
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 …]
Dalloca.c44 #ifndef alloca
171 alloca (unsigned size) in alloca() function
Dar.c279 state.arname = (char *) alloca (i + 2); in ar_glob()
293 names = (char **) alloca (state.n * sizeof (char *)); in ar_glob()
Dmake.lnk1 …o"+"ar.o"+"arscan.o"+"signame.o"+"remote-stub.o"+"getopt.o"+"getopt1.o"+"alloca.o"+"amiga.o"+"hash…
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)
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.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
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()
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
Dcommands.c60 at = (char *) alloca (p - file->name + 1); in set_file_variables()
64 percent = (char *) alloca (len); in set_file_variables()
Drule.c190 percents = (char **) alloca (2 * sizeof (char *)); in convert_suffix_rule()
233 rulename = (char *) alloca ((maxsuffix * 2) + 1); in convert_to_pattern()
Dstrcache.c158 char *key = alloca (len + 1); in strcache_add_len()
/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

123