Searched refs:e_malloc (Results 1 – 11 of 11) sorted by relevance
49 s_hash = (struct file_hash *) e_malloc(sizeof(struct file_hash)); in FDECL1()100 s_hash = (struct file_hash *) e_malloc(sizeof(struct file_hash)); in FDECL2()162 new = (struct name_hash *) e_malloc(sizeof(struct name_hash)); in FDECL1()
394 e_malloc(sizeof (struct directory_entry)); in FDECL1()413 table->table = (char *) e_malloc(ROUND_UP(tablesize)+1); in FDECL1()603 e_malloc(sizeof(struct directory)); in generate_reloc_directory()621 e_malloc(sizeof (struct directory_entry)); in generate_reloc_directory()678 e_malloc(sizeof (struct directory_entry)); in FDECL2()683 s_entry->hfs_ent = (hfsdirent *) e_malloc(sizeof (hfsdirent)); in FDECL2()717 e_malloc(sizeof (struct directory_entry)); in FDECL2()722 s_entry->hfs_ent = (hfsdirent *) e_malloc(sizeof (hfsdirent)); in FDECL2()1320 e_malloc(sizeof (struct directory_entry));1395 hfs_ent = (hfsdirent *)e_malloc(sizeof(hfsdirent));[all …]
339 dirbuff = (char *) e_malloc(isonum_733((unsigned char *)mrootp->size)); in FDECL2()367 rtn = (struct directory_entry **) e_malloc(*nent * sizeof(*rtn)); in FDECL2()387 *pnt = (struct directory_entry *) e_malloc(sizeof(**rtn)); in FDECL2()435 (*pnt)->rr_attributes = e_malloc(rlen); in FDECL2()505 tt_buf = (unsigned char *) e_malloc(tt_size); in FDECL2()526 (*pnt)->table = e_malloc(strlen((char*)cpnt) - 33); in FDECL2()964 this_dir = (struct directory *) e_malloc(sizeof(struct directory)); in FDECL2()
110 tmpbuf = (u_char *) e_malloc(size); in FDECL3()357 jpath_table_m = (char *) e_malloc(tablesize); in generate_joliet_path_tables()358 jpath_table_l = (char *) e_malloc(tablesize); in generate_joliet_path_tables()372 jpathlist = (struct directory **) e_malloc(sizeof(struct directory *) in generate_joliet_path_tables()521 directory_buffer = (char *) e_malloc(total_size); in FDECL2()908 e_malloc(sizeof(struct directory_entry *) * dcount); in FDECL1()
479 e_malloc(sizeof(struct directory_entry *) * dcount); in FDECL1()680 e_malloc(sizeof(struct deferred_write)); in FDECL1()825 directory_buffer = (char *) e_malloc(total_size); in FDECL2()834 ce_buffer = (char *) e_malloc(ce_size); in FDECL2()1041 path_table_m = (char *) e_malloc(tablesize); in generate_path_tables()1042 path_table_l = (char *) e_malloc(tablesize); in generate_path_tables()1057 pathlist = (struct directory **) e_malloc(sizeof(struct directory *) in generate_path_tables()1505 hce = (hce_mem *)e_malloc(sizeof(hce_mem)); in file_gen()1507 hce->error = (char *)e_malloc(ERROR_SIZE); in file_gen()
61 bootpath = (char *) e_malloc(strlen(boot_catalog)+strlen(path)+2); in FDECL1()112 buf = (char *) e_malloc( 2048 ); in FDECL1()
610 s_entry->rr_attributes = (unsigned char *) e_malloc(ipnt);650 pnt = (char *) e_malloc(SECTOR_SIZE); in FDECL4()
777 entries = (a_entry *)e_malloc(nentries*A_ENTRY_SIZE); in get_sgl_info()902 hfs_info1 = (struct hfs_info *)e_malloc(sizeof(struct hfs_info)); in get_hfs_fe_info()980 hfs_info1 = (struct hfs_info *)e_malloc(sizeof(struct hfs_info)); in get_hfs_sgi_info()
473 extern void * DECL(e_malloc,(size_t));
261 * mkisofs.h: Fix declaration of e_malloc to use DECL macros.305 * (throughout): Replace all occurences of "malloc" with e_malloc.310 * mkisofs.c (e_malloc): New function. Calls malloc, and prints
1851 FDECL1(e_malloc, size_t, size) in FDECL1() argument