Lines Matching refs:errno

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) );
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) );
190 printf( "sendmsg failed with error %d - \"%s\" \n", errno, strerror( errno) );
200 printf( "recvfrom failed with error %d - \"%s\" \n", errno, strerror( errno) );
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) );
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) );
363 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
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 ) );
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 ) );
472 printf( "setsockopt - SO_RCVTIMEO - failed with errno %d - %s \n", errno, strerror( errno ) );
477 errno = 0;
479 if ( my_err == -1 && errno != ENOTSUP ) {
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) );
550 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
566 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
579 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );