Searched refs:ecalloc (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-10.2-release/contrib/less/
H A Dscreen.c636 p = (struct env *) ecalloc(1, sizeof(struct env));
638 p->value = (char *) ecalloc(strlen(capname)+3, sizeof(char));
1136 termcap = (char *) ecalloc(strlen(sp)+9, sizeof(char));
1465 blanks = (char *) ecalloc(width+1, sizeof(char));
1932 blanks = (char *) ecalloc(w.numtextcols, sizeof(char));
H A Dcommand.c844 struct ungot *ug = (struct ungot *) ecalloc(1, sizeof(struct ungot));
/freebsd-10.2-release/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c611 struct client *c = ecalloc(1, sizeof(*c));
640 c->sa = ecalloc(1, res->ai_addrlen);
H A Dgssmask.c108 h = ecalloc(1, sizeof(*h));
1090 c = ecalloc(1, sizeof(*c));
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c940 c1.tagless = ecalloc(1, sizeof(*c1.tagless));
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dca.c472 dp.distributionPoint = ecalloc(1, sizeof(*dp.distributionPoint));
/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A DMakefile.in48 closefrom.c copyhostent.c daemon.c ecalloc.c emalloc.c \
630 man_MANS = getarg.3 parse_time.3 rtbl.3 ecalloc.3
791 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ecalloc.Plo@am__quote@

Completed in 92 milliseconds

12