Searched refs:alloca (Results 226 - 250 of 408) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-rdp.c891 char *copy = alloca (args[2].n);
971 buf = alloca (len);
982 buf = alloca (len + 1);
H A Deval.c637 argvec = (struct value **) alloca (sizeof (struct value *) * nargs);
726 argvec = (struct value **) alloca (sizeof (struct value *)
969 argvec = (struct value **) alloca (sizeof (struct value *) * (nargs + 3));
1130 arg_types = (struct type **) alloca (nargs * (sizeof (struct type *)));
1185 arg_types = (struct type **) alloca (nargs * (sizeof (struct type *)));
1266 argvec = (struct value **) alloca (sizeof (struct value *) * (nargs + 2));
2248 char *tmp = (char *) alloca (length + 4);
H A Dsymfile.c1070 debugfile = alloca (strlen (debug_file_directory) + 1
1232 char *exename = alloca (strlen (name) + 5);
1854 alloca (SIZEOF_N_SECTION_OFFSETS (num_offsets)));
2583 char *buf = alloca (namelength + 1);
2637 char *buf = alloca (namelength + 1);
2650 buf = alloca (dem_namelength + 1);
3308 /* FIXME (alloca): Not safe if array is very large. */
3309 char *buf = alloca (len * TARGET_LONG_BYTES);
H A Ddbxread.c1141 p = alloca (n + 2);
1229 psymtab_include_list = (char **) alloca (includes_allocated *
1235 (struct partial_symtab **) alloca (dependencies_allocated *
1630 alloca ((includes_allocated *= 2) *
2033 alloca ((dependencies_allocated *= 2)
2220 p = alloca (n + 2);
H A Ddwarf2loc.c127 buf = (char *) alloca (regsize);
H A Dexec.c203 char *exename = alloca (strlen (filename) + 5);
H A Djv-valprint.c105 buf = alloca (TARGET_PTR_BIT / HOST_CHAR_BIT);
H A Dmacrotab.c555 cached_argv = alloca (cached_argv_size);
H A Dxcoffread.c788 ext_lnno = alloca (linesz);
2172 psymtab_include_list = (char **) alloca (includes_allocated *
2178 (struct partial_symtab **) alloca (dependencies_allocated *
2561 alloca ((includes_allocated *= 2) *
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c265 /* The parser invokes alloca or malloc; define the necessary symbols. */
272 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
277 # define alloca _alloca macro
279 # define YYSTACK_ALLOC alloca
297 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c93 buf = alloca(LDNS_IP4ADDRLEN*4 + len + 1);
107 buf = alloca(LDNS_IP6ADDRLEN*4 + len + 1);
956 nsaddrs = alloca(cnt*sizeof(*nsaddrs));
/freebsd-11-stable/usr.sbin/jail/
H A Dconfig.c341 tname = alloca(cs - value + 1);
658 cs = alloca(lnlen + 1);
719 value = alloca(vallen);
/freebsd-11-stable/contrib/gcc/
H A Dreg-stack.c509 clobber_reg = alloca (XVECLEN (body, 0) * sizeof (rtx));
2005 note_reg = alloca (i * sizeof (rtx));
2006 note_loc = alloca (i * sizeof (rtx *));
2007 note_kind = alloca (i * sizeof (enum reg_note));
2038 clobber_reg = alloca (XVECLEN (body, 0) * sizeof (rtx));
2039 clobber_loc = alloca (XVECLEN (body, 0) * sizeof (rtx *));
H A Ddefaults.h39 /* Store in OUTPUT a string (made with alloca) containing an
59 (char *) alloca (strlen (name_) + 32); \
H A Dipa-pure-const.c273 = (const char **) alloca ((noutputs) * sizeof (const char *));
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcmd.c41 #include <alloca.h>
760 cmd = alloca(cmd_size);
1389 cmd = alloca(cmd_size);
1479 cmd = alloca(cmd_size);
1540 cmd = alloca(cmd_size);
1849 cmd = alloca(cmd_size);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in129 CFILES = alloca.c argv.c asprintf.c atexit.c \
165 ./alloca.o ./argv.o \
496 ./alloca.o: $(srcdir)/alloca.c config.h $(INCDIR)/ansidecl.h \
499 $(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \
501 $(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.c422 buffer = alloca (strlen ("&L")
963 sym = alloca (strlen (sym_name) + 2);
971 stub = alloca (strlen (ptr_name) + 2);
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in129 CFILES = alloca.c argv.c asprintf.c atexit.c \
165 ./alloca.o ./argv.o \
513 ./alloca.o: $(srcdir)/alloca.c config.h $(INCDIR)/ansidecl.h \
516 $(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \
518 $(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_parser.c711 /* The parser invokes alloca or malloc; define the necessary symbols. */
718 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
723 # define alloca _alloca macro
725 # define YYSTACK_ALLOC alloca
743 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dinit.c576 char *debugdir = (char *) alloca (token->val.str.len - 3);
/freebsd-11-stable/lib/libc/stdtime/
H A Dstrptime.c548 zonestr = alloca(cp - buf + 1);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c42 #include <alloca.h>
1727 cmd = alloca(len);
1858 cmd = alloca(len);
1870 cmd = alloca(len);
/freebsd-11-stable/libexec/rtld-elf/
H A Dmap_object.c121 segs = alloca(sizeof(segs[0]) * hdr->e_phnum);
/freebsd-11-stable/contrib/opie/
H A Dconfigure2734 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
2736 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
2737 echo "configure:2738: checking for working alloca.h" >&5
2744 #include <alloca.h>
2746 char *p = alloca(2 * sizeof(int));
2769 echo $ac_n "checking for alloca""... $ac_c" 1>&6
2770 echo "configure:2771: checking for alloca" >&5
2779 # define alloca __builtin_alloca
2783 # define alloca _alloc
[all...]

Completed in 261 milliseconds

1234567891011>>