Lines Matching refs:printf
85 printf( "got inputstream and outputstream from remote process\n" ); in testPipe()
95 printf( "error : Couldn't read the expected number of bytes\n" ); in testPipe()
103 printf( "error : The array doesn't contain the expected values\n" ); in testPipe()
110 printf( "error : Got an unexpected number of bytes\n" ); in testPipe()
118 printf( "error : The array doesn't contain the expected values\n" ); in testPipe()
122 printf( "pipe test worked perfect\n" ); in testPipe()
126 printf( "Couldn't get inputstream and outputstream\n" ); in testPipe()
133 printf( "Connecting ....\n" ); in run()
147 printf( "got the remote initial object\n" ); in run()
152 printf( "error : didn't get the initial object\n" ); in run()
158 printf( "%s\n", o.pData->buffer ); in run()
159 printf( "couldn't access local resource ( possible security resons )\n" ); in run()
164 printf( "%s\n", o.pData->buffer ); in run()
165 printf( "no server listening on the resource\n" ); in run()
170 printf( "%s\n", o.pData->buffer ); in run()
171 printf( "uno url invalid\n" ); in run()
176 printf( "%s\n", o.pData->buffer ); in run()
177 printf( "a remote call was aborted\n" ); in run()
182 printf( "usage: (uno remoteclient-component --) uno-url\n" in run()