ecalloc
ml = ecalloc(1, sizeof (struct mlist));
tk_original = ecalloc(cp-word+1, sizeof (char));
struct ungot *ug = ecalloc(1, sizeof (struct ungot));
int *chpos = ecalloc(sizeof (int), len);
newstr = r = ecalloc(len, sizeof (char));
e = ecalloc(n+1, sizeof (char));
gfilename = ecalloc(length, sizeof (char));
name = p = ecalloc(strlen(str)+1, sizeof (char));
void *ecalloc(int, unsigned int);
p = ecalloc(1, sizeof (struct ifile));
linebuf = ecalloc(LINEBUF_SIZE, sizeof (char));
attr = ecalloc(LINEBUF_SIZE, sizeof (char));
*p_str = ecalloc(strlen(s)+1, sizeof (char));
comp = ecalloc(1, sizeof (regex_t));
cvt_pattern = ecalloc(1, cvt_length(strlen(pattern)));
table = ecalloc(sc_height, sizeof (off_t));
hl = ecalloc(1, sizeof (struct hilite));
hl = ecalloc(1, sizeof (struct hilite));
cline = ecalloc(1, cvt_len);
ecalloc(1, sizeof (struct hilite));
tp = ecalloc(sizeof (struct tag), 1);
statarray = ecalloc(STAT_NUMBER, sizeof(unsigned long));
struct ohash_info info = { 0, NULL, ecalloc, efree, NULL };
void *ecalloc(size_t, size_t);
h = ecalloc(n, sizeof *h);
cd9660node *temp = ecalloc(1, sizeof(*temp));
temp->node->inode = ecalloc(1, sizeof(*temp->node->inode));
temp->node->inode = ecalloc(1, sizeof(*temp->node->inode));
iso9660_disk *diskStructure = ecalloc(1, sizeof(*diskStructure));
t->volumeDescriptorData = ecalloc(1, 2048);
t->volumeDescriptorData = ecalloc(1, 2048);
return ecalloc(1, sizeof(struct boot_catalog_entry));
new_image = ecalloc(1, sizeof(*new_image));
buffer = ecalloc(path_table_sectors, diskStructure->sectorSize);
ffs_opt_t *ffs_opts = ecalloc(1, sizeof(*ffs_opts));
lp = ecalloc(1, sizeof(struct disklabel));
buf = ecalloc(1, bufsize);
bp = ecalloc(1, sizeof(*bp));
#define pool_get(p, f) ecalloc(1, (p)->size)
space = ecalloc(1, size);
iobuf = ecalloc(1, iobufsize);
return memcpy(ecalloc(i, sizeof(*o)), o, i * sizeof(*o));
void *ecalloc(size_t, size_t);
struct msdos_options *msdos_opt = ecalloc(1, sizeof(*msdos_opt));
ldep = ecalloc(1, sizeof(*ldep));
pmp = ecalloc(1, sizeof *pmp);
pmp->pm_inusemap = ecalloc(sizeof(*pmp->pm_inusemap),
cur = ecalloc(1, sizeof(*cur));
cur->inode = ecalloc(1, sizeof(*cur->inode));
htable = ecalloc(htmask+1, sizeof(*htable));