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

12

/freebsd-10.2-release/sbin/rcorder/
H A Dealloc.h7 void *ecalloc(size_t nmemb, size_t size);
H A Dealloc.c107 * ecalloc --
111 ecalloc(size_t nmemb, size_t size) function
/freebsd-10.2-release/contrib/netbsd-tests/lib/libutil/
H A Dt_efun.c50 ATF_TC(ecalloc); variable
51 ATF_TC_HEAD(ecalloc, tc)
53 atf_tc_set_md_var(tc, "descr", "A basic test of ecalloc(3)");
56 ATF_TC_BODY(ecalloc, tc)
61 x = ecalloc(-1, 1);
67 x = ecalloc(SIZE_MAX, 2);
129 ATF_TP_ADD_TC(tp, ecalloc);
/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A Decalloc.c46 ecalloc (size_t number, size_t size) function
H A DMakefile.am200 man_MANS = getarg.3 parse_time.3 rtbl.3 ecalloc.3
/freebsd-10.2-release/contrib/less/
H A Dfilename.c72 name = p = (char *) ecalloc(strlen(str)+1, sizeof(char));
196 newstr = p = (char *) ecalloc(len, sizeof(char));
366 e = (char *) ecalloc(n+1, sizeof(char));
436 fpat = (char *) ecalloc(len, sizeof(char));
445 fpat = (char *) ecalloc(len, sizeof(char));
536 buf = (char *) ecalloc(len, sizeof(char));
549 p = (char *) ecalloc(len, sizeof(char));
597 scmd = (char *) ecalloc(len, sizeof(char));
661 gfilename = (char *) ecalloc(length, sizeof(char));
701 gfilename = (char *) ecalloc(le
[all...]
H A Dpattern.c33 ecalloc(1, sizeof(struct re_pattern_buffer));
48 regex_t *comp = (regex_t *) ecalloc(1, sizeof(regex_t));
133 cvt_pattern = (char*) ecalloc(1, cvt_length(strlen(pattern), CVT_TO_LC));
290 regoff_t *starts = (regoff_t *) ecalloc(1, sizeof (regoff_t));
291 regoff_t *ends = (regoff_t *) ecalloc(1, sizeof (regoff_t));
H A Dcvt.c45 int *chpos = (int *) ecalloc(sizeof(int), len);
H A Dmain.c101 char *env = (char *) ecalloc(strlen(drive) +
312 p = (char *) ecalloc(strlen(s)+1, sizeof(char));
322 ecalloc(count, size) function
H A Dposition.c122 table = (POSITION *) ecalloc(sc_height, sizeof(POSITION));
H A Dtags.c121 tp = (struct tag *) ecalloc(sizeof(struct tag), 1);
122 tp->tag_file = (char *) ecalloc(strlen(file) + 1, sizeof(char));
130 tp->tag_pattern = (char *) ecalloc(strlen(pattern) + 1, sizeof(char));
530 command = (char *) ecalloc(strlen(cmd) + strlen(flag) +
H A Dsearch.c118 info->text = (char *) ecalloc(1, strlen(pattern)+1);
503 hl = (struct hilite *) ecalloc(1, sizeof(struct hilite));
523 hl = (struct hilite *) ecalloc(1, sizeof(struct hilite));
836 cline = (char *) ecalloc(1, cvt_len);
851 ecalloc(1, sizeof(struct hilite));
H A Dlsystem.c141 p = (char *) ecalloc(len, sizeof(char));
H A Dos.c247 m = (char *) ecalloc(len, sizeof(char));
H A Difile.c115 p = (struct ifile *) ecalloc(1, sizeof(struct ifile));
H A Dfuncs.h2 public VOID_POINTER ecalloc ();
H A Dline.c83 linebuf = (char *) ecalloc(LINEBUF_SIZE, sizeof(char));
84 attr = (char *) ecalloc(LINEBUF_SIZE, sizeof(char));
H A Doption.c577 *p_str = (char *) ecalloc(strlen(s)+1, sizeof(char));
H A Dcmdbuf.c774 ml = (struct mlist *) ecalloc(1, sizeof(struct mlist));
1076 tk_original = (char *) ecalloc(cp-word+1, sizeof(char));
1392 name = (char *) ecalloc(len, sizeof(char));
/freebsd-10.2-release/crypto/heimdal/appl/gssmask/
H A Dcommon.c58 (*list)[*listlen] = ecalloc(len, sizeof(**list));
90 list = ecalloc(strings->num_strings, sizeof(*list));
/freebsd-10.2-release/kerberos5/lib/libroken/
H A DMakefile21 ecalloc.c \
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.y363 $$ = ecalloc(1, sizeof(*$$));
371 $$ = ecalloc(1, sizeof(*$$));
379 $$ = ecalloc(1, sizeof(*$$));
387 $$ = ecalloc(1, sizeof(*$$));
758 struct member *m = ecalloc(1, sizeof(*m));
993 Type *t = ecalloc(1, sizeof(*t));
1001 struct constraint_spec *c = ecalloc(1, sizeof(*c));
H A Dcheck-common.c71 *map = ecalloc(1, sizeof(**map));
87 *map = ecalloc(1, sizeof(**map));
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dtest_addr.c83 buf = ecalloc(1, outlen + 1);
/freebsd-10.2-release/crypto/heimdal/kadmin/
H A Dmod.c42 tl = ecalloc(1, sizeof(*tl));

Completed in 261 milliseconds

12