Home | History | Annotate | Download | only in ports

Lines Matching refs:strncmp

86             if (strncmp(attributeName, "variant", nameLength) == 0) {
87 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
89 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
92 } else if (strncmp(attributeName, "lang", nameLength) == 0) {
111 if (strncmp(tag, "family", len)== 0) {
125 } else if (len == 7 && strncmp(tag, "nameset", len) == 0) {
127 } else if (len == 7 && strncmp(tag, "fileset", len) == 0) {
129 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
132 } else if (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG) {
145 if (strncmp(tag, "family", len)== 0) {
149 } else if (len == 7 && strncmp(tag, "nameset", len) == 0) {
151 } else if (len == 7 && strncmp(tag, "fileset", len) == 0) {
153 } else if ((strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) ||
154 (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG)) {