alloca
void *alloca(size_t);
__warn_references(alloca,
if ((argv = alloca(i * sizeof (char *))) == NULL) {
argv = alloca(i * sizeof (char *));
argv = alloca(i * sizeof (char *));
argv = alloca(i * sizeof (char *));
if ((memp = alloca((cnt + 2) * sizeof(*memp))) == NULL)
scoreboard = alloca((size_t)nent);
junk = alloca(((unsigned)self->pt_lid & 7) << 8);
(dlp)->objs = alloca((dlp)->num_alloc * sizeof((dlp)->objs[0])), \
dn = alloca(dnlen);
xxboot = alloca(xxbootlen);
bootxx = alloca(xxbootlen);
xxb00t = alloca(xxb00tlen);
xxboot = alloca(xxb00tlen);
xxboot = alloca(xxbootlen);
bootxx = alloca(bootxxlen);
void *idbuf = alloca(bsize);
p = alloca((disize + fs.bsize - 1) & ~(fs.bsize - 1));
p = alloca((disize + fs.bsize - 1) & ~(fs.bsize - 1));
# ifndef alloca
union ufs_dinode *buf = alloca((size_t) fsi.bsize);
char *buf = alloca(fsi.bsize);
void *idbuf = alloca(bsize);
p = alloca((disize + fs.bsize - 1) & ~(fs.bsize - 1));
p = alloca(disize + fs.bsize);
p = alloca((disize + fs.bsize - 1) & ~(fs.bsize - 1));
# ifndef alloca
union ufs_dinode *buf = alloca((size_t) fsi.bsize);
char *buf = alloca(fsi.bsize);
char *buf = alloca(240); /* about 3 lines */
void *buffer = alloca(BUFFER_SIZE);
buffer = alloca(2048);
buffer = alloca(2048);
volatile char *const x = alloca(n);
# ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
#include <alloca.h>
buf_alloc = alloca(sendsz); /* not in IDR2? */
outbuf_alloc = alloca(sendsz); /* not in IDR2? */