Symbol: emalloc
sbin/fsck/fsck.c
413
e = emalloc(sizeof(struct entry));
sbin/fsck/fsutil.h
44
void *emalloc(size_t);
sbin/fsck/preen.c
259
d = emalloc(sizeof(*d));
sbin/fsck/preen.c
299
p = emalloc(sizeof(*p));
usr.bin/find/extern.h
34
void *emalloc(size_t);
usr.bin/find/function.c
648
emalloc((u_int)PATH_MAX);
usr.bin/find/function.c
766
new->e_argv[cnt] = emalloc((u_int)PATH_MAX);
usr.bin/make/arch.c
628
l->fnametab = emalloc(size);
usr.bin/make/buf.c
176
bp->inPtr = bp->endPtr = bp->buffer = emalloc(size);
usr.bin/make/direxpand.c
254
file = emalloc((brace - toexpand) + (cp - start) +
usr.bin/make/for.c
145
arg = emalloc(sizeof(*arg));
usr.bin/make/lowparse.c
141
buf = emalloc(sz);
usr.bin/make/lowparse.c
153
istream = emalloc(sizeof(*istream));
usr.bin/make/lowparse.c
184
istream = emalloc(sizeof(*istream));
usr.bin/make/lst.lib/lstInt.h
52
#define PAlloc(var,ptype) var = (ptype) emalloc (sizeof (*var))
usr.bin/make/main.c
431
buf = emalloc(len);
usr.bin/make/main.c
863
u = emalloc(sizeof *u);
usr.bin/make/memory.c
124
return emalloc(s);
usr.bin/make/memory.c
79
p = emalloc(size);
usr.bin/make/memory.h
41
extern void *emalloc(size_t);
usr.bin/make/parse.c
1545
cmd = emalloc(sizeof(struct command) + len);
usr.bin/make/parse.c
262
char *result = emalloc(5);
usr.bin/make/str.c
109
*buffer = emalloc(curlen = len);
usr.bin/make/str.c
446
s = emalloc(end - begin + 1);
usr.bin/make/str.c
457
t = s = emalloc(end - begin + 1);
usr.bin/make/str.c
63
result = emalloc(len1 + len2 + 1);
usr.bin/make/suff.c
1080
targ = emalloc(sizeof(Src));
usr.bin/make/suff.c
1094
targ->prefix = emalloc(prefixLen + 1);
usr.bin/make/suff.c
1184
targ = emalloc(sizeof(Src));
usr.bin/make/suff.c
658
s2 = emalloc(sizeof(Src));
usr.bin/make/suff.c
863
ret = emalloc(sizeof(Src));
usr.bin/make/targequiv.c
147
kobjdir = emalloc(objdir_len+2);
usr.bin/make/targequiv.c
236
buffer = emalloc(bufsize);
usr.bin/make/targequiv.c
249
buffer = emalloc(bufsize);
usr.bin/make/targequiv.c
267
buffer = emalloc(bufsize);
usr.bin/make/var.c
1190
l = emalloc(sizeof(struct LoopVar));
usr.bin/make/varmodifiers.c
427
pattern = emalloc(sizeof(VarPattern));
usr.bin/make/varmodifiers.c
581
errbuf = emalloc(errlen);
usr.bin/make/varmodifiers.c
872
int *qargs = emalloc(sizeof(int));
usr.bin/make/varmodifiers.c
941
t = emalloc(len+1);
usr.bin/make/varmodifiers.c
955
t = emalloc(len+1);
usr.bin/make/varmodifiers.c
983
pattern = emalloc(sizeof(VarPattern));
usr.sbin/config/config.h
371
void *emalloc(size_t);
usr.sbin/config/exec_elf.c
111
elf_total = emalloc((size_t)elf_size);
usr.sbin/config/files.c
145
fi = emalloc(sizeof *fi);
usr.sbin/config/files.c
181
oi = emalloc(sizeof *oi);
usr.sbin/config/hash.c
137
hp = emalloc(sizeof(*hp));
usr.sbin/config/hash.c
197
ht = emalloc(sizeof *ht);
usr.sbin/config/main.c
386
low = emalloc(strlen(name) + 1);
usr.sbin/config/main.c
432
low = emalloc(strlen(name) + 1);
usr.sbin/config/main.c
456
low = emalloc(strlen(name) + 1);
usr.sbin/config/pack.c
196
l->i_parents = emalloc(sizeof(*l->i_parents));
usr.sbin/config/pack.c
380
t = emalloc(sizeof(*t));
usr.sbin/config/sem.c
185
a = emalloc(sizeof *a);
usr.sbin/config/sem.c
318
dev = emalloc(sizeof *dev);
usr.sbin/config/sem.c
450
deva = emalloc(sizeof *deva);
usr.sbin/config/sem.c
619
cf = emalloc(sizeof *cf);
usr.sbin/config/sem.c
679
i = emalloc(sizeof *i);
usr.sbin/config/ukc.c
80
knl = emalloc(sizeof(nl));
usr.sbin/config/util.c
118
nv = emalloc(sizeof(*nv));
usr.sbin/makefs/cd9660.c
1390
n = emalloc(sizeof(struct s)); \
usr.sbin/makefs/cd9660.c
1826
tfsnode = emalloc(sizeof(*tfsnode));
usr.sbin/makefs/cd9660.c
1828
temp->isoDirRecord = emalloc(sizeof(*temp->isoDirRecord));
usr.sbin/makefs/cd9660.c
430
real_root->isoDirRecord = emalloc(sizeof(*real_root->isoDirRecord));
usr.sbin/makefs/cd9660.c
637
temp = emalloc(sizeof(*temp));
usr.sbin/makefs/cd9660.c
650
t = emalloc(sizeof(*t));
usr.sbin/makefs/cd9660.c
660
t = emalloc(sizeof(*t));
usr.sbin/makefs/cd9660.c
682
node->isoExtAttributes = emalloc(sizeof(*node->isoExtAttributes));
usr.sbin/makefs/cd9660.c
737
newnode->isoDirRecord = emalloc(sizeof(*newnode->isoDirRecord));
usr.sbin/makefs/cd9660.c
940
tmp = emalloc(ISO_FILENAME_MAXLENGTH_WITH_PADDING);
usr.sbin/makefs/cd9660/cd9660_write.c
396
buf = emalloc(buf_size);
usr.sbin/makefs/cd9660/iso9660_rrip.c
458
temp = emalloc(sizeof(*temp));
usr.sbin/makefs/ffs.c
205
ffs_opts->lp = emalloc(sizeof(struct disklabel));
usr.sbin/makefs/ffs.c
816
fbuf = emalloc(ffs_opts->bsize);
usr.sbin/makefs/ffs.c
947
buf = emalloc(fs->fs_bsize);
usr.sbin/makefs/ffs/mkfs.c
546
wrbuf = emalloc(size);
usr.sbin/makefs/makefs.h
191
void *emalloc(size_t);
usr.sbin/makefs/msdos/mkfs_msdos.c
597
img = emalloc(bpb.bps);
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
246
e = emalloc(sizeof(struct nentry));
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
265
e = emalloc(sizeof(struct nentry));
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
464
char *ptr = emalloc(e->n_size);
usr.sbin/netgroup_mkdb/str.c
56
buf->s_str = emalloc(len);
usr.sbin/netgroup_mkdb/str.c
77
sptr = ptr = emalloc(buf->s_len + len + (del ? 2 : 1));
usr.sbin/netgroup_mkdb/util.h
36
void *emalloc(size_t);
usr.sbin/zic/zic.c
1958
startbuf = emalloc(max_abbr_len + 1);
usr.sbin/zic/zic.c
1959
ab = emalloc(max_abbr_len + 1);
usr.sbin/zic/zic.c
1960
envvar = emalloc(max_envvar_len + 1);