/freebsd/contrib/netbsd-tests/lib/libutil/ |
H A D | t_efun.c | 50 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/contrib/less/ |
H A D | filename.c | 69 name = p = (char *) ecalloc(strlen(str)+1, sizeof(char)); in shell_unquote() 200 newstr = np = (char *) ecalloc(len, sizeof(char)); in shell_quote() 293 pathname = (char *) ecalloc(_MAX_PATH, sizeof(char)); 392 e = (char *) ecalloc(n, sizeof(char)); in fcomplete() 435 fpat = (char *) ecalloc(len, sizeof(char)); in fcomplete() 444 fpat = (char *) ecalloc(len, sizeof(char)); 573 scmd = (char *) ecalloc(len, sizeof(char)); in shellcmd() 632 gfilename = (char *) ecalloc(length, sizeof(char)); in lglob() 671 gfilename = (char *) ecalloc(len, sizeof(char)); in lglob() 675 pfilename = (char *) ecalloc( in lglob() [all...] |
H A D | tags.c | 118 tp = (struct tag *) ecalloc(sizeof(struct tag), 1); in maketagent() 119 tp->tag_file = (char *) ecalloc(strlen(file) + 1, sizeof(char)); in maketagent() 127 tp->tag_pattern = (char *) ecalloc(strlen(pattern) + 1, sizeof(char)); in maketagent() 461 char *cline = (char *) ecalloc(1, cvt_len); in ctagsearch() 540 command = (char *) ecalloc(strlen(cmd) + strlen(flag) + in findgtag()
|
H A D | lesskey.c | 133 void * ecalloc(size_t count, size_t size) in ecalloc() function 147 pathname = ecalloc(strlen(dirname) + strlen(filename) + 2, sizeof(char)); in mkpathname() 301 char *env = (char *) ecalloc(strlen(drive) + in main()
|
H A D | main.c | 86 u8 = ecalloc(n, sizeof(char)); in main() 120 u8argv = (constant char **) ecalloc(n + 1, sizeof(char *)); in main() 160 char *msg = ecalloc(msglen, sizeof(char)); in main() 271 char *env = (char *) ecalloc(strlen(drive) + in main() 495 char *p = (char *) ecalloc(n+1, sizeof(char)); 516 public void * ecalloc(size_t count, size_t size) 340 public void * ecalloc(int count, unsigned int size) ecalloc() function
|
H A D | pattern.c | 30 ecalloc(1, sizeof(struct re_pattern_buffer)); in compile_pattern2() 47 regex_t *comp = (regex_t *) ecalloc(1, sizeof(regex_t)); in compile_pattern2() 154 char *cvt_pattern = (char*) ecalloc(1, cvt_length(strlen(pattern), CVT_TO_LC)); in compile_pattern()
|
H A D | cvt.c | 41 int *chpos = (int *) ecalloc(len, sizeof(int)); in cvt_alloc_chpos()
|
H A D | position.c | 116 table = (POSITION *) ecalloc((size_t) sc_height, sizeof(POSITION)); /*{{type-issue}}*/ in pos_init() 259 cline = (char *) ecalloc(1, cvt_length(line_len, cvt_ops));
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | objset.c | 82 os = ecalloc(1, sizeof(*os)); in objset_alloc() 91 chunk = ecalloc(1, sizeof(*chunk)); in objset_alloc() 96 os->phys = ecalloc(1, os->osblksz); in objset_alloc() 205 chunk = ecalloc(1, sizeof(*chunk)); in objset_dnode_bonus_alloc()
|
H A D | vdev.c | 174 label = ecalloc(1, sizeof(*label)); in vdev_label_write() 310 objarrblk = ecalloc(1, objarrblksz); in vdev_spacemap_write() 325 sma = ecalloc(zfs->mscount, sizeof(*sma)); in vdev_spacemap_write() 352 smblk = ecalloc(1, smblksz); in vdev_spacemap_write()
|
H A D | zap.c | 118 zap = ecalloc(1, sizeof(*zap)); in zap_alloc() 139 ent = ecalloc(1, sizeof(*ent)); in zap_add() 151 ent->valp = ecalloc(intcnt, intsz); in zap_add() 278 leafchunks = ecalloc(1u << prefixlen, sizeof(*leafchunks)); in zap_fat_write_prefixlen() 400 leafblks = ecalloc(lblkcnt, blksz); in zap_fat_write()
|
H A D | dsl.c | 79 *retp = ecalloc(1, len + 1); in nvlist_find_string() 359 dir = ecalloc(1, sizeof(*dir)); in dsl_dir_alloc() 607 ds = ecalloc(1, sizeof(*ds)); in dsl_dataset_alloc()
|
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | common.c | 58 (*list)[*listlen] = ecalloc(len, sizeof(**list)); in add_list() 90 list = ecalloc(strings->num_strings, sizeof(*list)); in permutate_all()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1parse.y | 363 $$ = 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 D | check-common.c | 71 *map = ecalloc(1, sizeof(**map)); in map_alloc() 87 *map = ecalloc(1, sizeof(**map)); in map_alloc()
|
H A D | asn1parse.c | 1867 (yyval.range) = ecalloc(1, sizeof(*(yyval.range))); 1878 (yyval.range) = ecalloc(1, sizeof(*(yyval.range))); 1889 (yyval.range) = ecalloc(1, sizeof(*(yyval.range))); 1900 (yyval.range) = ecalloc(1, sizeof(*(yyval.range))); 2352 struct member *m = ecalloc(1, sizeof(*m)); 2819 Type *t = ecalloc(1, sizeof(*t)); in new_type() 2827 struct constraint_spec *c = ecalloc(1, sizeof(*c)); in new_constraint_spec()
|
/freebsd/sbin/rcorder/ |
H A D | ealloc.h | 6 void *ecalloc(size_t nmemb, size_t size);
|
H A D | ealloc.c | 112 ecalloc(size_t nmemb, size_t size) in ecalloc() function
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | ecalloc.c | 46 ecalloc (size_t number, size_t size) in ecalloc() function
|
/freebsd/lib/libnetbsd/ |
H A D | util.h | 47 void *ecalloc(size_t, size_t);
|
H A D | efun.c | 114 ecalloc(size_t n, size_t s) in ecalloc() function
|
/freebsd/usr.sbin/makefs/ |
H A D | zfs.c | 127 dsdesc = ecalloc(1, sizeof(*dsdesc)); in zfs_parse_opts() 392 configbuf = ecalloc(1, configblksz); in pool_init_objdir_config() 573 label = ecalloc(1, sizeof(*label)); in pool_labels_write() 676 c = ecalloc(1, sizeof(*c)); in dnode_cursor_init()
|
/freebsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_vfsops.c | 104 pmp = ecalloc(1, sizeof(*pmp)); in m_msdosfs_mount() 296 pmp->pm_inusemap = ecalloc(sizeof(*pmp->pm_inusemap), in m_msdosfs_mount()
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_write.c | 175 buffer = ecalloc(path_table_sectors, diskStructure->sectorSize); in cd9660_write_path_table() 274 temp_file_name = ecalloc(PATH_MAX, 1); in cd9660_write_file()
|
/freebsd/kerberos5/lib/libroken/ |
H A D | Makefile | 20 ecalloc.c \
|