Home
last modified time | relevance | path

Searched refs:ecalloc (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-13.1/contrib/netbsd-tests/lib/libutil/
H A Dt_efun.c50 ATF_TC(ecalloc);
51 ATF_TC_HEAD(ecalloc, tc) in ATF_TC_HEAD() argument
56 ATF_TC_BODY(ecalloc, tc) in ATF_TC_BODY() argument
61 x = ecalloc(-1, 1); in ATF_TC_BODY()
67 x = ecalloc(SIZE_MAX, 2); in ATF_TC_BODY()
129 ATF_TP_ADD_TC(tp, ecalloc); in ATF_TP_ADD_TCS()
/freebsd-13.1/contrib/less/
H A Dfilename.c192 newstr = p = (char *) ecalloc(len, sizeof(char));
357 e = (char *) ecalloc(n+1, sizeof(char));
427 fpat = (char *) ecalloc(len, sizeof(char));
436 fpat = (char *) ecalloc(len, sizeof(char));
537 buf = (char *) ecalloc(len, sizeof(char));
550 p = (char *) ecalloc(len, sizeof(char));
592 scmd = (char *) ecalloc(len, sizeof(char));
711 p = (char *) ecalloc(len, sizeof(char));
759 cmd = (char *) ecalloc(len, sizeof(char));
898 cmd = (char *) ecalloc(len, sizeof(char));
[all …]
H A Dlesskey.c126 ecalloc(count, size) in ecalloc() function
146 pathname = ecalloc(strlen(dirname) + strlen(filename) + 2, sizeof(char));
308 char *env = (char *) ecalloc(strlen(drive) +
H A Dtags.c125 tp = (struct tag *) ecalloc(sizeof(struct tag), 1);
126 tp->tag_file = (char *) ecalloc(strlen(file) + 1, sizeof(char));
134 tp->tag_pattern = (char *) ecalloc(strlen(pattern) + 1, sizeof(char));
483 char *cline = (char *) ecalloc(1, cvt_len); in ctagsearch()
565 command = (char *) ecalloc(strlen(cmd) + strlen(flag) +
H A Dmain.c106 char *env = (char *) ecalloc(strlen(drive) +
327 p = (char *) ecalloc(strlen(s)+1, sizeof(char));
337 ecalloc(count, size) in ecalloc() function
H A Dpattern.c34 ecalloc(1, sizeof(struct re_pattern_buffer));
51 regex_t *comp = (regex_t *) ecalloc(1, sizeof(regex_t));
161 cvt_pattern = (char*) ecalloc(1, cvt_length(strlen(pattern), CVT_TO_LC));
H A Dxbuf.c43 data = (char *) ecalloc(xbuf->size, sizeof(char));
H A Dcvt.c45 int *chpos = (int *) ecalloc(sizeof(int), len);
H A Dposition.c123 table = (POSITION *) ecalloc(sc_height, sizeof(POSITION)); in pos_init()
H A Dsearch.c181 info->text = (char *) ecalloc(1, strlen(pattern)+1);
681 s = (struct hilite_storage *) ecalloc(1, sizeof(struct hilite_storage));
682 s->nodes = (struct hilite_node *) ecalloc(capacity, sizeof(struct hilite_node));
1391 cline = (char *) ecalloc(1, cvt_len);
1909 filter = ecalloc(1, sizeof(struct pattern_info));
/freebsd-13.1/crypto/heimdal/appl/gssmask/
H A Dcommon.c58 (*list)[*listlen] = ecalloc(len, sizeof(**list)); in add_list()
90 list = ecalloc(strings->num_strings, sizeof(*list)); in permutate_all()
/freebsd-13.1/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)); in new_type()
1001 struct constraint_spec *c = ecalloc(1, sizeof(*c)); in new_constraint_spec()
H A Dcheck-common.c71 *map = ecalloc(1, sizeof(**map)); in map_alloc()
87 *map = ecalloc(1, sizeof(**map)); in map_alloc()
H A Dasn1parse.c1864 (yyval.range) = ecalloc(1, sizeof(*(yyval.range)));
1875 (yyval.range) = ecalloc(1, sizeof(*(yyval.range)));
1886 (yyval.range) = ecalloc(1, sizeof(*(yyval.range)));
1897 (yyval.range) = ecalloc(1, sizeof(*(yyval.range)));
2349 struct member *m = ecalloc(1, sizeof(*m));
2816 Type *t = ecalloc(1, sizeof(*t)); in new_type()
2824 struct constraint_spec *c = ecalloc(1, sizeof(*c)); in new_constraint_spec()
/freebsd-13.1/sbin/rcorder/
H A Dealloc.h7 void *ecalloc(size_t nmemb, size_t size);
H A Dealloc.c113 ecalloc(size_t nmemb, size_t size) in ecalloc() function
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Decalloc.c46 ecalloc (size_t number, size_t size) in ecalloc() function
/freebsd-13.1/lib/libnetbsd/
H A Dutil.h48 void *ecalloc(size_t, size_t);
H A Defun.c115 ecalloc(size_t n, size_t s) in ecalloc() function
/freebsd-13.1/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.c98 arc = ecalloc(1, sizeof(*arc)); in archimedes_convert_node()
H A Dcd9660_write.c177 buffer = ecalloc(path_table_sectors, diskStructure->sectorSize); in cd9660_write_path_table()
276 temp_file_name = ecalloc(CD9660MAXPATH + 1, 1); in cd9660_write_file()
/freebsd-13.1/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c112 pmp = ecalloc(1, sizeof(*pmp)); in msdosfs_mount()
304 pmp->pm_inusemap = ecalloc(sizeof(*pmp->pm_inusemap), in msdosfs_mount()
/freebsd-13.1/kerberos5/lib/libroken/
H A DMakefile22 ecalloc.c \
/freebsd-13.1/usr.sbin/makefs/
H A Dwalk.c226 cur = ecalloc(1, sizeof(*cur)); in create_fsnode()
229 cur->inode = ecalloc(1, sizeof(*cur->inode)); in create_fsnode()
666 htable = ecalloc(htmask+1, sizeof(*htable)); in link_check()
H A Dcd9660.c178 cd9660node *temp = ecalloc(1, sizeof(*temp)); in cd9660_allocate_cd9660node()
252 iso9660_disk *diskStructure = ecalloc(1, sizeof(*diskStructure)); in cd9660_prep_opts()
776 t->volumeDescriptorData = ecalloc(1, 2048); in cd9660_setup_volume_descriptors()
788 t->volumeDescriptorData = ecalloc(1, 2048); in cd9660_setup_volume_descriptors()
2018 temp->node->inode = ecalloc(1, sizeof(*temp->node->inode)); in cd9660_create_file()
2045 temp->node->inode = ecalloc(1, sizeof(*temp->node->inode)); in cd9660_create_directory()

123