Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/ntp/include/
H A Dntp_malloc.h27 # ifndef alloca
28 # define alloca __builtin_alloca macro
31 # ifndef alloca
32 # define alloca __alloca macro
36 # ifndef alloca
37 # define alloca _alloca macro
41 void * alloca(size_t);
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.inet_ntop.d46 this->buf4a = alloca(sizeof (in_addr_t));
47 this->buf4b = alloca(sizeof (in_addr_t));
48 this->buf4c = alloca(sizeof (in_addr_t));
49 this->buf4d = alloca(sizeof (in_addr_t));
50 this->buf6a = alloca(sizeof (struct in6_addr));
51 this->buf6b = alloca(sizeof (struct in6_addr));
52 this->buf6c = alloca(sizeof (struct in6_addr));
53 this->buf6d = alloca(sizeof (struct in6_addr));
54 this->buf6e = alloca(sizeof (struct in6_addr));
55 this->buf6f = alloca(sizeof (struct in6_addr));
[all …]
H A Dtst.inet_ntoa6.d41 this->buf6a = alloca(sizeof (struct in6_addr));
42 this->buf6b = alloca(sizeof (struct in6_addr));
43 this->buf6c = alloca(sizeof (struct in6_addr));
44 this->buf6d = alloca(sizeof (struct in6_addr));
45 this->buf6e = alloca(sizeof (struct in6_addr));
46 this->buf6f = alloca(sizeof (struct in6_addr));
47 this->buf6g = alloca(sizeof (struct in6_addr));
H A Dtst.inet_ntoa.d38 this->buf4a = alloca(sizeof (in_addr_t));
39 this->buf4b = alloca(sizeof (in_addr_t));
40 this->buf4c = alloca(sizeof (in_addr_t));
41 this->buf4d = alloca(sizeof (in_addr_t));
H A Dtst.ddi_pathname.d33 this->dev = (struct dev_info *)alloca(sizeof (struct dev_info));
35 (struct ddi_minor_data *)alloca(sizeof (struct ddi_minor_data));
37 (struct ddi_minor_data *)alloca(sizeof (struct ddi_minor_data));
39 (struct ddi_minor_data *)alloca(sizeof (struct ddi_minor_data));
H A Derr.badalloca2.d41 ptr = alloca(10);
42 ptr = alloca(0xffffffffffffffff);
H A Dtst.copyinto.d43 envp = alloca(sizeof (uint32_t));
52 envp = alloca(sizeof (uint64_t));
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DHoistAllocas.cpp41 func.getBody().walk<mlir::WalkOrder::PostOrder>([&](cir::AllocaOp alloca) { in process() argument
42 if (alloca->getBlock() == &entryBlock) in process()
56 if (alloca.getConstant()) in process()
57 alloca.setConstant(false); in process()
59 alloca->moveBefore(insertPoint); in process()
/freebsd/lib/libc/arm/gen/
H A Dalloca.S39 ENTRY(alloca)
45 END(alloca)
47 .symver alloca, alloca@FBSD_1.0
/freebsd/crypto/krb5/src/util/ss/
H A Dss_internal.h22 #define LOCAL_ALLOC(x) alloca(x)
24 extern pointer alloca (unsigned);
27 pragma on(alloca);
28 #define LOCAL_ALLOC(x) alloca(x)
30 extern pointer alloca (unsigned);
/freebsd/usr.sbin/jail/
H A Dcommand.c370 val = alloca(strlen(comstring->s) + 1); in run_command()
383 argv = alloca((8 + argc) * sizeof(char *)); in run_command()
386 argv[1] = acs = alloca(cs - val + 1); in run_command()
400 argv[3] = acs = alloca(cs - addr + 1); in run_command()
414 argv[argc++] = acs = alloca(len); in run_command()
427 val = alloca(strlen(comstring->s) + 1); in run_command()
440 argv = alloca((8 + argc) * sizeof(char *)); in run_command()
443 argv[1] = acs = alloca(cs - val + 1); in run_command()
463 argv[argc++] = acs = alloca(len); in run_command()
474 argv = alloca(5 * sizeof(char *)); in run_command()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d72 INTFUNC(alloca(10))
98 STRFUNC(inet_ntoa((ipaddr_t *)alloca(sizeof (ipaddr_t))))
99 STRFUNC(inet_ntoa6((in6_addr_t *)alloca(sizeof (in6_addr_t))))
100 STRFUNC(inet_ntop(AF_INET, (void *)alloca(sizeof (ipaddr_t))))
/freebsd/lib/libc/gen/
H A Dexec.c63 argv = alloca((n + 1) * sizeof(*argv)); in execl()
90 argv = alloca((n + 1) * sizeof(*argv)); in execle()
117 argv = alloca((n + 1) * sizeof(*argv)); in execlp()
181 memp = alloca(MAX(3, cnt + 2) * sizeof(char *)); in execvPe_prog()
/freebsd/libexec/pppoed/
H A Dpppoed.c130 epath = (char *)alloca(strlen(iface) + 2); in ConfigureNode()
225 data = (struct ngpppoe_init_data *)alloca(sizeof *data + plen); in ConfigureNode()
230 spath = (char *)alloca(strlen(ngc->peerhook) + 3); in ConfigureNode()
319 data = (struct ngpppoe_init_data *)alloca(sizeof *data + slen); in Spawn()
324 path = (char *)alloca(strlen(ngc.ourhook) + 3); in Spawn()
338 data = (struct ngpppoe_init_data *)alloca(sizeof *data + slen); in Spawn()
571 exec = (char *)alloca(sizeof DEFAULT_EXEC_PREFIX + strlen(label)); in main()
663 ptr = dbuf = alloca(sz * 2 + 1); in main()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslparser.y183 #undef alloca
184 #define alloca AslLocalAllocate macro
H A Ddtcompilerparser.y163 #undef alloca
164 #define alloca AslLocalAllocate macro
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h116 # define alloca _alloca
119 # include <alloca.h>
125 type *name = alloca(sizeof(type) * (count))
100 # define alloca _alloca global() macro
/freebsd/crypto/openssl/crypto/
H A Dcryptlib.c26 #define alloca _alloca macro
75 name = (WCHAR *)alloca(len + sizeof(WCHAR)); in OPENSSL_isservice()
140 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in OPENSSL_showfatal()
/freebsd/stand/ficl/
H A Dfileaccess.c39 char *filename = (char *)alloca(length + 1); in ficlFopen()
119 char *filename = (char *)alloca(length + 1); in ficlDeleteFile()
135 to = (char *)alloca(length + 1); in ficlRenameFile()
142 from = (char *)alloca(length + 1); in ficlRenameFile()
156 char *filename = (char *)alloca(length + 1); in ficlFileStatus()
/freebsd/contrib/com_err/
H A Dparse.y45 #if !defined(alloca) && !defined(HAVE_ALLOCA)
46 #define alloca(x) malloc(x) macro
/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.y45 #if !defined(alloca) && !defined(HAVE_ALLOCA)
46 #define alloca(x) malloc(x) macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c419 fname = alloca(strlen(prp->pr_name) + 1 + i); in dt_header_decl()
466 mname = alloca(strlen(prp->pr_name) + 1); in dt_header_probe()
469 fname = alloca(strlen(prp->pr_name) + 1 + i); in dt_header_probe()
545 info.dthi_pmname = alloca(strlen(pvp->pv_desc.dtvd_name) + 1); in dt_header_provider()
548 info.dthi_pfname = alloca(strlen(pvp->pv_desc.dtvd_name) + 1 + i); in dt_header_provider()
589 mfname = alloca(strlen(fname) + 1); in dtrace_program_header()
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/
H A Dutils.c27 # elif !defined(alloca)
29 # define alloca __builtin_alloca macro
31 # define alloca __alloca macro
34 # define alloca _alloca macro
40 void *alloca (size_t);
137 sodium_memzero(alloca(len), len); in sodium_stackzero()
/freebsd/contrib/sqlite3/autosetup/
H A Dcc-lib.tcl166 cc-check-some-feature alloca {
167 cctest -includes alloca.h -code { alloca (2 * sizeof (int)); }
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc5 EXPLICIT_SYMBOL2(alloca, _alloca)
71 EXPLICIT_SYMBOL2(alloca, _alloca_probe)

12345678