| /freebsd/contrib/ntp/include/ |
| H A D | ntp_malloc.h | 27 # 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 D | tst.inet_ntop.d | 46 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 D | tst.inet_ntoa6.d | 41 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 D | tst.inet_ntoa.d | 38 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 D | tst.ddi_pathname.d | 33 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 D | err.badalloca2.d | 41 ptr = alloca(10); 42 ptr = alloca(0xffffffffffffffff);
|
| H A D | tst.copyinto.d | 43 envp = alloca(sizeof (uint32_t)); 52 envp = alloca(sizeof (uint64_t));
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | HoistAllocas.cpp | 41 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 D | alloca.S | 39 ENTRY(alloca) 45 END(alloca) 47 .symver alloca, alloca@FBSD_1.0
|
| /freebsd/crypto/krb5/src/util/ss/ |
| H A D | ss_internal.h | 22 #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 D | command.c | 370 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 D | tst.subr.d | 72 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 D | exec.c | 63 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 D | pppoed.c | 130 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 D | aslparser.y | 183 #undef alloca 184 #define alloca AslLocalAllocate macro
|
| H A D | dtcompilerparser.y | 163 #undef alloca 164 #define alloca AslLocalAllocate macro
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_types.h | 116 # 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 D | cryptlib.c | 26 #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 D | fileaccess.c | 39 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 D | parse.y | 45 #if !defined(alloca) && !defined(HAVE_ALLOCA) 46 #define alloca(x) malloc(x) macro
|
| /freebsd/crypto/heimdal/lib/com_err/ |
| H A D | parse.y | 45 #if !defined(alloca) && !defined(HAVE_ALLOCA) 46 #define alloca(x) malloc(x) macro
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_program.c | 419 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 D | utils.c | 27 # 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 D | cc-lib.tcl | 166 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 D | explicit_symbols.inc | 5 EXPLICIT_SYMBOL2(alloca, _alloca) 71 EXPLICIT_SYMBOL2(alloca, _alloca_probe)
|