Searched refs:emalloc (Results 26 - 50 of 104) sorted by relevance

12345

/freebsd-10.2-release/contrib/ntp/libntp/
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));
H A Dauthreadkeys.c259 next = emalloc(sizeof(KeyDataT) + len);
289 next = emalloc(sizeof(KeyDataT) + len);
H A Dauthkeys.c120 KeyAccT * node = emalloc(sizeof(KeyAccT));
672 sk->secret = emalloc(secretsize + 1);
694 secret = emalloc(secretsize + 1);
H A Dwork_fork.c270 req = emalloc(hdr.octets);
354 resp = emalloc(hdr.octets);
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dutilities.c161 buf = emalloc(bufsize);
H A Dcrypto.c136 act = emalloc(sizeof(*act));
/freebsd-10.2-release/contrib/ntp/tests/libntp/
H A Dcaljulian.c25 char * str = emalloc (sizeof (char) * 100);
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_filegen.c114 filename = emalloc(len);
115 fullname = emalloc(len);
230 savename = emalloc(len);
587 *ppfe = emalloc(sizeof **ppfe);
H A Drefclock_atom.c135 up = emalloc(sizeof(struct ppsunit));
H A Dntp_crypto.c371 vp->ptr = emalloc(sizeof(struct autokey));
381 vp->sig = emalloc(sign_siglen);
534 fp = emalloc(len);
621 peer->subject = emalloc(vallen + 1);
912 emalloc(sizeof(struct autokey));
1038 fp = emalloc(len);
1599 vp->ptr = emalloc(vallen);
1614 vp->sig = emalloc(sign_siglen);
1852 pubkey.sig = emalloc(sign_siglen);
1872 cp->cert.sig = emalloc(sign_sigle
[all...]
H A Dntp_signd.c113 *buf = emalloc(*len);
H A Drefclock_tt560.c109 if (!(up = (struct tt560unit *) emalloc(sizeof(struct tt560unit)))) {
H A Drefclock_zyfer.c149 up = emalloc(sizeof(struct zyferunit));
/freebsd-10.2-release/crypto/heimdal/appl/test/
H A Dgss_common.c79 buf->value = emalloc(len);
H A Dhttp_client.c240 req->response = emalloc(p - in_buf + 1);
247 req->headers[req->num_headers] = emalloc(p - in_buf + 1);
390 input_token.value = emalloc(len);
/freebsd-10.2-release/kerberos5/lib/libroken/
H A DMakefile22 emalloc.c \
/freebsd-10.2-release/usr.bin/make/
H A Dutil.c226 * emalloc --
230 emalloc(size_t len) function
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_stdlib.h105 /* emalloc.c */
110 #define emalloc(n) ereallocz(NULL, (n), 0, FALSE) macro
124 #define emalloc(c) ereallocz(NULL, (c), 0, FALSE, \ macro
/freebsd-10.2-release/sbin/fsck/
H A Dpreen.c269 d = emalloc(sizeof(*d));
309 p = emalloc(sizeof(*p));
H A Dfsutil.c194 emalloc(size_t s) function
/freebsd-10.2-release/usr.sbin/jail/
H A Dconfig.c243 ns = emalloc(sizeof(struct cfstring));
281 j = emalloc(sizeof(struct cfjail));
321 ns = emalloc(sizeof(struct cfstring));
326 nv = emalloc(sizeof(struct cfvar));
348 ns = emalloc(sizeof(struct cfstring));
380 np = emalloc(sizeof(struct cfparam));
703 j->jp = jp = emalloc(j->njp * sizeof(struct jailparam));
H A Djailp.h193 extern void *emalloc(size_t);
/freebsd-10.2-release/crypto/heimdal/kadmin/
H A Dadd-random-users.c65 wptr = wbuf = emalloc (WORDBUF_SIZE);
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dasn1_gen.c130 pdata = emalloc(sz);
/freebsd-10.2-release/usr.sbin/ntp/libntp/
H A DMakefile17 emalloc.c findconfig.c getopt.c hextoint.c \

Completed in 142 milliseconds

12345