HomeSort by: relevance | last modified time | path
    Searched refs:rr_attributes (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
multi.c 243 pnt = dpnt->rr_attributes;
405 (*pnt)->rr_attributes = NULL;
435 (*pnt)->rr_attributes = e_malloc(rlen);
436 memcpy((*pnt)->rr_attributes, cpnt, rlen);
447 parse_rr((*pnt)->rr_attributes, rlen, *pnt);
597 if( (*p)->rr_attributes != NULL )
599 free((*p)->rr_attributes);
674 if( (ptr[i]->rr_attributes != NULL)
write.c 896 pnt = s_entry->rr_attributes;
942 memcpy(directory_buffer + dir_index, s_entry->rr_attributes,
957 if (s_entry_d->rr_attributes)
959 free(s_entry_d->rr_attributes);
960 s_entry_d->rr_attributes = NULL;
1636 set_733((char *) s_entry->rr_attributes + s_entry->rr_attr_size - 24,
1638 set_733((char *) s_entry->rr_attributes + s_entry->rr_attr_size - 8,
tree.c 565 pnt = s_entry->rr_attributes;
763 pnt = s_entry->rr_attributes;
782 pnt = s_entry->rr_attributes;
824 set_733((char *) s_entry1->rr_attributes + s_entry1->total_rr_attr_size - 8,
830 set_733((char *) s_entry1->rr_attributes + s_entry1->total_rr_attr_size - 8,
1449 s_entry->rr_attributes = NULL;
rock.c 610 s_entry->rr_attributes = (unsigned char *) e_malloc(ipnt);
613 memcpy(s_entry->rr_attributes, Rock, ipnt);
mkisofs.h 150 unsigned char * rr_attributes; member in struct:directory_entry

Completed in 31 milliseconds