Lines Matching refs:printf

42                 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
48 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
83 printf( "socket call in parent failed with error %d - \"%s\" \n", errno, strerror( errno) );
89 printf( "bind call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
98 printf( "getsockname call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
102 printf( "getsockname test failed - did not get correct socket name data \n" );
109 printf( "lseek on socket should fail but did not \n" );
118 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
132 printf( "socket call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
140 printf( "bind call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
150 printf( "connect call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
164 printf( "getpeername call in parent failed with error %d - \"%s\" \n", errno, strerror( errno) );
170 printf( "getpeername test failed - did not get correct peer data \n" );
190 printf( "sendmsg failed with error %d - \"%s\" \n", errno, strerror( errno) );
200 printf( "recvfrom failed with error %d - \"%s\" \n", errno, strerror( errno) );
207 printf( "test failed - did not get correct data from child \n" );
221 printf( "test failed - could not open /usr/lib/libSystem.dylib\n" );
247 printf( "sendfile failed with error %d - \"%s\" \n", errno, strerror( errno) );
254 printf ( "close failed with error %d - \"%s\" \n", errno, strerror( errno) );
276 printf( "listen call in parent failed with error %d - \"%s\" \n", errno, strerror( errno) );
284 printf( "accept call in parent failed with error %d - \"%s\" \n", errno, strerror( errno) );
309 printf( "recvmsg failed with error %d - \"%s\" \n", errno, strerror( errno) );
315 printf( "test failed - did not get correct data from child \n" );
326 printf( "sendto failed with error %d - \"%s\" \n", errno, strerror( errno) );
339 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
348 printf( "read call returned %ld bytes instead of 11\n", 11 - neededBytes );
353 printf( "read wrong sendfile message from child \n" );
363 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
367 printf( "read wrong message from child \n" );
375 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
422 printf( "socketpair failed with errno %d - %s \n", errno, strerror( errno ) );
430 printf( "getsockopt - SO_TYPE - failed with errno %d - %s \n", errno, strerror( errno ) );
434 printf( "getsockopt returned incorrect socket type \n" );
442 printf( "getsockopt - SO_RCVTIMEO - failed with errno %d - %s \n", errno, strerror( errno ) );
452 printf( "setsockopt - SO_RCVTIMEO - failed with errno %d - %s \n", errno, strerror( errno ) );
460 printf( "getsockopt - SO_RCVTIMEO - failed with errno %d - %s \n", errno, strerror( errno ) );
465 printf( "setsockopt - SO_RCVTIMEO - did not set correct timeval \n" );
472 printf( "setsockopt - SO_RCVTIMEO - failed with errno %d - %s \n", errno, strerror( errno ) );
480 printf( "fsync failed with errno %d - %s \n", errno, strerror( errno ) );
484 printf( "fsync should have failed with errno ENOTSUP \n" );
493 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
505 printf( "write call failed. got errno %d - %s. \n", errno, strerror( errno ) );
524 printf( "select call failed with error %d - \"%s\" \n", errno, strerror( errno) );
539 printf( "poll call failed with error %d - \"%s\" \n", errno, strerror( errno) );
544 printf( "poll should have returned ready for read \n" );
550 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
554 printf( "read call on socket failed to get \"all done\" message \n" );
566 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
570 printf( "read call on socket failed to get \"ready to go message\" \n" );
579 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
585 printf( "wait4 did not return child pid - returned %d should be %d \n", my_wait_pid, my_pid );
590 printf( "wait4 returned wrong exit status - 0x%02X \n", my_status );