Home
last modified time | relevance | path

Searched refs:emalloc (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sbin/rcorder/
HDrcorder.c217 ent = emalloc(sizeof *ent + strlen(s)); in strnode_add()
239 temp = emalloc(sizeof(*temp)); in filenode_new()
272 rnode = emalloc(sizeof(*rnode)); in add_require()
295 head = emalloc(sizeof(*head)); in add_provide()
342 pnode = emalloc(sizeof(*pnode)); in add_provide()
353 f_pnode = emalloc(sizeof(*f_pnode)); in add_provide()
367 bf_ent = emalloc(sizeof *bf_ent + strlen(s)); in add_before()
530 head = emalloc(sizeof(*head)); in make_fake_provision()
537 pnode = emalloc(sizeof(*pnode)); in make_fake_provision()
548 f_pnode = emalloc(sizeof(*f_pnode)); in make_fake_provision()
[all …]
HDhash.c117 t->bucketPtr = hp = (struct Hash_Entry **)emalloc(sizeof(*hp) * i); in Hash_InitTable()
260 e = (Hash_Entry *) emalloc(sizeof(*e) + keylen); in Hash_CreateEntry()
423 t->bucketPtr = hp = (struct Hash_Entry **) emalloc(sizeof(*hp) * i); in RebuildTable()
/dragonfly/usr.sbin/makefs/
HDcd9660.c435 emalloc(strlen(buf) + 1); in cd9660_parse_opts()
516 real_root->isoDirRecord = emalloc(sizeof(*real_root->isoDirRecord)); in cd9660_makefs()
760 temp = emalloc(sizeof(*temp)); in cd9660_setup_volume_descriptors()
773 t = emalloc(sizeof(*t)); in cd9660_setup_volume_descriptors()
785 t = emalloc(sizeof(*t)); in cd9660_setup_volume_descriptors()
807 node->isoExtAttributes = emalloc(sizeof(*node->isoExtAttributes));
864 newnode->isoDirRecord = emalloc(sizeof(*newnode->isoDirRecord)); in cd9660_translate_node()
1071 tmp = emalloc(ISO_FILENAME_MAXLENGTH_WITH_PADDING); in cd9660_rename_filename()
1510 n = emalloc(sizeof(struct s)); \
1962 tfsnode = emalloc(sizeof(*tfsnode)); in cd9660_create_virtual_entry()
[all …]
HDmtree.c90 fi = emalloc(sizeof(*fi)); in mtree_file_push()
576 node->symlink = emalloc(strlen(value) + 1); in read_mtree_keywords()
HDffs.c985 fbuf = emalloc(ffs_opts->bsize); in ffs_write_file()
1166 buf = emalloc(fs->fs_bsize); in ffs_write_inode()
/dragonfly/contrib/bmake/
HDmake_malloc.h36 #define bmake_malloc(n) emalloc(n)
HDconfigure.in328 AC_CHECK_LIB([util], [emalloc],
/dragonfly/usr.bin/bmake/
HDutil.h64 emalloc(size_t n) in emalloc() function
/dragonfly/lib/libutil/
HDefun.c102 emalloc(size_t n) in emalloc() function
HDlibutil.h155 void *emalloc(size_t);
HDMakefile79 efun.3 emalloc.3 \
/dragonfly/usr.sbin/makefs/cd9660/
HDcd9660_write.c276 buf = emalloc(diskStructure->sectorSize); in cd9660_write_file()
435 buf = emalloc(buf_size); in cd9660_copy_file()
HDiso9660_rrip.c463 temp = emalloc(sizeof(*temp)); in cd9660node_susp_create_node()
/dragonfly/usr.sbin/zic/
HDzic.c358 #define emalloc(size) memcheck(malloc(size)) macro
1972 startbuf = emalloc(max_abbr_len + 1); in outzone()
1973 ab = emalloc(max_abbr_len + 1); in outzone()
1974 envvar = emalloc(max_envvar_len + 1); in outzone()
2490 array = emalloc((strlen(cp) + 1) * sizeof *array); in getfields()
/dragonfly/usr.sbin/makefs/ffs/
HDmkfs.c639 wrbuf = emalloc(size); in ffs_write_superblock()