Lines Matching refs:stdout

1176 …                    fprintf(stdout, "ERROR: values of blop from key \"%s\" has different types.\n",  in checkBlop()
1207 fprintf(stdout, "WARNING: value of key \"%s\" already exists.\n", in checkBlop()
1217 fprintf(stdout, "ERROR: values of key \"%s\" contains bad data.\n", in checkBlop()
1227 fprintf(stdout, "ERROR: values of key \"%s\" has different types.\n", in checkBlop()
1431 fprintf(stdout, "Registry \"%s\":\n\n%s\n", regName.getStr(), keyName.getStr()); in dumpRegistry()
1519 fprintf(stdout, "%sValue: Type = VALUETYPE_NOT_DEFINED\n", indent); in dumpValue()
1523 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_LONG\n", indent); in dumpValue()
1525 stdout, "%s Size = %lu\n", indent, in dumpValue()
1527 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1531 fprintf(stdout, "%ld\n", sal::static_int_cast< long >(value)); in dumpValue()
1538 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_STRING\n", indent); in dumpValue()
1540 stdout, "%s Size = %lu\n", indent, in dumpValue()
1542 fprintf(stdout, "%s Data = \"%s\"\n", indent, value); in dumpValue()
1549 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_UNICODE\n", indent); in dumpValue()
1551 stdout, "%s Size = %lu\n", indent, in dumpValue()
1553 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1559 fprintf(stdout, "L\"%s\"\n", uStr.getStr()); in dumpValue()
1565 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_BINARY\n", indent); in dumpValue()
1567 stdout, "%s Size = %lu\n", indent, in dumpValue()
1569 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1583 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_LONGLIST\n", indent); in dumpValue()
1585 stdout, "%s Size = %lu\n", indent, in dumpValue()
1588 stdout, "%s Len = %lu\n", indent, in dumpValue()
1590 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1598 fprintf(stdout, "%s ", indent); in dumpValue()
1601 stdout, "%lu = %ld\n", in dumpValue()
1616 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_STRINGLIST\n", indent); in dumpValue()
1618 stdout, "%s Size = %lu\n", indent, in dumpValue()
1621 stdout, "%s Len = %lu\n", indent, in dumpValue()
1623 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1636 fprintf(stdout, "%s ", indent); in dumpValue()
1639 stdout, "%lu = \"%s\"\n", in dumpValue()
1653 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_UNICODELIST\n", indent); in dumpValue()
1655 stdout, "%s Size = %lu\n", indent, in dumpValue()
1658 stdout, "%s Len = %lu\n", indent, in dumpValue()
1660 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1674 fprintf(stdout, "%s ", indent); in dumpValue()
1678 stdout, "%lu = L\"%s\"\n", in dumpValue()
1690 fprintf(stdout, "\n"); in dumpValue()
1725 …fprintf(stdout, "%s/ %s\n", sIndent.getStr(), OUStringToOString(sName, RTL_TEXTENCODING_UTF8).getS… in dumpKey()