Searched refs:alloca (Results 201 - 225 of 408) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcorelow.c455 contents = alloca (size);
H A Ddisasm.c170 mle = (struct dis_line_entry *) alloca (nlines
H A Df-exp.c271 /* The parser invokes alloca or xmalloc; define the necessary symbols. */
274 # define YYSTACK_ALLOC alloca
277 # if defined (alloca) || defined (_ALLOCA_H)
278 # define YYSTACK_ALLOC alloca
2438 char *err_copy = (char *) alloca (p - tokstart + 1);
H A Dinfptrace.c489 /* Set an upper limit on alloca. */
557 buffer = (PTRACE_XFER_TYPE *) alloca (alloc);
H A Djv-exp.c262 /* The parser invokes alloca or xmalloc; define the necessary symbols. */
265 # define YYSTACK_ALLOC alloca
268 # if defined (alloca) || defined (_ALLOCA_H)
269 # define YYSTACK_ALLOC alloca
2385 char *err_copy = (char *) alloca (p - tokstart + 1);
H A Dmipsfbsd-tdep.c262 buf = alloca (FBSD_MIPS_JB_ELEMENT_SIZE);
H A Dosabi.c426 note = alloca (sectsize);
H A Dparse.c645 tmp = (char *) alloca (prefix_len + end - start + 3);
797 temp = (struct expression *) alloca (len);
995 arglens = (int *) alloca (args * sizeof (int));
1058 namecopy = (char *) alloca (strlen (lexptr) + 1);
H A Dprintcmd.c1769 f = string = (char *) alloca (strlen (s) + 1);
1836 substrings = alloca (strlen (string) * 2);
1855 argclass = (enum argclass *) alloca (strlen (s) * sizeof *argclass);
1966 str = (char *) alloca (j + 1);
H A Dsolib.c132 temp_pathname = alloca (prefix_len + strlen (in_pathname) + 1);
H A Dada-exp.c302 /* The parser invokes alloca or xmalloc; define the necessary symbols. */
305 # define YYSTACK_ALLOC alloca
308 # if defined (alloca) || defined (_ALLOCA_H)
309 # define YYSTACK_ALLOC alloca
H A Dm2-exp.c292 /* The parser invokes alloca or xmalloc; define the necessary symbols. */
295 # define YYSTACK_ALLOC alloca
298 # if defined (alloca) || defined (_ALLOCA_H)
299 # define YYSTACK_ALLOC alloca
2455 char *err_copy = (char *) alloca (p - tokstart + 1);
H A Dobjc-exp.y688 tmp_token.ptr = (char*) alloca ($4.length + 2);
1430 char *err_copy = (char *) alloca (p - tokstart + 1);
1729 char *ncopy = alloca (strlen (tmp) +
H A Dp-exp.y310 stringsval.ptr = alloca (strlen (arrayname) + 1);
1233 char *err_copy = (char *) alloca (p - tokstart + 1);
1576 char *ncopy = alloca (strlen (tmp)+strlen (namestart)+3);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-stack.c94 buf = (char*) alloca (status_size + 1);
H A Dtui.c247 char* cmd = alloca (strlen (tui_commands[i].cmd) + 1);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c887 # include <alloca.h>
916 vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
1043 # include <alloca.h>
1051 vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddevice.c43 #include <alloca.h>
/freebsd-11-stable/stand/pc98/libpc98/
H A Dbioscd.c326 bbuf = alloca(x * BIOSCD_SECSIZE);
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Darmv4-mont.S44 sub sp,sp,r0 @ alloca(4*num)
196 mov sp,r7 @ alloca
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c608 --wrap=mmap --wrap=munmap --wrap=alloca\
2855 commands = alloca (n_commands * sizeof (struct command));
2960 argv = alloca ((argc + 3) * sizeof (char *));
3015 statuses = alloca (n_commands * sizeof (int));
3021 times = alloca (n_commands * sizeof (struct pex_time));
3476 char *nstore = alloca (strlen (temp) + 3);
3510 char *nstore = alloca (strlen (temp) + 3);
3543 char *nstore = alloca (strlen (temp) + 3);
3591 new_argv = (const char **) alloca ((optc + argc) * sizeof(char *));
4574 tmp_spec = alloca (strle
[all...]
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h346 # define alloca _alloca macro
349 # include <alloca.h>
355 type *name = alloca(sizeof(type) * (count))
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c34 #include <alloca.h>
703 name = alloca(strlen(s) + 1);
974 name = alloca(ddp->dd_name ? strlen(ddp->dd_name) + 20 : 20);
H A Ddt_ident.c37 #include <alloca.h>
192 s = alloca(strlen(idp->di_iarg) + 1);
861 ids = alloca(sizeof (dt_ident_t *) * n);
H A Ddt_options.c42 #include <alloca.h>
176 buf = alloca(len);
907 dof = alloca(hdr.dofh_loadsz);

Completed in 213 milliseconds

1234567891011>>