Home | History | Annotate | Download | only in ports

Lines Matching refs:strncmp

88             if (strncmp(attributeName, "variant", nameLength) == 0) {
89 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
91 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
94 } else if (strncmp(attributeName, "lang", nameLength) == 0) {
113 if (strncmp(tag, "family", len)== 0) {
126 } else if (len == 7 && strncmp(tag, "nameset", len) == 0) {
128 } else if (len == 7 && strncmp(tag, "fileset", len) == 0) {
130 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
133 } else if (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG) {
146 if (strncmp(tag, "family", len)== 0) {
150 } else if (len == 7 && strncmp(tag, "nameset", len) == 0) {
152 } else if (len == 7 && strncmp(tag, "fileset", len) == 0) {
154 } else if ((strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) ||
155 (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG)) {