Home | History | Annotate | Download | only in libopts

Lines Matching defs:nm_len

723         unsigned short      nm_len;
775 if (strncmp(pz, xml_names[ix].nm_str, xml_names[ix].nm_len)
777 *ppz = pz + xml_names[ix].nm_len;
794 size_t nm_len = strlen(pznm);
800 if (nm_len + 4 >= sizeof(z))
801 pz = AGALOC(nm_len + 4, "scan name");
805 memcpy(pz+2, pznm, nm_len);
806 nm_len += 2;
807 pz[nm_len++] = '>';
808 pz[nm_len] = NUL;
819 char * result = etext + nm_len;