| /openbsd-src/usr.bin/less/ |
| H A D | filename.c | 45 name = p = ecalloc(strlen(str)+1, sizeof (char)); in shell_unquote() 167 newstr = r = ecalloc(len, sizeof (char)); in shell_quote() 283 e = ecalloc(n+1, sizeof (char)); in fexpand() 423 gfilename = ecalloc(length, sizeof (char)); in lglob()
|
| H A D | pattern.c | 32 comp = ecalloc(1, sizeof (regex_t)); in compile_pattern2() 56 cvt_pattern = ecalloc(1, cvt_length(strlen(pattern))); in compile_pattern()
|
| H A D | search.c | 445 hl = ecalloc(1, sizeof (struct hilite)); in create_hilites() 462 hl = ecalloc(1, sizeof (struct hilite)); in create_hilites() 748 cline = ecalloc(1, cvt_len); in search_range() 764 ecalloc(1, sizeof (struct hilite)); in search_range()
|
| H A D | cvt.c | 44 int *chpos = ecalloc(sizeof (int), len); in cvt_alloc_chpos()
|
| H A D | position.c | 119 table = ecalloc(sc_height, sizeof (off_t)); in pos_init()
|
| H A D | ifile.c | 109 p = ecalloc(1, sizeof (struct ifile)); in new_ifile()
|
| H A D | funcs.h | 12 void *ecalloc(int, unsigned int);
|
| H A D | main.c | 279 ecalloc(int count, unsigned int size) in ecalloc() function
|
| H A D | tags.c | 95 tp = ecalloc(sizeof (struct tag), 1); in maketagent()
|
| H A D | line.c | 83 linebuf = ecalloc(LINEBUF_SIZE, sizeof (char)); in init_line() 84 attr = ecalloc(LINEBUF_SIZE, sizeof (char)); in init_line()
|
| /openbsd-src/usr.sbin/makefs/ |
| H A D | walk.c | 199 cur = ecalloc(1, sizeof(*cur)); in create_fsnode() 202 cur->inode = ecalloc(1, sizeof(*cur->inode)); in create_fsnode() 335 htable = ecalloc(htmask+1, sizeof(*htable)); in link_check()
|
| H A D | xmalloc.c | 18 ecalloc(size_t nmemb, size_t size) in ecalloc() function
|
| H A D | makefs.h | 192 void *ecalloc(size_t, size_t);
|
| H A D | cd9660.c | 173 cd9660node *temp = ecalloc(1, sizeof(*temp)); in cd9660_allocate_cd9660node() 239 iso9660_disk *diskStructure = ecalloc(1, sizeof(*diskStructure)); in cd9660_prep_opts() 651 t->volumeDescriptorData = ecalloc(1, 2048); in cd9660_setup_volume_descriptors() 661 t->volumeDescriptorData = ecalloc(1, 2048); in cd9660_setup_volume_descriptors() 1880 temp->node->inode = ecalloc(1, sizeof(*temp->node->inode)); in cd9660_create_file() 1907 temp->node->inode = ecalloc(1, sizeof(*temp->node->inode)); in cd9660_create_directory()
|
| H A D | msdos.c | 53 struct msdos_options *msdos_opt = ecalloc(1, sizeof(*msdos_opt)); in msdos_prep_opts()
|
| H A D | makefs.c | 310 return memcpy(ecalloc(i, sizeof(*o)), o, i * sizeof(*o)); in copy_opts()
|
| /openbsd-src/usr.sbin/makefs/ffs/ |
| H A D | buf.h | 97 #define pool_get(p, f) ecalloc(1, (p)->size)
|
| H A D | buf.c | 177 bp = ecalloc(1, sizeof(*bp)); in getblk()
|
| /openbsd-src/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_vfsops.c | 112 pmp = ecalloc(1, sizeof *pmp); in msdosfs_mount() 310 pmp->pm_inusemap = ecalloc(sizeof(*pmp->pm_inusemap), in msdosfs_mount()
|
| H A D | msdosfs_denode.c | 101 ldep = ecalloc(1, sizeof(*ldep)); in deget()
|
| /openbsd-src/usr.bin/make/ |
| H A D | stats.c | 170 statarray = ecalloc(STAT_NUMBER, sizeof(unsigned long)); in Init_Stats()
|
| /openbsd-src/usr.sbin/config/ |
| H A D | util.c | 87 ecalloc(size_t sz1, size_t sz2) in ecalloc() function
|
| H A D | config.h | 373 void *ecalloc(size_t, size_t);
|
| H A D | hash.c | 112 h = ecalloc(n, sizeof *h); in ht_expand()
|
| /openbsd-src/usr.sbin/makefs/cd9660/ |
| H A D | cd9660_eltorito.c | 97 new_image = ecalloc(1, sizeof(*new_image)); in cd9660_add_boot_disk() 216 return ecalloc(1, sizeof(struct boot_catalog_entry)); in cd9660_init_boot_catalog_entry()
|