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

12

/macosx-10.10/sudo-73/src/
H A Dalloc.h25 void *ecalloc(size_t, size_t);
37 void *ecalloc();
H A Dpwutil.c188 pwitem = ecalloc(1, total);
273 item = ecalloc(1, sizeof(*item));
317 item = ecalloc(1, sizeof(*item) + len);
351 pwitem = ecalloc(1, len);
488 gritem = ecalloc(1, total);
573 item = ecalloc(1, sizeof(*item));
611 item = ecalloc(1, sizeof(*item) + len);
641 gritem = ecalloc(1, len);
H A Dalias.c122 a = ecalloc(1, sizeof(*a));
H A Dalloc.c110 * ecalloc() allocates nmemb * size bytes and exits with an error
115 ecalloc(nmemb, size) function
122 errorx(1, "internal error, tried to ecalloc(0)");
125 errorx(1, "internal error, ecalloc() overflow");
H A Dsudoreplay.c382 iov = ecalloc(iovmax, sizeof(*iov));
690 newsn = ecalloc(1, sizeof(*newsn));
810 li = ecalloc(1, sizeof(*li));
1077 fdsr = ecalloc(howmany(ttyfd + 1, NFDBITS), sizeof(fd_mask));
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Decalloc.c46 ecalloc (size_t number, size_t size) function
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/shell-backends/
H A Dpasswd-shell.c166 entry = (struct ldentry *) ecalloc( 1, sizeof( struct ldentry ));
177 entry->lde_attrs = (struct ldattr **)ecalloc( 5, sizeof( struct ldattr * ));
179 attr = (struct ldattr *)ecalloc( 1, sizeof( struct ldattr ));
181 attr->lda_values = (char **)ecalloc( 2, sizeof( char * ));
185 attr = (struct ldattr *)ecalloc( 1, sizeof( struct ldattr ));
187 attr->lda_values = (char **)ecalloc( 2, sizeof( char * ));
191 attr = (struct ldattr *)ecalloc( 1, sizeof( struct ldattr ));
193 attr->lda_values = (char **)ecalloc( 2, sizeof( char * ));
197 attr = (struct ldattr *)ecalloc( 1, sizeof( struct ldattr ));
199 attr->lda_values = (char **)ecalloc(
[all...]
H A Dshellutil.h110 char *ecalloc( unsigned nelem, unsigned elsize );
H A Dshellutil.c333 ecalloc( unsigned nelem, unsigned elsize ) function
/macosx-10.10/less-25/less/
H A Dfilename.c73 name = p = (char *) ecalloc(strlen(str)+1, sizeof(char));
197 newstr = p = (char *) ecalloc(len, sizeof(char));
367 e = (char *) ecalloc(n+1, sizeof(char));
436 fpat = (char *) ecalloc(len, sizeof(char));
445 fpat = (char *) ecalloc(len, sizeof(char));
533 buf = (char *) ecalloc(len, sizeof(char));
546 p = (char *) ecalloc(len, sizeof(char));
594 scmd = (char *) ecalloc(len, sizeof(char));
658 gfilename = (char *) ecalloc(length, sizeof(char));
698 gfilename = (char *) ecalloc(le
[all...]
H A Dmain.c114 char *env = (char *) ecalloc(strlen(drive) +
356 p = (char *) ecalloc(strlen(s)+1, sizeof(char));
366 ecalloc(count, size) function
H A Dposition.c123 table = (POSITION *) ecalloc(sc_height, sizeof(POSITION));
H A Dtags.c123 tp = (struct tag *) ecalloc(sizeof(struct tag), 1);
124 tp->tag_file = (char *) ecalloc(strlen(file) + 1, sizeof(char));
132 tp->tag_pattern = (char *) ecalloc(strlen(pattern) + 1, sizeof(char));
539 command = (char *) ecalloc(strlen(cmd) + strlen(flag) +
H A Dlsystem.c137 p = (char *) ecalloc(len, sizeof(char));
H A Dos.c248 m = (char *) ecalloc(len, sizeof(char));
H A Difile.c117 p = (struct ifile *) ecalloc(1, sizeof(struct ifile));
H A Dfuncs.h2 public VOID_POINTER ecalloc ();
H A Dline.c85 linebuf = (char *) ecalloc(LINEBUF_SIZE, sizeof(char));
86 attr = (char *) ecalloc(LINEBUF_SIZE, sizeof(char));
/macosx-10.10/Heimdal-398.1.2/appl/gssmask/
H A Dcommon.c58 (*list)[*listlen] = ecalloc(len, sizeof(**list));
90 list = ecalloc(strings->num_strings, sizeof(*list));
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dsymbol.c81 s = (Symbol *) ecalloc(1, sizeof(*s));
H A Dasn1parse.y367 $$ = ecalloc(1, sizeof(*$$));
375 $$ = ecalloc(1, sizeof(*$$));
383 $$ = ecalloc(1, sizeof(*$$));
391 $$ = ecalloc(1, sizeof(*$$));
780 struct member *m = ecalloc(1, sizeof(*m));
1017 Type *t = ecalloc(1, sizeof(*t));
1026 struct constraint_spec *c = ecalloc(1, sizeof(*c));
/macosx-10.10/Heimdal-398.1.2/packages/mac/SnowLeopard10A/
H A Droken.h239 #define ecalloc rk_ecalloc macro
240 ROKEN_LIB_FUNCTION void * ROKEN_LIB_CALL ecalloc(size_t, size_t);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dtest_addr.c83 buf = ecalloc(1, outlen + 1);
H A Dtest_pknistkdf.c206 t.sname.name_string.val = ecalloc(1, sizeof(t.sname.name_string.val[0]));
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dmod.c42 tl = ecalloc(1, sizeof(*tl));

Completed in 353 milliseconds

12