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

12

/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/roken/
H A Decalloc.c36 RCSID("$Id: ecalloc.c 21005 2007-06-08 01:54:35Z lha $");
49 ecalloc (size_t number, size_t size) function
/freebsd-9.3-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.c120 info->text = (char *) ecalloc(1, strlen(pattern)+1);
505 hl = (struct hilite *) ecalloc(1, sizeof(struct hilite));
525 hl = (struct hilite *) ecalloc(1, sizeof(struct hilite));
838 cline = (char *) ecalloc(1, cvt_len);
853 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.c84 linebuf = (char *) ecalloc(LINEBUF_SIZE, sizeof(char));
85 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));
H A Dscreen.c637 p = (struct env *) ecalloc(1, sizeof(struct env));
639 p->value = (char *) ecalloc(strlen(capname)+3, sizeof(char));
1137 termcap = (char *) ecalloc(strlen(sp)+9, sizeof(char));
1466 blanks = (char *) ecalloc(width+1, sizeof(char));
1933 blanks = (char *) ecalloc(w.numtextcols, sizeof(char));
/freebsd-9.3-release/crypto/heimdal/appl/gssmask/
H A Dcommon.c58 (*list)[*listlen] = ecalloc(len, sizeof(**list));
90 list = ecalloc(strings->num_strings, sizeof(*list));
/freebsd-9.3-release/kerberos5/lib/libroken/
H A DMakefile13 ecalloc.c \
/freebsd-9.3-release/kerberos5/tools/asn1_compile/
H A DMakefile15 ecalloc.c \
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dparse.y346 $$ = ecalloc(1, sizeof(*$$));
354 $$ = ecalloc(1, sizeof(*$$));
362 $$ = ecalloc(1, sizeof(*$$));
370 $$ = ecalloc(1, sizeof(*$$));
736 struct member *m = ecalloc(1, sizeof(*m));
971 Type *t = ecalloc(1, sizeof(*t));
979 struct constraint_spec *c = ecalloc(1, sizeof(*c));
H A Dcheck-common.c68 *map = ecalloc(1, sizeof(**map));
84 *map = ecalloc(1, sizeof(**map));
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtest_addr.c83 buf = ecalloc(1, outlen + 1);
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dmod.c44 tl = ecalloc(1, sizeof(*tl));

Completed in 134 milliseconds

12