Home
last modified time | relevance | path

Searched refs:rr_attributes (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dmulti.c243 pnt = dpnt->rr_attributes; in FDECL4()
405 (*pnt)->rr_attributes = NULL; in FDECL2()
435 (*pnt)->rr_attributes = e_malloc(rlen); in FDECL2()
436 memcpy((*pnt)->rr_attributes, cpnt, rlen); in FDECL2()
447 parse_rr((*pnt)->rr_attributes, rlen, *pnt); in FDECL2()
597 if( (*p)->rr_attributes != NULL ) in FDECL2()
599 free((*p)->rr_attributes); in FDECL2()
674 if( (ptr[i]->rr_attributes != NULL) in FDECL6()
Dwrite.c896 pnt = s_entry->rr_attributes; in FDECL2()
942 memcpy(directory_buffer + dir_index, s_entry->rr_attributes, in FDECL2()
957 if (s_entry_d->rr_attributes) in FDECL2()
959 free(s_entry_d->rr_attributes); in FDECL2()
960 s_entry_d->rr_attributes = NULL; in FDECL2()
1636 set_733((char *) s_entry->rr_attributes + s_entry->rr_attr_size - 24, in FDECL1()
1638 set_733((char *) s_entry->rr_attributes + s_entry->rr_attr_size - 8, in FDECL1()
Dtree.c564 pnt = s_entry->rr_attributes; in FDECL1()
743 pnt = s_entry->rr_attributes; in FDECL2()
762 pnt = s_entry->rr_attributes; in FDECL1()
804 set_733((char *) s_entry1->rr_attributes + s_entry1->total_rr_attr_size - 8, in finish_cl_pl_entries()
810 set_733((char *) s_entry1->rr_attributes + s_entry1->total_rr_attr_size - 8, in finish_cl_pl_entries()
1429 s_entry->rr_attributes = NULL;
Drock.c610 s_entry->rr_attributes = (unsigned char *) e_malloc(ipnt);
613 memcpy(s_entry->rr_attributes, Rock, ipnt);
DChangeLog214 * mkisofs.h: Change rr_attributes to unsigned.
216 * tree.c(increment_nlink): Change pnt since rr_attributes is now
222 Type cast when generating file size. Change rr_attributes to
246 * write.c: Free name and rr_attributes fields when writing.
250 * mkisofs.h: Change rr_attributes to unsigned.
Dmkisofs.h150 unsigned char * rr_attributes; member