Searched refs:emalloc (Results 1 – 15 of 15) sorted by relevance
217 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 …]
117 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()
435 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 …]
90 fi = emalloc(sizeof(*fi)); in mtree_file_push()576 node->symlink = emalloc(strlen(value) + 1); in read_mtree_keywords()
985 fbuf = emalloc(ffs_opts->bsize); in ffs_write_file()1166 buf = emalloc(fs->fs_bsize); in ffs_write_inode()
36 #define bmake_malloc(n) emalloc(n)
328 AC_CHECK_LIB([util], [emalloc],
64 emalloc(size_t n) in emalloc() function
102 emalloc(size_t n) in emalloc() function
155 void *emalloc(size_t);
79 efun.3 emalloc.3 \
276 buf = emalloc(diskStructure->sectorSize); in cd9660_write_file()435 buf = emalloc(buf_size); in cd9660_copy_file()
463 temp = emalloc(sizeof(*temp)); in cd9660node_susp_create_node()
358 #define emalloc(size) memcheck(malloc(size)) macro1972 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()
639 wrbuf = emalloc(size); in ffs_write_superblock()