Lines Matching refs:stdout

412 			fprintf(stdout, "none");  in printConstValue()
415 fprintf(stdout, "%s", constValue.m_value.aBool ? "TRUE" : "FALSE"); in printConstValue()
418 fprintf(stdout, "%d", constValue.m_value.aByte); in printConstValue()
421 fprintf(stdout, "%d", constValue.m_value.aShort); in printConstValue()
424 fprintf(stdout, "%d", constValue.m_value.aUShort); in printConstValue()
428 stdout, "%ld", in printConstValue()
433 stdout, "%lu", in printConstValue()
442 fprintf(stdout, "%f", constValue.m_value.aFloat); in printConstValue()
445 fprintf(stdout, "%f", constValue.m_value.aDouble); in printConstValue()
449 stdout, "%s", in printConstValue()
462 fprintf(stdout, "%s: %s\n", getTypeClass(typeClass), U2S(keyName)); in dumpTypeClass()
484 fprintf(stdout, " Field %d: Value1 = %s != Value2 = %s\n", index1, in checkConstValue()
497 fprintf(stdout, " Field %d: Value1 = %d != Value2 = %d\n", index1, in checkConstValue()
509 fprintf(stdout, " Field %d: Value1 = %d != Value2 = %d\n", index1, in checkConstValue()
521 fprintf(stdout, " Field %d: Value1 = %d != Value2 = %d\n", index1, in checkConstValue()
533 fprintf(stdout, " Field %d: Value1 = %ld != Value2 = %ld\n", index1, in checkConstValue()
546 fprintf(stdout, " Field %d: Value1 = %lu != Value2 = %lu\n", index1, in checkConstValue()
560 stdout, " Field %d: Value1 = %s != Value2 = %s\n", in checkConstValue()
579 stdout, " Field %d: Value1 = %s != Value2 = %s\n", in checkConstValue()
603 fprintf(stdout, " Field %d: Value1 = %f != Value2 = %f\n", index1, in checkConstValue()
615 fprintf(stdout, " Field %d: Value1 = %f != Value2 = %f\n", index1, in checkConstValue()
643 fprintf(stdout, " Field %d: Name1 = %s != Name2 = %s\n", index1, in checkField()
653 fprintf(stdout, " Field %d: Type1 = %s != Type2 = %s\n", index1, in checkField()
667 fprintf(stdout, " Field %d: Access1 = %s != Access2 = %s\n", index1, in checkField()
669 fprintf(stdout, " Field %d: Value1 = ", index1); in checkField()
671 fprintf(stdout, " != Value2 = "); in checkField()
673 fprintf(stdout, "\n;"); in checkField()
688 fprintf(stdout, " Field %d: FieldAccess1 = %s != FieldAccess2 = %s\n", index1, in checkField()
700 fprintf(stdout, " Field %d: Doku1 = %s\n Doku2 = %s\n", index1, in checkField()
754 fprintf(stdout, " Method1 %d: Name1 = %s != Name2 = %s\n", index, in checkMethod()
766 fprintf(stdout, " Method1 %d: ReturnType1 = %s != ReturnType2 = %s\n", index, in checkMethod()
780 …fprintf(stdout, " Method %d : nParameters1 = %d != nParameters2 = %d\n", index, nParams1, nPara… in checkMethod()
792 fprintf(stdout, " Method %d, Parameter %d: Type1 = %s != Type2 = %s\n", index, i, in checkMethod()
803 fprintf(stdout, " Method %d, Parameter %d: Name1 = %s != Name2 = %s\n", index, i, in checkMethod()
814 fprintf(stdout, " Method %d, Parameter %d: Mode1 = %s != Mode2 = %s\n", index, i, in checkMethod()
824 fprintf(stdout, " Registry1: Method %d contains %d more parameters\n", index, nParams1 - i); in checkMethod()
829 fprintf(stdout, " Registry2: Method %d contains %d more parameters\n", index, nParams2 - i); in checkMethod()
839 fprintf(stdout, " nExceptions1 = %d != nExceptions2 = %d\n", nExcep1, nExcep2); in checkMethod()
850 fprintf(stdout, " Method %d, Exception %d: Name1 = %s != Name2 = %s\n", index, i, in checkMethod()
860 fprintf(stdout, " Registry1: Method %d contains %d more exceptions\n", index, nExcep1 - i); in checkMethod()
865 fprintf(stdout, " Registry2: Method %d contains %d more exceptions\n", index, nExcep2 - i); in checkMethod()
873 fprintf(stdout, " Method %d: Mode1 = %s != Mode2 = %s\n", index, in checkMethod()
885 fprintf(stdout, " Method %d: Doku1 = %s\n Doku2 = %s\n", index, in checkMethod()
926 fprintf(stdout, " Reference %d: Name1 = %s != Name2 = %s\n", index1, in checkReference()
937 fprintf(stdout, " Reference %d: Type1 = %s != Type2 = %s\n", index1, in checkReference()
948 fprintf(stdout, " Reference %d: Doku1 = %s\n Doku2 = %s\n", index1, in checkReference()
959 fprintf(stdout, " Reference %d: Access1 = %s != Access2 = %s\n", index1, in checkReference()
986 fprintf(stdout, " %s1 contains %d more properties as %s2\n", in checkFieldsWithoutOrder()
1010 …fprintf(stdout, " incompatible change: Field %d ('%s') of r1 is not longer a property of this %s … in checkFieldsWithoutOrder()
1032 fprintf(stdout, in checkFieldsWithoutOrder()
1060 stdout, " Size1 = %lu Size2 = %lu\n", in checkBlob()
1072 fprintf(stdout, " published in 1 but unpublished in 2\n"); in checkBlob()
1086 fprintf(stdout, " TypeClass1 = %s != TypeClass2 = %s\n", in checkBlob()
1099 fprintf(stdout, " TypeName1 = %s != TypeName2 = %s\n", in checkBlob()
1112 stdout, " SuperTypeCount1 = %d != SuperTypeCount2 = %d\n", in checkBlob()
1125 fprintf(stdout, " SuperTypeName1 = %s != SuperTypeName2 = %s\n", in checkBlob()
1152 fprintf(stdout, " nFields1 = %d != nFields2 = %d\n", nFields1, nFields2); in checkBlob()
1165 fprintf(stdout, " Registry1 contains %d more fields\n", nFields1 - i); in checkBlob()
1170 fprintf(stdout, " Registry2 contains %d more fields\n", nFields2 - i); in checkBlob()
1187 fprintf(stdout, " nMethods1 = %d != nMethods2 = %d\n", nMethods1, nMethods2); in checkBlob()
1199 fprintf(stdout, " Registry1 contains %d more methods\n", nMethods1 - i); in checkBlob()
1203 fprintf(stdout, " Registry2 contains %d more methods\n", nMethods2 - i); in checkBlob()
1220 fprintf(stdout, " service1 contains %d more references as service2\n", in checkBlob()
1244 fprintf(stdout, in checkBlob()
1268 fprintf(stdout, in checkBlob()
1286 fprintf(stdout, " nReferences1 = %d != nReferences2 = %d\n", nReference1, nReference2); in checkBlob()
1298 fprintf(stdout, " Registry1 contains %d more references\n", nReference1 - i); in checkBlob()
1302 fprintf(stdout, " Registry2 contains %d more references\n", nReference2 - i); in checkBlob()
1312 fprintf(stdout, " Doku1 = %s\n Doku2 = %s\n", in checkBlob()
1432 fprintf(stdout, "Difference: key values of key \"%s\" are different\n", U2S(key1.getName())); in checkValueDifference()
1444 fprintf(stdout, " Registry 1: key has no value\n"); in checkValueDifference()
1451 fprintf(stdout, " Registry 1: Value: Type = RG_VALUETYPE_LONG\n"); in checkValueDifference()
1453 stdout, " Size = %lu\n", in checkValueDifference()
1455 fprintf(stdout, " Data = %p\n", &value1[0]); in checkValueDifference()
1463 fprintf(stdout, " Registry 1: Value: Type = RG_VALUETYPE_STRING\n"); in checkValueDifference()
1465 stdout, " Size = %lu\n", in checkValueDifference()
1467 …fprintf(stdout, " Data = \"%s\"\n", reinterpret_cast<char const*>(&value1[0]… in checkValueDifference()
1476 fprintf(stdout, " Registry 1: Value: Type = RG_VALUETYPE_UNICODE\n"); in checkValueDifference()
1478 stdout, " Size = %lu\n", in checkValueDifference()
1480 fprintf(stdout, " Data = \"%s\"\n", U2S(uStrValue)); in checkValueDifference()
1484 fprintf(stdout, " Registry 1: Value: Type = RG_VALUETYPE_BINARY\n"); in checkValueDifference()
1490 fprintf(stdout, " Registry 1: Value: Type = RG_VALUETYPE_LONGLIST\n"); in checkValueDifference()
1492 stdout, " Size = %lu\n", in checkValueDifference()
1498 stdout, " Data[%lu] = %ld\n", in checkValueDifference()
1508 fprintf(stdout, " Registry 1: Value: Type = RG_VALUETYPE_STRINGLIST\n"); in checkValueDifference()
1510 stdout, " Size = %lu\n", in checkValueDifference()
1516 stdout, " Data[%lu] = \"%s\"\n", in checkValueDifference()
1526 fprintf(stdout, " Registry 1: Value: Type = RG_VALUETYPE_UNICODELIST\n"); in checkValueDifference()
1528 stdout, " Size = %lu\n", in checkValueDifference()
1536 stdout, " Data[%lu] = \"%s\"\n", in checkValueDifference()
1546 fprintf(stdout, " Registry 2: key has no value\n"); in checkValueDifference()
1553 fprintf(stdout, " Registry 2: Value: Type = RG_VALUETYPE_LONG\n"); in checkValueDifference()
1555 stdout, " Size = %lu\n", in checkValueDifference()
1557 fprintf(stdout, " Data = %p\n", &value2[0]); in checkValueDifference()
1565 fprintf(stdout, " Registry 2: Value: Type = RG_VALUETYPE_STRING\n"); in checkValueDifference()
1567 stdout, " Size = %lu\n", in checkValueDifference()
1569 …fprintf(stdout, " Data = \"%s\"\n", reinterpret_cast<char const*>(&value2[0]… in checkValueDifference()
1578 fprintf(stdout, " Registry 2: Value: Type = RG_VALUETYPE_UNICODE\n"); in checkValueDifference()
1580 stdout, " Size = %lu\n", in checkValueDifference()
1582 fprintf(stdout, " Data = \"%s\"\n", U2S(uStrValue)); in checkValueDifference()
1586 fprintf(stdout, " Registry 2: Value: Type = RG_VALUETYPE_BINARY\n"); in checkValueDifference()
1592 fprintf(stdout, " Registry 2: Value: Type = RG_VALUETYPE_LONGLIST\n"); in checkValueDifference()
1594 stdout, " Size = %lu\n", in checkValueDifference()
1600 stdout, " Data[%lu] = %ld\n", in checkValueDifference()
1610 fprintf(stdout, " Registry 2: Value: Type = RG_VALUETYPE_STRINGLIST\n"); in checkValueDifference()
1612 stdout, " Size = %lu\n", in checkValueDifference()
1618 stdout, " Data[%lu] = \"%s\"\n", in checkValueDifference()
1628 fprintf(stdout, " Registry 2: Value: Type = RG_VALUETYPE_UNICODELIST\n"); in checkValueDifference()
1630 stdout, " Size = %lu\n", in checkValueDifference()
1638 stdout, " Data[%lu] = \"%s\"\n", in checkValueDifference()
1664 stdout, in hasPublishedChildren()
1680 stdout, in hasPublishedChildren()
1696 stdout, in hasPublishedChildren()
1747 fprintf(stdout, "EXISTENCE: key \"%s\" exists only in registry \"%s\"\n", in checkDifferences()
1764 stdout, in checkDifferences()
1781 stdout, in checkDifferences()
1797 stdout, in checkDifferences()
1815 stdout, in checkDifferences()
1832 stdout, in checkDifferences()
1864 fprintf(stdout, "EXISTENCE: key \"%s\" exists only in registry \"%s\"\n", in checkDifferences()
1898 fprintf(stdout, "VALUES: key values of key \"%s\" are different\n", U2S(key1.getName())); in compareKeys()
1933 fprintf(stdout, "ERROR: could not open key \"%s\" in registry \"%s\"\n", in compareKeys()
1944 fprintf(stdout, "ERROR: could not open key \"%s\" in registry \"%s\"\n", in compareKeys()
1989 fprintf(stdout, "%s: open registry \"%s\" failed\n", in main()
1995 fprintf(stdout, "%s: open registry \"%s\" failed\n", in main()
2003 fprintf(stdout, "%s: open root key of registry \"%s\" failed\n", in main()
2009 fprintf(stdout, "%s: open root key of registry \"%s\" failed\n", in main()
2018 fprintf(stdout, "%s: start key is equal to one of the exclude keys\n", in main()
2025 fprintf(stdout, "%s: open start key of registry \"%s\" failed\n", in main()
2031 fprintf(stdout, "%s: open start key of registry \"%s\" failed\n", in main()
2045 fprintf(stdout, "%s: registries are incompatible: %lu differences!\n", in main()
2051 fprintf(stdout, "%s: registries contain %lu differences!\n", in main()
2060 fprintf(stdout, "%s: registries are compatible!\n", in main()
2065 fprintf(stdout, "%s: registries are equal!\n", in main()
2074 fprintf(stdout, "%s: closing registry \"%s\" failed\n", in main()
2080 fprintf(stdout, "%s: closing registry \"%s\" failed\n", in main()