Home
last modified time | relevance | path

Searched refs:myStr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx644 sal_Char myStr[30] = ""; in TEST_F() local
645 strcat( myStr, pTestString1 ); in TEST_F()
646 strcat( myStr, pTestString2 ); in TEST_F()
647 sal_Int32 nRes = strcmp( myServerThread.pReadBuffer, myStr ); in TEST_F()
H A Dosl_Socket.cxx2565 sal_Char myStr[30] = ""; in TEST_F() local
2566 strcat( myStr, pTestString1 ); in TEST_F()
2567 strcat( myStr, pTestString2 ); in TEST_F()
2568 sal_Int32 nRes = strcmp( myServerThread.pReadBuffer, myStr ); in TEST_F()

Completed in 44 milliseconds