Searched refs:isorec (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | tree.c | 305 sizeof(s_entry->isorec.name) + in FDECL1() 321 s_entry2->isorec.name_len[0] = s_entry->isorec.name_len[0]; in FDECL1() 322 strcpy(s_entry2->isorec.name, s_entry->isorec.name); in FDECL1() 338 sizeof(s_entry1->isorec.name) + in FDECL1() 355 s_entry2->isorec.name_len[0] = s_entry1->isorec.name_len[0]; in FDECL1() 356 strcpy(s_entry2->isorec.name, s_entry1->isorec.name); in FDECL1() 401 table->isorec.flags[0] = 0; in FDECL1() 472 sizeof(s_entry->isorec.name); in FDECL1() 1342 s_entry->isorec.flags[0] = 0; 1641 strcpy(s_entry->assoc->isorec.name, s_entry->isorec.name); [all …]
|
H A D | multi.c | 210 strcpy(name_buf, dpnt->isorec.name); in FDECL3() 389 (*pnt)->isorec = *idr; in FDECL2() 449 if( ((*pnt)->isorec.name_len[0] == 1) in FDECL2() 450 && ( ((*pnt)->isorec.name[0] == 0) in FDECL2() 451 || ((*pnt)->isorec.name[0] == 1)) ) in FDECL2() 461 if( (*pnt)->isorec.name[0] == 0 ) in FDECL2() 692 if( memcmp(ptr[i]->isorec.date, curr_entry->isorec.date,7) != 0 ) in FDECL6() 706 memcpy(curr_entry->isorec.extent, ptr[i]->isorec.extent, 8); in FDECL6() 1020 memset(contents[i]->isorec.extent, 0, 8); in FDECL2() 1047 memset(dpnt->isorec.extent, 0, 8); in FDECL2() [all …]
|
H A D | write.c | 373 rpnt = (*r)->isorec.name; in FDECL2() 374 lpnt = (*l)->isorec.name; in FDECL2() 496 len = s_entry->isorec.name_len[0]; in FDECL1() 497 s_entry->isorec.name[len] = 0; in FDECL1() 605 s_entry->isorec.flags[0] == 2) in FDECL1() 859 new_reclen = s_entry->isorec.length[0]; in FDECL2() 868 sizeof(s_entry->isorec.name) + s_entry->isorec.name_len[0]); in FDECL2() 870 sizeof (s_entry->isorec.name)+ s_entry->isorec.name_len[0]; in FDECL2() 1021 return strcmp(rr->self->isorec.name, ll->self->isorec.name); in FDECL2() 1114 namelen = de->isorec.name_len[0]; in generate_path_tables() [all …]
|
H A D | eltorito.c | 149 (unsigned int) get_733(de2->isorec.extent)); in FDECL1() 288 fprintf(stderr,"Extent of boot images is %d\n",get_733(de->isorec.extent)); in FDECL1() 291 (unsigned int) get_733(de->isorec.extent)); in FDECL1() 311 set_731(efi_desc.bootoff, (unsigned int)get_733(efi_de->isorec.extent)); in FDECL1()
|
H A D | joliet.c | 573 memcpy(&jrec, &s_entry1->isorec, sizeof(struct iso_directory_record) - in FDECL2() 574 sizeof(s_entry1->isorec.name)); in FDECL2() 644 sizeof(s_entry1->isorec.name)); in FDECL2() 648 sizeof (s_entry1->isorec.name); in FDECL2() 727 if(s_entry->isorec.flags[0] == 2) in FDECL1() 759 - sizeof(s_entry->isorec.name) in FDECL1() 765 - sizeof(s_entry->isorec.name) in FDECL1() 776 - sizeof(s_entry->isorec.name) in FDECL1()
|
H A D | hash.c | 165 hash = name_hash(de->isorec.name); in FDECL1() 181 p2 = nh->de->isorec.name; in FDECL1() 216 hash = name_hash(de->isorec.name); in FDECL1()
|
H A D | apple.c | 471 set_733((char *) s_entry1->isorec.size, s_entry1->size); in get_es_info() 600 set_733((char *) s_entry->isorec.size, s_entry->size); in get_mb_info() 606 set_733((char *) s_entry1->isorec.size, s_entry1->size); in get_mb_info() 679 set_733((char *) s_entry1->isorec.size, s_entry1->size); in get_dbl_info() 805 set_733((char *) s_entry->isorec.size, s_entry->size); in get_sgl_info() 812 set_733((char *) s_entry1->isorec.size, s_entry1->size); in get_sgl_info() 1524 fprintf(stderr,"\tISO Name: %s\n",s_entry->isorec.name); in print_hfs_info()
|
H A D | volume.c | 307 if(s_entry->isorec.flags[0]) in FDECL2() 457 … if ((s_entry1->isorec.flags[0] & 2) && strcmp(s_entry1->name,".") && strcmp(s_entry1->name,"..")) in FDECL2()
|
H A D | name.c | 64 result = sresult->isorec.name; in FDECL3()
|
H A D | rock.c | 175 currlen = sizeof(s_entry->isorec); 342 set_733(s_entry->isorec.size, 0);
|
H A D | mkisofs.h | 137 struct iso_directory_record isorec; member
|
H A D | ChangeLog | 238 * tree.c: Set isorec.date from fstatbuf.st_ctime, not current_time, 754 * tree.c: Simplify the calculation of isorec.len, isorec.name_len 808 directories (as well as isorec.size).
|
H A D | mkisofs.c | 1316 memcpy(&de.isorec.extent, mrootp->extent, 8); in FDECL2()
|