Lines Matching refs:strcmp
2588 if (!strcmp(tag, "array")) { in yylex()
2597 if (!strcmp(tag, "dict")) { in yylex()
2604 if (!strcmp(tag, "data")) { in yylex()
2614 if (!strcmp(attributes[i], "format") && !strcmp(values[i], "hex")) { in yylex()
2626 … if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) { in yylex()
2633 if (!strcmp(tag, "false")) { in yylex()
2641 if (!strcmp(tag, "integer")) { in yylex()
2644 if (!strcmp(attributes[i], "size")) { in yylex()
2653 …if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")… in yylex()
2660 if (!strcmp(tag, "key")) { in yylex()
2670 || strcmp(tag, "key")) { in yylex()
2677 if (!strcmp(tag, "plist")) { in yylex()
2683 if (!strcmp(tag, "string")) { in yylex()
2696 || strcmp(tag, "string")) { in yylex()
2701 if (!strcmp(tag, "set")) { in yylex()
2714 if (!strcmp(tag, "true")) { in yylex()
3063 if (!strcmp(kOSSerializeBinarySignature, buffer) in OSUnserializeXML()