Searched refs:alloca (Results 51 - 75 of 408) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d39 this->a = (char *)alloca(1);
H A Dtst.branch.d42 this->a = (char *)alloca(1);
/freebsd-11-stable/contrib/gcc/config/
H A Dsvr3.h144 func_ptr *p, *beg = alloca (0); \
156 func_ptr *p, *beg = alloca (0); \
/freebsd-11-stable/lib/libc/arm/gen/
H A DMakefile.inc4 SRCS+= _ctx_start.S _setjmp.S _set_tp.c alloca.S fabs.c \
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h24 On Linux* OS, alloca() function is declared in <alloca.h> header, while on
25 Windows* OS there is no <alloca.h> header, function _alloca() (note
34 alloca
92 // Include alloca() declaration.
96 #define alloca _alloca // Allow to use alloca() with no underscore. macro
101 #include <alloca.h> // Linux* OS and OS X*: alloc() declared in "alloca".
/freebsd-11-stable/contrib/gcc/
H A Dintl.c95 wchar_t *wmsgstr = alloca ((nwcs + 1) * sizeof (wchar_t));
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoff-solib.c74 lib = (unsigned char *) alloca (libsize);
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dssp.c38 # include <alloca.h>
111 p = buf = alloca (len);
/freebsd-11-stable/contrib/com_err/
H A Dparse.y45 #if !defined(alloca) && !defined(HAVE_ALLOCA)
46 #define alloca(x) malloc(x)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d28 this->value = (int *)alloca(sizeof (int));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d41 this->f = (foo_t *)alloca(sizeof (foo_t));
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dparse.y45 #if !defined(alloca) && !defined(HAVE_ALLOCA)
46 #define alloca(x) malloc(x)
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h159 strings. Allocates memory using alloca. The arguments are
162 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \
588 /* Drastically simplified alloca configurator. If we're using GCC,
589 we use __builtin_alloca; otherwise we use the C alloca. The C
590 alloca is always available. You can override GCC by defining
593 to call alloca(0). */
595 #undef alloca macro
597 # define alloca(x) __builtin_alloca(x) macro
602 char *const libiberty_nptr = (char *const) alloca (libiberty_len); \
605 # define alloca( macro
[all...]
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h163 strings. Allocates memory using alloca. The arguments are
166 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \
616 /* Drastically simplified alloca configurator. If we're using GCC,
617 we use __builtin_alloca; otherwise we use the C alloca. The C
618 alloca is always available. You can override GCC by defining
621 to call alloca(0). */
623 #undef alloca macro
625 # define alloca(x) __builtin_alloca(x) macro
630 char *const libiberty_nptr = (char *const) alloca (libiberty_len); \
633 # define alloca( macro
[all...]
/freebsd-11-stable/usr.sbin/jail/
H A Dcommand.c337 val = alloca(strlen(comstring->s) + 1);
350 argv = alloca((8 + argc) * sizeof(char *));
353 argv[1] = acs = alloca(cs - val + 1);
367 argv[3] = acs = alloca(cs - addr + 1);
381 argv[argc++] = acs = alloca(len);
394 val = alloca(strlen(comstring->s) + 1);
407 argv = alloca((8 + argc) * sizeof(char *));
410 argv[1] = acs = alloca(cs - val + 1);
430 argv[argc++] = acs = alloca(len);
441 argv = alloca(
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Das.h51 # include <alloca.h>
57 #pragma alloca
59 # ifndef alloca /* predefined by HP cc +Olibcalls */
61 extern char *alloca ();
63 extern void *alloca ();
65 # endif /* alloca */
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dpe.c122 newname = alloca (strlen (oldname) + 4);
189 newname = alloca (strlen (oldname) + 11);
266 string = alloca (len + 1);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.d41 this->value = (int *)alloca(sizeof (int));
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware.c76 newsym = alloca (1 + strlen (asmname) + 1 + 10 + 1);
125 newsym = alloca (3 + strlen (asmname) + 1);
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c126 char *buf = alloca(strlen(dir) + strlen(name) +
147 char *p = alloca(strlen(name)+strlen(de->d_name)+2);
153 char *buf1 = alloca(strlen(dir1) + strlen(name) +
155 char *buf2 = alloca(strlen(dir2) + strlen(name) +
220 u_char *cmd = alloca(strlen(buf1)+strlen(buf2)+100);
308 char *p = alloca(strlen(name)+strlen(de->d_name)+2);
315 char *buf2 = alloca(strlen(dir2) + strlen(name) +
348 char *p = alloca(strlen(name)+strlen(de->d_name)+2);
358 char *buf1 = alloca(strlen(dir1) + strlen(name) +
432 char *buf1 = alloca(strle
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-interp.c103 char *str = strcpy (alloca (strlen (command_str) + 1), command_str);
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dutils.c45 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.unpriv_funcs.ksh41 BEGIN { x = alloca(10);
42 bcopy("alloca\n", x, 7);
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dsysfs.h82 path_to_sysctl(str, strlen(str) + 1, alloca(strlen(str) + 1))
/freebsd-11-stable/lib/libusb/
H A Dlibusb_global_linux.h45 #include <alloca.h>

Completed in 296 milliseconds

1234567891011>>