Searched refs:buf2 (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sal/qa/rtl/crc32/ |
H A D | rtl_crc32.cxx | 99 char buf2[] = {3}; in TEST_F() local 100 int num2 = sizeof(buf2); in TEST_F() 102 nCRC2 = rtl_crc32(nCRC2, buf2, num2); in TEST_F() 119 char buf2[] = {2,2}; in TEST_F() local 120 int num2 = sizeof(buf2) - 1; in TEST_F() 122 nCRC2 = rtl_crc32(nCRC2, buf2, num2); in TEST_F() 139 char buf2[] = {20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0}; in TEST_F() local 140 int num2 = sizeof(buf2); in TEST_F() 142 nCRC2 = rtl_crc32(nCRC2, buf2, num2); in TEST_F()
|
/trunk/main/sal/qa/osl/file/ |
H A D | osl_old_test_file.cxx | 160 char buf2[PATH_MAX]; in TEST_F() local 161 strcpy( buf2 , buf ); in TEST_F() 162 strcat( buf2, "/a" ); in TEST_F() 164 if( 0 == mkdir( buf2 , S_IRWXG | S_IRWXO | S_IRWXU ) ) in TEST_F() 166 strcat( buf2, "/b" ); in TEST_F() 167 if( 0 == mkdir( buf2, S_IRWXU | S_IRWXO | S_IRWXU ) ) in TEST_F() 169 if( 0 == symlink( buf2 , "c" ) ) in TEST_F()
|
/trunk/main/sal/qa/rtl/strings/ |
H A D | test_oustringbuffer_utf32.cxx | 86 rtl::OUStringBuffer buf2(rtl::OUString(str2, str2Len)); in TEST_F() local 87 buf2.appendUtf32(0x10000); in TEST_F() 88 rtl::OUString res2(buf2.makeStringAndClear()); in TEST_F() 108 rtl::OUStringBuffer buf2(rtl::OUString(str2, str2Len)); in TEST_F() local 109 buf2.insertUtf32(2, 0x10FFFF); in TEST_F() 110 rtl::OUString res2(buf2.makeStringAndClear()); in TEST_F()
|
/trunk/main/extensions/source/oooimprovement/ |
H A D | soapsender.cxx | 130 char buf2[bufsize]; in send() local 136 buf2[idx] = buf[idx]; in send() 137 if(socket->write(buf2, bytes_read) != bytes_read) in send()
|
/trunk/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 1039 ::rtl::OStringBuffer buf2; in unorc_flush() 1040 buf2.append(RTL_CONSTASCII_STRINGPARAM("ORIGIN=")); in unorc_flush() 1041 buf2.append(osOrigin); in unorc_flush() 1042 buf2.append(LF); in unorc_flush() 1043 buf2.append( RTL_CONSTASCII_STRINGPARAM("UNO_SERVICES=?$ORIGIN/") ); in unorc_flush() 1044 buf2.append( ::rtl::OUStringToOString( in unorc_flush() 1046 buf2.append(LF); in unorc_flush() 1051 reinterpret_cast<sal_Int8 const *>(buf2.getStr()), in unorc_flush() 1052 buf2.getLength() ) ) ); in unorc_flush()
|
/trunk/main/odk/source/com/sun/star/lib/loader/ |
H A D | Loader.java | 272 byte[] buf2 = new byte[2 * n]; in callUnoinfo() 274 buf2[i] = buf[i]; in callUnoinfo() 276 buf = buf2; in callUnoinfo()
|
/trunk/main/icc/ |
H A D | SampleICC-1.3.2.patch | 2012 icChar buf[128], buf2[28]; 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)); 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)); 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));
|
Completed in 151 milliseconds