Searched refs:emalloc (Results 1 - 25 of 100) sorted by relevance

1234

/freebsd-9.3-release/sbin/rcorder/
H A Dealloc.h4 void *emalloc(size_t len);
H A Dealloc.c67 * emalloc --
71 emalloc(size_t len) function
H A Drcorder.c215 ent = emalloc(sizeof *ent + strlen(s));
237 temp = emalloc(sizeof(*temp));
270 rnode = emalloc(sizeof(*rnode));
293 head = emalloc(sizeof(*head));
340 pnode = emalloc(sizeof(*pnode));
350 f_pnode = emalloc(sizeof(*f_pnode));
364 bf_ent = emalloc(sizeof *bf_ent + strlen(s));
527 head = emalloc(sizeof(*head));
534 pnode = emalloc(sizeof(*pnode));
544 f_pnode = emalloc(sizeo
[all...]
H A Dhash.c129 t->bucketPtr = hp = (struct Hash_Entry **)emalloc(sizeof(*hp) * i);
264 e = (Hash_Entry *) emalloc(sizeof(*e) + keylen);
423 t->bucketPtr = hp = (struct Hash_Entry **) emalloc(sizeof(*hp) * i);
/freebsd-9.3-release/usr.sbin/jail/
H A Djailparse.y93 $$ = emalloc(sizeof(struct cfparams));
142 $$ = emalloc(sizeof(struct cfparam));
149 $$ = emalloc(sizeof(struct cfparam));
158 $$ = emalloc(sizeof(struct cfstrings));
175 $$ = emalloc(sizeof(struct cfstring));
184 $$ = emalloc(sizeof(struct cfstring));
188 v = emalloc(sizeof(struct cfvar));
209 v = emalloc(sizeof(struct cfvar));
/freebsd-9.3-release/contrib/bmake/
H A Dmake_malloc.h36 #define bmake_malloc(x) emalloc(x)
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Demalloc.c36 RCSID("$Id: emalloc.c 21005 2007-06-08 01:54:35Z lha $");
49 emalloc (size_t sz) function
/freebsd-9.3-release/sbin/fsck/
H A Dfsutil.h42 void *emalloc(size_t);
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dparse.y290 $$ = emalloc(sizeof(*$$));
296 $$ = emalloc(sizeof(*$$));
398 $$ = emalloc(sizeof(*$$));
413 $$ = emalloc(sizeof(*$$));
438 $$->members = emalloc(sizeof(*$$->members));
725 $$ = emalloc(sizeof(*$$));
747 $$ = emalloc(sizeof(*$$));
778 $$ = emalloc(sizeof(*$$));
791 $$ = emalloc(sizeof(*$$));
878 $$ = emalloc(sizeo
[all...]
H A Dsymbol.c83 s = (Symbol *) emalloc(sizeof(*s));
/freebsd-9.3-release/usr.bin/make/
H A Dlst.c66 nLNode = emalloc(sizeof(*nLNode));
146 nln = emalloc(sizeof(*nln));
269 nLNode = emalloc(sizeof(*nLNode));
H A Dbuf.c182 bp = emalloc(sizeof(*bp));
184 bp->buf = emalloc(size);
H A Dutil.h111 void *emalloc(size_t);
H A Darch.c355 buf = emalloc(sz);
399 nameBuf = emalloc(sz);
434 nameBuf = emalloc(sz);
505 ar = emalloc(sizeof(*ar));
508 ar->member = emalloc(ar->mlen);
615 ar->nametab = emalloc(ar->nametablen);
932 ar = emalloc(sizeof(*ar));
938 Hash_SetValue(he, emalloc(sizeof(int64_t)));
1145 libName = emalloc(sz);
H A Dhash.c109 t->bucketPtr = hp = emalloc(sizeof(*hp) * i);
235 e = emalloc(sizeof(*e) + keylen);
386 t->bucketPtr = hp = emalloc(sizeof(*hp) * i);
H A Dstr.c63 aa->argv = emalloc((aa->size + 1) * sizeof(char *));
115 result = emalloc(len1 + len2 + 2);
294 ret = emalloc(strlen(str) * 2 + 1);
H A Ddir.c430 file = emalloc(otherLen + cp - start + 1);
1029 pe = emalloc(sizeof(*pe));
1043 d = emalloc(sizeof(*d));
1078 pe = emalloc(sizeof(*pe));
1101 ped = emalloc(sizeof(*ped));
1186 p1 = emalloc(sizeof(*p1));
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_prio_q.c35 my_queue = emalloc(sizeof(queue));
86 new_node = emalloc(sizeof(*new_node) + size);
/freebsd-9.3-release/contrib/ntp/include/isc/
H A Dmem.h49 ( ISC_MEM_UNUSED_ARG(c), emalloc(cnt) )
/freebsd-9.3-release/contrib/ntp/libntp/
H A Demalloc.c2 * emalloc - return new memory obtained from the system. Belch if none.
15 * allocations to show up as coming from emalloc.c, so we preserve the
143 emalloc(size_t newsz)
H A Dmachines.c43 host1 = (struct hostent *) emalloc (sizeof(struct hostent));
57 host1 = (struct hostent *) emalloc (sizeof(struct hostent));
69 serv1 = (struct servent *) emalloc (sizeof(struct servent));
/freebsd-9.3-release/contrib/ntp/sntp/tests/
H A DfileHandlingTest.c19 char * path = emalloc(plen);
/freebsd-9.3-release/kerberos5/lib/libroken/
H A DMakefile14 emalloc.c \
/freebsd-9.3-release/kerberos5/tools/asn1_compile/
H A DMakefile16 emalloc.c \
/freebsd-9.3-release/sbin/quotacheck/
H A Dpreen.c84 extern void *emalloc(size_t);
240 d = emalloc(sizeof(*d));
263 p = emalloc(sizeof(*p));

Completed in 204 milliseconds

1234