• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/

Lines Matching refs:printf

40 		printf( "malloc failed with error %d - \"%s\" \n", errno, strerror( errno) );
45 printf( "malloc failed with error %d - \"%s\" \n", errno, strerror( errno) );
80 printf( "socket call in parent failed with error %d - \"%s\" \n", errno, strerror( errno) );
86 printf( "bind call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
95 printf( "getsockname call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
99 printf( "getsockname test failed - did not get correct socket name data \n" );
106 printf( "lseek on socket should fail but did not \n" );
115 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
129 printf( "socket call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
137 printf( "bind call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
147 printf( "connect call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
161 printf( "getpeername call in parent failed with error %d - \"%s\" \n", errno, strerror( errno) );
167 printf( "getpeername test failed - did not get correct peer data \n" );
187 printf( "sendmsg failed with error %d - \"%s\" \n", errno, strerror( errno) );
197 printf( "recvfrom failed with error %d - \"%s\" \n", errno, strerror( errno) );
204 printf( "test failed - did not get correct data from child \n" );
226 printf( "listen call in parent failed with error %d - \"%s\" \n", errno, strerror( errno) );
234 printf( "accept call in parent failed with error %d - \"%s\" \n", errno, strerror( errno) );
259 printf( "recvmsg failed with error %d - \"%s\" \n", errno, strerror( errno) );
265 printf( "test failed - did not get correct data from child \n" );
276 printf( "sendto failed with error %d - \"%s\" \n", errno, strerror( errno) );
285 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
289 printf( "read wrong message from child \n" );
297 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
344 printf( "socketpair failed with errno %d - %s \n", errno, strerror( errno ) );
352 printf( "getsockopt - SO_TYPE - failed with errno %d - %s \n", errno, strerror( errno ) );
356 printf( "getsockopt returned incorrect socket type \n" );
364 printf( "getsockopt - SO_RCVTIMEO - failed with errno %d - %s \n", errno, strerror( errno ) );
374 printf( "setsockopt - SO_RCVTIMEO - failed with errno %d - %s \n", errno, strerror( errno ) );
382 printf( "getsockopt - SO_RCVTIMEO - failed with errno %d - %s \n", errno, strerror( errno ) );
387 printf( "setsockopt - SO_RCVTIMEO - did not set correct timeval \n" );
394 printf( "setsockopt - SO_RCVTIMEO - failed with errno %d - %s \n", errno, strerror( errno ) );
402 printf( "fsync failed with errno %d - %s \n", errno, strerror( errno ) );
406 printf( "fsync should have failed with errno ENOTSUP \n" );
415 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
427 printf( "write call failed. got errno %d - %s. \n", errno, strerror( errno ) );
446 printf( "select call failed with error %d - \"%s\" \n", errno, strerror( errno) );
461 printf( "poll call failed with error %d - \"%s\" \n", errno, strerror( errno) );
466 printf( "poll should have returned ready for read \n" );
472 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
476 printf( "read call on socket failed to get \"all done\" message \n" );
488 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
492 printf( "read call on socket failed to get \"ready to go message\" \n" );
501 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
507 printf( "wait4 did not return child pid - returned %d should be %d \n", my_wait_pid, my_pid );
512 printf( "wait4 returned wrong exit status - 0x%02X \n", my_status );