Symbol: alloca
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
279
#if !defined(alloca) && !defined(HAVE_ALLOCA)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
426
# define YYSTACK_ALLOC alloca
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
80
#if !defined(alloca) && !defined(HAVE_ALLOCA)
crypto/heimdal/lib/asn1/asn1parse.c
436
# define YYSTACK_ALLOC alloca
crypto/heimdal/lib/com_err/parse.c
138
#if !defined(alloca) && !defined(HAVE_ALLOCA)
crypto/heimdal/lib/com_err/parse.c
288
# define YYSTACK_ALLOC alloca
crypto/heimdal/lib/com_err/parse.y
45
#if !defined(alloca) && !defined(HAVE_ALLOCA)
crypto/heimdal/lib/sl/slc-gram.c
279
# define YYSTACK_ALLOC alloca
crypto/krb5/src/kadmin/cli/getdate.y
44
void *alloca ();
crypto/krb5/src/lib/krb5/krb/deltat.c
472
# define YYSTACK_ALLOC alloca
crypto/krb5/src/util/ss/ss_internal.h
22
#define LOCAL_ALLOC(x) alloca(x)
crypto/krb5/src/util/ss/ss_internal.h
24
extern pointer alloca (unsigned);
crypto/krb5/src/util/ss/ss_internal.h
27
pragma on(alloca);
crypto/krb5/src/util/ss/ss_internal.h
28
#define LOCAL_ALLOC(x) alloca(x)
crypto/krb5/src/util/ss/ss_internal.h
30
extern pointer alloca (unsigned);
crypto/openssl/crypto/bn/bn_asm.c
1039
vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
crypto/openssl/crypto/bn/bn_asm.c
906
vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
crypto/openssl/crypto/bn/bn_exp.c
17
#ifndef alloca
crypto/openssl/crypto/bn/bn_exp.c
21
#ifndef alloca
crypto/openssl/crypto/bn/bn_exp.c
724
#ifdef alloca
crypto/openssl/crypto/bn/bn_exp.c
726
powerbufFree = alloca(powerbufLen + MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH);
crypto/openssl/crypto/bn/bn_exp.c
736
#ifdef alloca
crypto/openssl/crypto/bn/bn_exp.c
854
np = alloca(top * sizeof(BN_ULONG));
crypto/openssl/crypto/cryptlib.c
140
fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
crypto/openssl/crypto/cryptlib.c
75
name = (WCHAR *)alloca(len + sizeof(WCHAR));
crypto/openssl/crypto/dso/dso_win32.c
42
fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
crypto/openssl/engines/e_capi.c
1232
cspname = alloca(clen * sizeof(WCHAR));
crypto/openssl/engines/e_capi.c
1590
if ((len = MultiByteToWideChar(CP_ACP, 0, id, -1, NULL, 0)) && (contname = alloca(len * sizeof(WCHAR)), MultiByteToWideChar(CP_ACP, 0, id, -1, contname, len)) && (len = MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, NULL, 0)) && (provname = alloca(len * sizeof(WCHAR)), MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, provname, len)))
crypto/openssl/engines/e_capi.c
1651
name = alloca(len * sizeof(WCHAR));
crypto/openssl/engines/e_capi.c
24
#ifndef alloca
lib/libc/gen/exec.c
117
argv = alloca((n + 1) * sizeof(*argv));
lib/libc/gen/exec.c
181
memp = alloca(MAX(3, cnt + 2) * sizeof(char *));
lib/libc/gen/exec.c
63
argv = alloca((n + 1) * sizeof(*argv));
lib/libc/gen/exec.c
90
argv = alloca((n + 1) * sizeof(*argv));
lib/libc/net/gethostbynis.c
88
ypbuf = alloca(resultlen + 2);
lib/libc/net/getnetbynis.c
77
ypbuf = alloca(resultlen + 2);
lib/libc/stdtime/strptime.c
544
zonestr = alloca(cp - buf + 1);
lib/libcrypt/crypt-sha256.c
153
cp = p_bytes = alloca(key_len);
lib/libcrypt/crypt-sha256.c
171
cp = s_bytes = alloca(salt_len);
lib/libcrypt/crypt-sha512.c
153
cp = p_bytes = alloca(key_len);
lib/libcrypt/crypt-sha512.c
171
cp = s_bytes = alloca(salt_len);
lib/libjail/jail.c
1042
name = alloca(strlen(nname) + 1);
lib/libjail/jail.c
1059
name = alloca(strlen(nname) + 1);
lib/libjail/jail.c
168
jp = alloca(njp * sizeof(struct jailparam));
lib/libjail/jail.c
217
jp = alloca(njp * sizeof(struct jailparam));
lib/libjail/jail.c
507
tvalue = alloca(fw + 1);
lib/libjail/jail.c
576
jiov = alloca(sizeof(struct iovec) * 2 * (njp + 1));
lib/libjail/jail.c
662
jiov = alloca(sizeof(struct iovec) * 2 * (njp + 1));
lib/libjail/jail.c
879
values = alloca(nval * sizeof(char *));
lib/libjail/jail.c
880
valuelens = alloca(nval * sizeof(size_t));
lib/libjail/jail.c
935
values[i] = alloca(valuelens[i]);
lib/libjail/jail.c
950
values[i] = alloca(valuelens[i]);
lib/libjail/jail_getid.c
71
jiov[1].iov_base = alloca(jiov[1].iov_len);
lib/libradius/radlib.c
1539
P = alloca(Clen); /* We derive our plaintext */
lib/libthr/thread/thr_rtld.c
298
uc = alloca(uc_len);
lib/libthr/thread/thr_sig.c
407
uc = alloca(uc_len);
lib/libugidfw/ugidfw.c
615
jiov[1].iov_base = alloca(jiov[1].iov_len);
lib/libusb/libusb10_io.c
118
fds = alloca(sizeof(*fds) * nfds);
lib/libusb/libusb10_io.c
122
ppdev = alloca(sizeof(*ppdev) * nfds);
lib/libvgl/bitmap.c
173
buffer = alloca(width*src->PixelBytes);
lib/libvgl/simple.c
491
src.Bitmap = alloca(object->VXsize * object->PixelBytes);
libexec/pppoed/pppoed.c
130
epath = (char *)alloca(strlen(iface) + 2);
libexec/pppoed/pppoed.c
225
data = (struct ngpppoe_init_data *)alloca(sizeof *data + plen);
libexec/pppoed/pppoed.c
230
spath = (char *)alloca(strlen(ngc->peerhook) + 3);
libexec/pppoed/pppoed.c
319
data = (struct ngpppoe_init_data *)alloca(sizeof *data + slen);
libexec/pppoed/pppoed.c
324
path = (char *)alloca(strlen(ngc.ourhook) + 3);
libexec/pppoed/pppoed.c
338
data = (struct ngpppoe_init_data *)alloca(sizeof *data + slen);
libexec/pppoed/pppoed.c
571
exec = (char *)alloca(sizeof DEFAULT_EXEC_PREFIX + strlen(label));
libexec/pppoed/pppoed.c
663
ptr = dbuf = alloca(sz * 2 + 1);
libexec/rtld-elf/map_object.c
116
segs = alloca(sizeof(segs[0]) * hdr->e_phnum);
libexec/rtld-elf/rtld.c
351
((dlp)->objs = alloca(obj_count * sizeof(dlp)->objs[0]), \
sbin/swapon/swapon.c
362
p = alloca(pagesize_len);
stand/ficl/fileaccess.c
119
char *filename = (char *)alloca(length + 1);
stand/ficl/fileaccess.c
135
to = (char *)alloca(length + 1);
stand/ficl/fileaccess.c
142
from = (char *)alloca(length + 1);
stand/ficl/fileaccess.c
156
char *filename = (char *)alloca(length + 1);
stand/ficl/fileaccess.c
39
char *filename = (char *)alloca(length + 1);
tests/sys/kern/socket_accf.c
210
buf = alloca(len);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
373
PTW_tableentry (*table)[n] = alloca(sizeof(PTW_tableentry) * n * keylen);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
386
sorthelper (* sh)[n-1] = alloca(sizeof(sorthelper) * (n-1) * keylen);
usr.bin/vmstat/vmstat.c
325
buf = bp = alloca(bufsize);
usr.sbin/jail/command.c
1031
tpath = alloca(strlen(path) + 1);
usr.sbin/jail/command.c
370
val = alloca(strlen(comstring->s) + 1);
usr.sbin/jail/command.c
383
argv = alloca((8 + argc) * sizeof(char *));
usr.sbin/jail/command.c
386
argv[1] = acs = alloca(cs - val + 1);
usr.sbin/jail/command.c
400
argv[3] = acs = alloca(cs - addr + 1);
usr.sbin/jail/command.c
414
argv[argc++] = acs = alloca(len);
usr.sbin/jail/command.c
427
val = alloca(strlen(comstring->s) + 1);
usr.sbin/jail/command.c
440
argv = alloca((8 + argc) * sizeof(char *));
usr.sbin/jail/command.c
443
argv[1] = acs = alloca(cs - val + 1);
usr.sbin/jail/command.c
463
argv[argc++] = acs = alloca(len);
usr.sbin/jail/command.c
474
argv = alloca(5 * sizeof(char *));
usr.sbin/jail/command.c
484
argv = alloca(8 * sizeof(char *));
usr.sbin/jail/command.c
485
comcs = alloca(comstring->len + 1);
usr.sbin/jail/command.c
529
argv = alloca(7 * sizeof(char *));
usr.sbin/jail/command.c
535
devpath = alloca(strlen(path) + 5);
usr.sbin/jail/command.c
551
argv[3] = acs = alloca(11 + strlen(ruleset));
usr.sbin/jail/command.c
560
argv = alloca(7 * sizeof(char *));
usr.sbin/jail/command.c
566
devpath = alloca(strlen(path) + 8);
usr.sbin/jail/command.c
586
argv = alloca(7 * sizeof(char *));
usr.sbin/jail/command.c
592
devpath = alloca(strlen(path) + 6);
usr.sbin/jail/command.c
612
argv = alloca(4 * sizeof(char *));
usr.sbin/jail/command.c
620
comcs = alloca(comlen);
usr.sbin/jail/command.c
640
argv = alloca((argc + 1) * sizeof(char *));
usr.sbin/jail/command.c
652
argv = alloca(4 * sizeof(char *));
usr.sbin/jail/command.c
662
comcs = alloca(comstring->len + 1);
usr.sbin/jail/command.c
668
argv = alloca((argc + 1) * sizeof(char *));
usr.sbin/jail/config.c
407
tname = alloca(cs - value + 1);
usr.sbin/jail/config.c
740
cs = alloca(lnlen + 1);
usr.sbin/jail/config.c
801
value = alloca(vallen);
usr.sbin/jail/jail.c
632
cs = alloca(len + 1);
usr.sbin/jail/jail.c
655
cs = alloca(len + 1);
usr.sbin/jail/jail.c
703
alloca((j->njp + dopersist) * sizeof(struct jailparam));
usr.sbin/jail/jail.c
768
sjp = setparams = alloca(++ns * sizeof(struct jailparam));
usr.sbin/jail/jail.c
808
rtjp = rtparams = alloca(++nrt * sizeof(struct jailparam));
usr.sbin/jail/jail.c
887
jiov[1].iov_base = alloca(jiov[1].iov_len);
usr.sbin/jls/jls.c
224
pname = alloca((dot - params[i].jp_name) + 1);
usr.sbin/jls/jls.c
481
param_values = alloca(nparams * sizeof(*param_values));
usr.sbin/newsyslog/newsyslog.c
2574
tmp = alloca(tmpsiz);
usr.sbin/ppp/bundle.c
1554
lock = alloca(strlen(constlock) + 1);
usr.sbin/ppp/ether.c
522
path = (char *)alloca(ifacelen + 2);
usr.sbin/ppp/ether.c
642
data = (struct ngpppoe_init_data *)alloca(sizeof *data + providerlen);
usr.sbin/ppp/ncpaddr.c
952
s = (char *)alloca(len + 1);
usr.sbin/ppp/netgraph.c
135
if ((fmt = alloca(len + 4)) == NULL) {
usr.sbin/ppp/radius.c
180
P = alloca(Clen); /* We derive our plaintext */
usr.sbin/rpcbind/rpcb_svc_com.c
638
buf_alloc = alloca(sendsz); /* not in IDR2? */
usr.sbin/rpcbind/rpcb_svc_com.c
794
outbuf_alloc = alloca(sendsz); /* not in IDR2? */
usr.sbin/vidcontrol/vidcontrol.c
1280
shot.buf = alloca(shot.xsize * shot.ysize * sizeof(u_int16_t));
usr.sbin/vidcontrol/vidcontrol.c
1304
line = alloca(shot.xsize + 1);
usr.sbin/virtual_oss/virtual_oss/httpd.c
207
iov[1].iov_base = alloca(len);
usr.sbin/ypserv/yp_server.c
176
nbuf = alloca(argp->key.keydat_len + 1);