Lines Matching refs:buf

810    sprintf(buf, "%.8f", m_endPoint);
811 sDescription += buf;
813 - sprintf(buf, "]\r\nFunctionType: %04Xh\r\n", m_nFunctionType);
814 + sprintf(buf, "]\nFunctionType: %04Xh\n", m_nFunctionType);
815 sDescription += buf;
820 - sprintf(buf, "Y = %.8f\r\n\r\n", m_params[3]);
821 + sprintf(buf, "Y = %.8f\n\n", m_params[3]);
823 - sprintf(buf, "Y = X\r\n\r\n");
824 + sprintf(buf, "Y = X\n\n");
826 - sprintf(buf, "Y = %.8f * X + %.8f\r\n\r\n",
827 + sprintf(buf, "Y = %.8f * X + %.8f\n\n",
830 - sprintf(buf, "Y = (%.8f * X + %.8f)^%.4f + %.8f\r\n\r\n",
831 + sprintf(buf, "Y = (%.8f * X + %.8f)^%.4f + %.8f\n\n",
833 sDescription += buf;
837 - sprintf(buf, "Y = %.8f * log (%.8f * (X ^ %.8f) + %.8f) + %.8f\r\n\r\n",
838 + sprintf(buf, "Y = %.8f * log (%.8f * (X ^ %.8f) + %.8f) + %.8f\n\n",
840 sDescription += buf;
844 - sprintf(buf, "Y = %.8f * (%.8f ^ (%.8f * X + %.8f)) + %.8f\r\n\r\n",
845 + sprintf(buf, "Y = %.8f * (%.8f ^ (%.8f * X + %.8f)) + %.8f\n\n",
847 sDescription += buf;
853 - sprintf(buf, "Unknown Function with %d parameters:\r\n\r\n", m_nParameters);
854 + sprintf(buf, "Unknown Function with %d parameters:\n\n", m_nParameters);
855 sDescription += buf;
858 - sprintf(buf, "Param[%d] = %.8lf\r\n\r\n", i, m_params[i]);
859 + sprintf(buf, "Param[%d] = %.8lf\n\n", i, m_params[i]);
860 sDescription += buf;
921 icChar buf[128];
924 - sprintf(buf, " formula curve uses unknown formulaCurveSegment function type %d\r\n", m_nFunc…
925 + sprintf(buf, " formula curve uses unknown formulaCurveSegment function type %d\n", m_nFuncti…
926 sReport += buf;
930 sDescription += buf;
933 - sprintf(buf, "]\r\n");
934 + sprintf(buf, "]\n");
935 sDescription += buf;
939 sprintf(buf, "%.8f", m_endPoint);
940 sDescription += buf;
942 - sprintf(buf, "]\r\n");
943 + sprintf(buf, "]\n");
944 sDescription += buf;
954 - sprintf(buf, "%.8f %.8f\r\n", m_startPoint + (icFloatNumber)i*range/last, m_pSamples[i]);
955 + sprintf(buf, "%.8f %.8f\n", m_startPoint + (icFloatNumber)i*range/last, m_pSamples[i]);
956 sDescription += buf;
1017 icChar buf[81];
1020 - sprintf(buf, "BEGIN_CURVE_SET %d\r\n", m_nInputChannels);
1021 + sprintf(buf, "BEGIN_CURVE_SET %d\n", m_nInputChannels);
1022 sDescription += buf;
1025 - sprintf(buf, "Curve %d of %d\r\n", i+1, m_nInputChannels);
1026 + sprintf(buf, "Curve %d of %d\n", i+1, m_nInputChannels);
1027 sDescription += buf;
1043 - sprintf(buf, "BEGIN_ELEM_MATRIX %d %d\r\n", m_nInputChannels, m_nOutputChannels);
1044 + sprintf(buf, "BEGIN_ELEM_MATRIX %d %d\n", m_nInputChannels, m_nOutputChannels);
1045 sDescription += buf;
1049 sprintf(buf, "%12.8lf", data[i]);
1050 sDescription += buf;
1052 - sprintf(buf, " + %12.8lf\r\n", m_pConstants[j]);
1053 + sprintf(buf, " + %12.8lf\n", m_pConstants[j]);
1054 sDescription += buf;
1157 - sprintf(buf, " - %s: Unknown profile class!\r\n", Info.GetProfileClassSigName(m_Header.deviceC…
1158 + sprintf(buf, " - %s: Unknown profile class!\n", Info.GetProfileClassSigName(m_Header.deviceCla…
1159 sReport += buf;
1166 - sprintf(buf, " - %s: Unknown color space!\r\n", Info.GetColorSpaceSigName(m_Header.colorSpace)…
1167 + sprintf(buf, " - %s: Unknown color space!\n", Info.GetColorSpaceSigName(m_Header.colorSpace));
1168 sReport += buf;
1175 - sprintf(buf, " - %s: Unknown pcs color space!\r\n", Info.GetColorSpaceSigName(m_Header.pcs));
1176 + sprintf(buf, " - %s: Unknown pcs color space!\n", Info.GetColorSpaceSigName(m_Header.pcs));
1177 sReport += buf;
1184 - sprintf(buf, " - %s: Invalid pcs color space!\r\n", Info.GetColorSpaceSigName(m_Header.pcs));
1185 + sprintf(buf, " - %s: Invalid pcs color space!\n", Info.GetColorSpaceSigName(m_Header.pcs));
1186 sReport += buf;
1193 - sprintf(buf, " - %s: Unknown platform signature.\r\n", Info.GetPlatformSigName(m_Header.platfo…
1194 + sprintf(buf, " - %s: Unknown platform signature.\n", Info.GetPlatformSigName(m_Header.platform…
1195 sReport += buf;
1202 - sprintf(buf, " - %s: Unregisterd CMM signature.\r\n", Info.GetCmmSigName((icCmmSignature)m_Hea…
1203 + sprintf(buf, " - %s: Unregisterd CMM signature.\n", Info.GetCmmSigName((icCmmSignature)m_Heade…
1204 sReport += buf;
1211 - sprintf(buf, " - %s: Unknown rendering intent!\r\n", Info.GetRenderingIntentName((icRenderingI…
1212 + sprintf(buf, " - %s: Unknown rendering intent!\n", Info.GetRenderingIntentName((icRenderingInt…
1213 sReport += buf;
1237 sReport += buf;
1246 sReport += buf;
1255 sReport += buf;
1264 sReport += buf;
1265 - sprintf(buf," - %s: Invalid tag type (Might be critical!).\r\n", Info.GetTagTypeSigName(type…
1266 + sprintf(buf," - %s: Invalid tag type (Might be critical!).\n", Info.GetTagTypeSigName(typesi…
1267 sReport += buf;
1460 sprintf(buf, "%u Bytes.", m_nSize-4);
1461 sDescription += buf;
1544 - sprintf(buf, " - %s: Unknown Technology.\r\n", Info.GetSigName(m_nSig));
1545 + sprintf(buf, " - %s: Unknown Technology.\n", Info.GetSigName(m_nSig));
1546 sReport += buf;
1553 - sprintf(buf, " - %s: Unknown Reference Medium Gamut.\r\n", Info.GetSigName(m_nSig));
1554 + sprintf(buf, " - %s: Unknown Reference Medium Gamut.\n", Info.GetSigName(m_nSig));
1555 sReport += buf;
1562 - sprintf(buf, " - %s: Unknown Colorimetric Intent Image State.\r\n", Info.GetSigName(m_nSig…
1563 + sprintf(buf, " - %s: Unknown Colorimetric Intent Image State.\n", Info.GetSigName(m_nSig));
1564 sReport += buf;
1571 - sprintf(buf, "BEGIN_NAMED_COLORS flags=%08x %u %u\r\n", m_nVendorFlags, m_nSize, m_nDeviceCoords…
1572 + sprintf(buf, "BEGIN_NAMED_COLORS flags=%08x %u %u\n", m_nVendorFlags, m_nSize, m_nDeviceCoords);
1573 sDescription += buf;
1577 sDescription += buf;
1613 icChar buf[128];
1616 - sprintf(buf, "X=%.4lf, Y=%.4lf, Z=%.4lf\r\n", icFtoD(m_XYZ[0].X), icFtoD(m_XYZ[0].Y), icFtoD(m…
1617 + sprintf(buf, "X=%.4lf, Y=%.4lf, Z=%.4lf\n", icFtoD(m_XYZ[0].X), icFtoD(m_XYZ[0].Y), icFtoD(m_X…
1618 sDescription += buf;
1625 - sprintf(buf, "value[%u]: X=%.4lf, Y=%.4lf, Z=%.4lf\r\n", i, icFtoD(m_XYZ[i].X), icFtoD(m_XYZ…
1626 + sprintf(buf, "value[%u]: X=%.4lf, Y=%.4lf, Z=%.4lf\n", i, icFtoD(m_XYZ[i].X), icFtoD(m_XYZ[i…
1627 sDescription += buf;
1643 - sprintf(buf, "Number of Channels : %u\r\n", m_nChannels);
1644 + sprintf(buf, "Number of Channels : %u\n", m_nChannels);
1645 sDescription += buf;
1647 - sprintf(buf, "Colorant Encoding : %s\r\n", Fmt.GetColorantEncoding((icColorantEncoding)m_nColora…
1648 + sprintf(buf, "Colorant Encoding : %s\n", Fmt.GetColorantEncoding((icColorantEncoding)m_nColorant…
1649 sDescription += buf;
1652 - sprintf(buf, "value[%u]: x=%.3lf, y=%.3lf\r\n", i, icUFtoD(m_xy[i].x), icUFtoD(m_xy[i].y));
1653 + sprintf(buf, "value[%u]: x=%.3lf, y=%.3lf\n", i, icUFtoD(m_xy[i].x), icUFtoD(m_xy[i].y));
1654 sDescription += buf;
1715 - sprintf(buf, "Value = %.4lf\r\n", icFtoD(m_Num[0]));
1716 + sprintf(buf, "Value = %.4lf\n", icFtoD(m_Num[0]));
1718 - sprintf(buf, "Value = %.4lf\r\n", icUFtoD(m_Num[0]));
1719 + sprintf(buf, "Value = %.4lf\n", icUFtoD(m_Num[0]));
1720 sDescription += buf;
1738 - sprintf(buf, "Value[%u] = %.4lf\r\n", i, icFtoD(m_Num[i]));
1739 + sprintf(buf, "Value[%u] = %.4lf\n", i, icFtoD(m_Num[i]));
1741 - sprintf(buf, "Value[%u] = %.4lf\r\n", i, icUFtoD(m_Num[i]));
1742 + sprintf(buf, "Value[%u] = %.4lf\n", i, icUFtoD(m_Num[i]));
1743 sDescription += buf;
1747 icChar buf[128];
1750 - sprintf(buf, "Value = %u (0x%x)\r\n", m_Num[0], m_Num[0]);
1751 + sprintf(buf, "Value = %u (0x%x)\n", m_Num[0], m_Num[0]);
1752 sDescription += buf;
1759 - sprintf(buf, "Value[%u] = %u (0x%x)\r\n", i, m_Num[i], m_Num[i]);
1760 + sprintf(buf, "Value[%u] = %u (0x%x)\n", i, m_Num[i], m_Num[i]);
1761 sDescription += buf;
1766 icChar buf[128];
1769 - sprintf(buf, "Backing measurement: X=%.4lf, Y=%.4lf, Z=%.4lf\r\n",
1771 + sprintf(buf, "Backing measurement: X=%.4lf, Y=%.4lf, Z=%.4lf\n",
1775 sDescription += buf;
1844 icChar buf[128];
1850 - sprintf(buf, "%s\r\n", (icChar*)m_pData);
1851 + sprintf(buf, "%s\n", (icChar*)m_pData);
1852 sDescription += buf;
1856 - sprintf(buf, "%d\r\n", m_pData[i]);
1857 + sprintf(buf, "%d\n", m_pData[i]);
1858 sDescription += buf;
1871 icChar buf[128];
1874 - sprintf(buf, "%u-%u-%u\r\n", m_DateTime.month, m_DateTime.day, m_DateTime.year);
1875 + sprintf(buf, "%u-%u-%u\n", m_DateTime.month, m_DateTime.day, m_DateTime.year);
1876 sDescription += buf;
1879 - sprintf(buf, "%u:%u:%u\r\n", m_DateTime.hours, m_DateTime.minutes, m_DateTime.seconds);
1880 + sprintf(buf, "%u:%u:%u\n", m_DateTime.hours, m_DateTime.minutes, m_DateTime.seconds);
1881 sDescription += buf;
1886 icChar buf[128];
1888 - sprintf(buf, "Colorant Count : %u\r\n", m_nCount);
1889 + sprintf(buf, "Colorant Count : %u\n", m_nCount);
1890 sDescription += buf;
1895 - sprintf(buf, "%u\r\n", m_pData[i]);
1896 + sprintf(buf, "%u\n", m_pData[i]);
1897 sDescription += buf;
1922 - sprintf(buf, "BEGIN_COLORANTS %u\r\n", m_nCount);
1923 + sprintf(buf, "BEGIN_COLORANTS %u\n", m_nCount);
1924 sDescription += buf;
1931 - sprintf(buf, "XYZ_X XYZ_Y XYZ_Z\r\n");
1932 + sprintf(buf, "XYZ_X XYZ_Y XYZ_Z\n");
1933 sDescription += buf;
1936 - sprintf(buf, "Lab_L Lab_a Lab_b\r\n");
1937 + sprintf(buf, "Lab_L Lab_a Lab_b\n");
1938 sDescription += buf;
1942 sDescription += buf;
1945 - sprintf(buf, "%7.4lf %7.4lf %7.4lf\r\n", icUSFtoD(m_pData[i].data[0]), icUSFtoD(m_pData[i].d…
1946 + sprintf(buf, "%7.4lf %7.4lf %7.4lf\n", icUSFtoD(m_pData[i].data[0]), icUSFtoD(m_pData[i].dat…
1947 sDescription += buf;
1954 - sprintf(buf, "%7.4lf %8.4lf %8.4lf\r\n", Lab[0], Lab[1], Lab[2]);
1955 + sprintf(buf, "%7.4lf %8.4lf %8.4lf\n", Lab[0], Lab[1], Lab[2]);
1956 sDescription += buf;
1987 icChar buf[128];
1990 - sprintf(buf, "Illuminant Tristimulus values: X = %.4lf, Y = %.4lf, Z = %.4lf\r\n",
1991 + sprintf(buf, "Illuminant Tristimulus values: X = %.4lf, Y = %.4lf, Z = %.4lf\n",
1995 sDescription += buf;
1997 - sprintf(buf, "Surround Tristimulus values: X = %.4lf, Y = %.4lf, Z = %.4lf\r\n",
1998 + sprintf(buf, "Surround Tristimulus values: X = %.4lf, Y = %.4lf, Z = %.4lf\n",
2012 icChar buf[128], buf2[28];
2015 - sprintf(buf, "Number of Profile Description Structures: %u\r\n", m_Descriptions->size());
2016 + sprintf(buf, "Number of Profile Description Structures: %u\n", m_Descriptions->size());
2017 sDescription += buf;
2023 - sprintf(buf, "Profile Description Structure Number [%u] follows:\r\n", count+1);
2024 + sprintf(buf, "Profile Description Structure Number [%u] follows:\n", count+1);
2025 sDescription += buf;
2027 - sprintf(buf, "Device Manufacturer Signature: %s\r\n", icGetSig(buf2, i->m_deviceMfg, false));
2028 + sprintf(buf, "Device Manufacturer Signature: %s\n", icGetSig(buf2, i->m_deviceMfg, false));
2029 sDescription += buf;
2031 - sprintf(buf, "Device Model Signature: %s\r\n", icGetSig(buf2, i->m_deviceModel, false));
2032 + sprintf(buf, "Device Model Signature: %s\n", icGetSig(buf2, i->m_deviceModel, false));
2033 sDescription += buf;
2035 - sprintf(buf, "Device Attributes: %08x%08x\r\n", (icUInt32Number)(i->m_attributes >> 32), (icUI…
2036 + sprintf(buf, "Device Attributes: %08x%08x\n", (icUInt32Number)(i->m_attributes >> 32), (icUInt…
2037 sDescription += buf;
2039 - sprintf(buf, "Device Technology Signature: %s\r\n", icGetSig(buf2, i->m_technology, false));
2040 + sprintf(buf, "Device Technology Signature: %s\n", icGetSig(buf2, i->m_technology, false));
2041 sDescription += buf;
2043 - sprintf(buf, "Description of device manufacturer: \r\n");
2044 + sprintf(buf, "Description of device manufacturer: \n");
2045 sDescription += buf;
2048 - sprintf(buf, "Description of device model: \r\n");
2049 + sprintf(buf, "Description of device model: \n");
2050 sDescription += buf;
2057 - sprintf(buf, " - %s: Unknown Technology.\r\n", Info.GetSigName(i->m_technology));
2058 + sprintf(buf, " - %s: Unknown Technology.\n", Info.GetSigName(i->m_technology));
2059 sReport += buf;
2092 - sprintf(buf, "Maximum Colorant XYZ Measurement for Channel-%u : X=%.4lf, Y=%.4lf, Z=%.4lf\r\n"…
2094 + sprintf(buf, "Maximum Colorant XYZ Measurement for Channel-%u : X=%.4lf, Y=%.4lf, Z=%.4lf\n", …
2096 sDescription += buf;
2098 - sprintf(buf, "Number of Measurements for Channel-%u : %u\r\n", i+1, nResponseList.size());
2099 + sprintf(buf, "Number of Measurements for Channel-%u : %u\n", i+1, nResponseList.size());
2100 sDescription += buf;
2102 - sprintf(buf, "Measurement Data for Channel-%u follows:\r\n", i+1);
2103 + sprintf(buf, "Measurement Data for Channel-%u follows:\n", i+1);
2104 sDescription += buf;
2107 - sprintf(buf, "Device Value= %u : Measurement Value= %.4lf\r\n", j->deviceCode, icFtoD(j->mea…
2108 + sprintf(buf, "Device Value= %u : Measurement Value= %.4lf\n", j->deviceCode, icFtoD(j->measu…
2109 sDescription += buf;
2132 icChar buf[128];
2134 - sprintf(buf, "Number of Channels: %u\r\n", m_nChannels);
2135 + sprintf(buf, "Number of Channels: %u\n", m_nChannels);
2136 sDescription += buf;
2138 - sprintf(buf, "Number of Measurement Types used: %u\r\n", m_ResponseCurves->size());
2139 + sprintf(buf, "Number of Measurement Types used: %u\n", m_ResponseCurves->size());
2140 sDescription += buf;
2147 - sprintf(buf, "Response Curve for measurement type [%u] follows:\r\n", count+1);
2148 + sprintf(buf, "Response Curve for measurement type [%u] follows:\n", count+1);
2149 sDescription += buf;
2180 icChar buf[128], *ptr;
2183 - sprintf(buf, "BEGIN_CURVE In_Out\r\n");
2184 + sprintf(buf, "BEGIN_CURVE In_Out\n");
2185 sDescription += buf;
2191 - sprintf(buf, "BEGIN_CURVE In_Out\r\n");
2192 + sprintf(buf, "BEGIN_CURVE In_Out\n");
2193 sDescription += buf;
2194 - sprintf(buf, "Y = X ^ %.4lf\r\n", dGamma);
2195 + sprintf(buf, "Y = X ^ %.4lf\n", dGamma);
2196 sDescription += buf;
2201 - sprintf(buf, "BEGIN_LUT In_Out 1 1\r\n");
2202 + sprintf(buf, "BEGIN_LUT In_Out 1 1\n");
2203 sDescription += buf;
2208 ptr = buf;
2216 sDescription += buf;
2225 icChar buf[128], *ptr;
2228 - sprintf(buf, "BEGIN_CURVE %s\r\n", szName);
2229 + sprintf(buf, "BEGIN_CURVE %s\n", szName);
2230 sDescription += buf;
2236 - sprintf(buf, "BEGIN_CURVE %s\r\n", szName);
2237 + sprintf(buf, "BEGIN_CURVE %s\n", szName);
2238 sDescription += buf;
2239 - sprintf(buf, "Y = X ^ %.4lf\r\n", dGamma);
2240 + sprintf(buf, "Y = X ^ %.4lf\n", dGamma);
2241 sDescription += buf;
2246 - sprintf(buf, "BEGIN_LUT %s 1 1\r\n", szName);
2247 + sprintf(buf, "BEGIN_LUT %s 1 1\n", szName);
2248 sDescription += buf;
2261 sDescription += buf;
2280 icChar buf[128];
2282 - sprintf(buf, "FunctionType: %04Xh\r\n", m_nFunctionType);
2283 + sprintf(buf, "FunctionType: %04Xh\n", m_nFunctionType);
2284 sDescription += buf;
2288 - sprintf(buf, "Y = X ^ %.4lf\r\n", icFtoD(m_Param[0]));
2289 + sprintf(buf, "Y = X ^ %.4lf\n", icFtoD(m_Param[0]));
2290 sDescription += buf;
2294 - sprintf(buf, "Y = (%.4lf * X + %.4lf) ^ %.4lf when (X >= %.4lf / %.4lf)\r\n",
2295 + sprintf(buf, "Y = (%.4lf * X + %.4lf) ^ %.4lf when (X >= %.4lf / %.4lf)\n",
2298 sDescription += buf;
2300 - sprintf(buf, "Y = 0 when (X < %.4lf / %.4lf)\r\n",
2301 + sprintf(buf, "Y = 0 when (X < %.4lf / %.4lf)\n",
2303 sDescription += buf;
2307 - sprintf(buf, "Y = (%.4lf * X + %.4lf) ^ %.4lf + %.4lf when (X >= %.4lf / %.4lf)\r\n",
2308 + sprintf(buf, "Y = (%.4lf * X + %.4lf) ^ %.4lf + %.4lf when (X >= %.4lf / %.4lf)\n",
2312 sDescription += buf;
2314 - sprintf(buf, "Y = %.4lf when (X < %.4lf / %.4lf)\r\n", icFtoD(m_Param[3]),
2315 + sprintf(buf, "Y = %.4lf when (X < %.4lf / %.4lf)\n", icFtoD(m_Param[3]),
2317 sDescription += buf;
2321 - sprintf(buf, "Y = (%.4lf * X + %.4lf) ^ %.4lf when (X >= %.4lf)\r\n",
2322 + sprintf(buf, "Y = (%.4lf * X + %.4lf) ^ %.4lf when (X >= %.4lf)\n",
2325 sDescription += buf;
2327 - sprintf(buf, "Y = %lf * X when (X < %.4lf)\r\n",
2328 + sprintf(buf, "Y = %lf * X when (X < %.4lf)\n",
2330 sDescription += buf;
2334 - sprintf(buf, "Y = (%.4lf * X + %.4lf) ^ %.4lf + %.4lf when (X >= %.4lf)\r\n",
2335 + sprintf(buf, "Y = (%.4lf * X + %.4lf) ^ %.4lf + %.4lf when (X >= %.4lf)\n",
2338 sDescription += buf;
2340 - sprintf(buf, "Y = %lf * X + %.4lf when (X < %.4lf)\r\n",
2341 + sprintf(buf, "Y = %lf * X + %.4lf when (X < %.4lf)\n",
2343 sDescription += buf;
2349 - sprintf(buf, "Unknown Function with %d parameters:\r\n");
2350 + sprintf(buf, "Unknown Function with %d parameters:\n", m_nNumParam);
2351 sDescription += buf;
2354 - sprintf(buf, "Param[%d] = %.4lf\r\n", i, icFtoD(m_Param[i]));
2355 + sprintf(buf, "Param[%d] = %.4lf\n", i, icFtoD(m_Param[i]));
2356 sDescription += buf;
2361 icChar buf[128];
2363 - sprintf(buf, "BEGIN_CURVE %s\r\n", szName);
2364 + sprintf(buf, "BEGIN_CURVE %s\n", szName);
2365 sDescription += buf;
2446 icChar buf[128];
2448 - sprintf(buf, "BEGIN_MATRIX %s\r\n", szName);
2449 + sprintf(buf, "BEGIN_MATRIX %s\n", szName);
2450 sDescription += buf;
2453 - sprintf(buf, "%8.4lf %8.4lf %8.4lf\r\n",
2454 + sprintf(buf, "%8.4lf %8.4lf %8.4lf\n",
2456 sDescription += buf;
2457 - sprintf(buf, "%8.4lf %8.4lf %8.4lf\r\n",
2458 + sprintf(buf, "%8.4lf %8.4lf %8.4lf\n",
2460 sDescription += buf;
2461 - sprintf(buf, "%8.4lf %8.4lf %8.4lf\r\n",
2462 + sprintf(buf, "%8.4lf %8.4lf %8.4lf\n",
2464 sDescription += buf;
2467 - sprintf(buf, "%8.4lf %8.4lf %8.4lf + %8.4lf\r\n",
2468 + sprintf(buf, "%8.4lf %8.4lf %8.4lf + %8.4lf\n",
2470 sDescription += buf;
2471 - sprintf(buf, "%8.4lf %8.4lf %8.4lf + %8.4lf\r\n",
2472 + sprintf(buf, "%8.4lf %8.4lf %8.4lf + %8.4lf\n",
2474 sDescription += buf;
2475 - sprintf(buf, "%8.4lf %8.4lf %8.4lf + %8.4lf\r\n",
2476 + sprintf(buf, "%8.4lf %8.4lf %8.4lf + %8.4lf\n",
2478 sDescription += buf;
2804 sDescription += buf;
2813 icGetSig(buf, m_sig, true);
2814 sReport += buf;
2831 icChar buf[128];
2833 - sprintf(buf, "BEGIN MULTI_PROCESS_ELEMENT_TAG %d %d\r\n", m_nInputChannels, m_nOutputChannels);
2834 + sprintf(buf, "BEGIN MULTI_PROCESS_ELEMENT_TAG %d %d\n", m_nInputChannels, m_nOutputChannels);
2835 sDescription += buf;
2843 - sprintf(buf, "PROCESS_ELEMENT #%d\r\n", j+1);
2844 + sprintf(buf, "PROCESS_ELEMENT #%d\n", j+1);
2845 sDescription += buf;
2905 char buf[20];
2907 sprintf(buf, "%2x", m_profileID.ID8[i]);
2908 sDescription += buf;
2924 icChar buf[128];
2926 - sprintf(buf, "BEGIN ProfileSequenceIdentification_TAG\r\n");
2927 + sprintf(buf, "BEGIN ProfileSequenceIdentification_TAG\n");
2928 sDescription += buf;
2935 - sprintf(buf, "ProfileDescription_%d:\r\n", i+1);
2936 + sprintf(buf, "ProfileDescription_%d:\n", i+1);
2937 sDescription += buf;
2941 - sprintf(buf, "END ProfileSequenceIdentification_TAG\r\n");
2942 + sprintf(buf, "END ProfileSequenceIdentification_TAG\n");
2943 sDescription += buf;
2970 icChar buf[128];
2972 - sprintf(buf, "%8.4lf %8.4lf %8.4lf\r\n", icFtoD(pMatrix[0]), icFtoD(pMatrix[1]), icFtoD(pMatrix[…
2973 + sprintf(buf, "%8.4lf %8.4lf %8.4lf\n", icFtoD(pMatrix[0]), icFtoD(pMatrix[1]), icFtoD(pMatrix[2]…
2974 sDump += buf;
2975 - sprintf(buf, "%8.4lf %8.4lf %8.4lf\r\n", icFtoD(pMatrix[3]), icFtoD(pMatrix[4]), icFtoD(pMatrix[…
2976 + sprintf(buf, "%8.4lf %8.4lf %8.4lf\n", icFtoD(pMatrix[3]), icFtoD(pMatrix[4]), icFtoD(pMatrix[5]…
2977 sDump += buf;
2978 - sprintf(buf, "%8.4lf %8.4lf %8.4lf\r\n", icFtoD(pMatrix[6]), icFtoD(pMatrix[7]), icFtoD(pMatrix[…
2979 + sprintf(buf, "%8.4lf %8.4lf %8.4lf\n", icFtoD(pMatrix[6]), icFtoD(pMatrix[7]), icFtoD(pMatrix[8]…
2980 sDump += buf;
3007 icChar buf[128];
3010 - sprintf(buf," - %u: Invalid year!\r\n",dateTime.year);
3011 + sprintf(buf," - %u: Invalid year!\n",dateTime.year);
3012 sReport += buf;
3019 - sprintf(buf," - %u: Invalid year!\r\n",dateTime.year);
3020 + sprintf(buf," - %u: Invalid year!\n",dateTime.year);
3021 sReport += buf;
3028 - sprintf(buf," - %u: Invalid year!\r\n",dateTime.year);
3029 + sprintf(buf," - %u: Invalid year!\n",dateTime.year);
3030 sReport += buf;
3037 - sprintf(buf," - %u: Invalid month!\r\n",dateTime.month);
3038 + sprintf(buf," - %u: Invalid month!\n",dateTime.month);
3039 sReport += buf;
3046 - sprintf(buf," - %u: Invalid day!\r\n",dateTime.day);
3047 + sprintf(buf," - %u: Invalid day!\n",dateTime.day);
3048 sReport += buf;
3055 - sprintf(buf," - %u: Invalid day for February!\r\n",dateTime.day);
3056 + sprintf(buf," - %u: Invalid day for February!\n",dateTime.day);
3057 sReport += buf;
3064 - sprintf(buf," - %u: Invalid day for February, year is not a leap year(%u)!\r\n",dateTime.d…
3065 + sprintf(buf," - %u: Invalid day for February, year is not a leap year(%u)!\n",dateTime.day…
3066 sReport += buf;
3073 - sprintf(buf," - %u: Invalid hour!\r\n",dateTime.hours);
3074 + sprintf(buf," - %u: Invalid hour!\n",dateTime.hours);
3075 sReport += buf;
3082 - sprintf(buf," - %u: Invalid minutes!\r\n",dateTime.minutes);
3083 + sprintf(buf," - %u: Invalid minutes!\n",dateTime.minutes);
3084 sReport += buf;
3091 - sprintf(buf," - %u: Invalid seconds!\r\n",dateTime.hours);
3092 + sprintf(buf," - %u: Invalid seconds!\n",dateTime.hours);
3093 sReport += buf;