Lines Matching refs:printf

151   if( ret1) printf( "\n Test 1 successful \n");  in main()
152 else printf("\n !!!!!! Test 1 failed\n"); in main()
154 if( ret2) printf( "\n Test 2 successful \n"); in main()
155 else printf("\n !!!!!! Test 2 failed\n"); in main()
157 if( ret3) printf( "\n Test 3 successful \n"); in main()
158 else printf("\n !!!!!! Test 3 failed\n"); in main()
160 if( ret4) printf( "\n Test 4 successful \n"); in main()
161 else printf("\n !!!!!! Test 4 failed\n"); in main()
163 if( ret5) printf( "\n Test 5 successful \n"); in main()
164 else printf("\n !!!!!! Test 5 failed\n"); in main()
169 if( ret8) printf( "\n Test 8 successful \n"); in main()
170 else printf("\n !!!!!! Test 8 failed\n"); in main()
172 if( ret9) printf( "\n Test 9 successful: service manager is unloading listener\n"); in main()
173 else printf("\n !!!!! Test 9 failed\n"); in main()
186 printf("Test 1 ####################################################\n"); in test1()
223 printf("Test 2 ####################################################\n"); in test2()
267 printf("Test 3 ####################################################\n"); in test3()
314 printf("Test 4 ####################################################\n"); in test4()
360 printf("test5 ####################################################\n"); in test5()
430 printf("test6 ####################################################\n"); in test6()
460 printf("\n unloading should take about 10 seconds\n"); in test6()
473printf("\n it took about %i seconds \n Check the value!!!", afterTime.Seconds - beforeTime.Seconds… in test6()
474 printf(" hit return to continue\n"); in test6()
484 printf("Test 7 ####################################################" in test7()
493 printf("\nTest 7 \nThe listener should be called 3 times\n"); in test7()
507 printf("\n###cookie recycling works\n"); in test7()
508 printf("hit return to continue\n"); in test7()
513 printf("\n###cookie recycling failed!!!\n"); in test7()
514 printf("hit return to continue\n"); in test7()
529 printf("Test 8 ####################################################\n"); in test8()
614 printf(" listener called with id= %i\n", *(sal_Int32*)id); in listenerCallback()
622 printf("Test 9 ####################################################\n"); in test9()