Home
last modified time | relevance | path

Searched refs:e_malloc (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dvms.c31 pnt = (char *) e_malloc(strlen(source) + 1); in strdup()
141 searchpath[i] = (char *) e_malloc(strlen(path) + 6); in opendir()
207 rab = (struct RAB*) e_malloc(sizeof(struct RAB)); in open_file()
208 fab = (struct FAB*) e_malloc(sizeof(struct FAB)); in open_file()
H A Dfiles.c100 root_file_adds = e_malloc (sizeof *root_file_adds); in FDECL2()
121 tmp->next = e_malloc (sizeof (*tmp->next)); in FDECL2()
131 f->child = e_malloc (sizeof (*f->child)); in FDECL2()
146 root_file_adds = e_malloc (sizeof *root_file_adds); in FDECL2()
H A Dhash.c49 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()
H A Dmulti.c339 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()
H A Dtree.c394 e_malloc(sizeof (struct directory_entry)); in FDECL1()
412 table->table = (char *) e_malloc(ROUND_UP(tablesize)); in FDECL1()
602 e_malloc(sizeof(struct directory)); in generate_reloc_directory()
615 e_malloc(sizeof (struct directory_entry)); in generate_reloc_directory()
672 e_malloc(sizeof (struct directory_entry)); in FDECL2()
704 e_malloc(sizeof (struct directory_entry)); in FDECL2()
1300 e_malloc(sizeof (struct directory_entry));
1375 hfs_ent = (hfsdirent *)e_malloc(sizeof(hfsdirent));
1477 e_malloc(sizeof (struct directory_entry));
1760 e_malloc(sizeof (struct directory_entry));
[all …]
H A Djoliet.c110 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()
H A Dwrite.c479 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()
H A Deltorito.c63 bootpath = (char *) e_malloc(strlen(boot_catalog)+strlen(path)+2); in FDECL1()
114 buf = (char *) e_malloc( 2048 ); in FDECL1()
H A Drock.c610 s_entry->rr_attributes = (unsigned char *) e_malloc(ipnt);
650 pnt = (char *) e_malloc(SECTOR_SIZE); in FDECL4()
H A Dapple.c777 entries = (a_entry *)e_malloc(nentries*A_ENTRY_SIZE); in get_sgl_info()
922 hfs_info1 = (struct hfs_info *)e_malloc(sizeof(struct hfs_info)); in get_hfs_fe_info()
1000 hfs_info1 = (struct hfs_info *)e_malloc(sizeof(struct hfs_info)); in get_hfs_sgi_info()
H A Dmkisofs.c1233 scan_tree = (char *) e_malloc(strlen(argv[optind])+2); in FDECL2()
1712 FDECL1(e_malloc, size_t, size) in FDECL1() argument
H A Dmkisofs.h469 extern void * DECL(e_malloc,(size_t));
H A DChangeLog261 * 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