Lines Matching refs:NM
663 p->attr.rr_entry.NM.h.type[0] = 'N';
664 p->attr.rr_entry.NM.h.type[1] = 'M';
665 sprintf(p->attr.rr_entry.NM.altname, "%s", file_node->isoDirRecord->name);
666 p->attr.rr_entry.NM.h.length[0] = (unsigned char)nm_length;
667 p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
668 p->attr.rr_entry.NM.flags[0] = (unsigned char) NM_PARENT;
743 * Each NM record has 254 bytes to work with. This means that
745 * name with 251 characters would require two nm records.
751 SUSP_ENTRY_RRIP_NM, "NM", SUSP_LOC_ENTRY);
752 r->attr.rr_entry.NM.h.version[0] = 1;
753 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_NONE;
758 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_CONTINUE;
762 memcpy(r->attr.rr_entry.NM.altname, p, len);
763 r->attr.rr_entry.NM.h.length[0] = 5 + len;