| /openbsd-src/gnu/usr.bin/perl/win32/include/sys/ |
| H A D | errno2.h | 41 #ifndef EINPROGRESS /* New in VC10 */ 42 # define EINPROGRESS WSAEINPROGRESS macro
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/ |
| H A D | 31nonblocking-connect-internet.t | 11 use Errno qw( EINPROGRESS EWOULDBLOCK ECONNREFUSED ); 40 while( !$socket->connect and ( $! == EINPROGRESS || $! == EWOULDBLOCK ) ) { 79 while( !$socket->connect and ( $! == EINPROGRESS || $! == EWOULDBLOCK ) ) {
|
| H A D | 30nonblocking-connect.t | 12 use Errno qw( EINPROGRESS EWOULDBLOCK ); 44 while( !$socket->connect and ( $! == EINPROGRESS || $! == EWOULDBLOCK ) ) {
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | errno.h | 191 #ifndef EINPROGRESS 192 #define EINPROGRESS 9928 macro
|
| H A D | __errc | 77 operation_in_progress, // EINPROGRESS 186 operation_in_progress = EINPROGRESS,
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/ |
| H A D | Socket.pm | 122 if (defined $timeout && ($!{EINPROGRESS} || $!{EWOULDBLOCK})) { 155 elsif ($blocking || !($!{EINPROGRESS} || $!{EWOULDBLOCK})) {
|
| /openbsd-src/gnu/usr.bin/perl/h2pl/eg/sys/ |
| H A D | errno.pl | 36 $EINPROGRESS = 0x24;
|
| /openbsd-src/sys/sys/ |
| H A D | errno.h | 85 #define EINPROGRESS 36 /* Operation now in progress */ macro
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/ |
| H A D | IP.pm | 30 use Errno qw( EINVAL EINPROGRESS EISCONN ENOTCONN ETIMEDOUT EWOULDBLOCK EOPNOTSUPP ); 675 if( $! == EINPROGRESS or $! == EWOULDBLOCK ) { 704 # It seems that IO::Socket hides EINPROGRESS errors, making them look like 728 elsif( not( $err == EINPROGRESS or $err == EWOULDBLOCK ) ) { 776 $! = EINPROGRESS; 1045 be tried again (by being set to the value C<EINPROGRESS>, or C<EWOULDBLOCK> on 1061 use Errno qw( EINPROGRESS EWOULDBLOCK ); 1070 while( !$socket->connect and ( $! == EINPROGRESS || $! == EWOULDBLOCK ) ) {
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | strerror.c | 418 #if defined (EINPROGRESS) 419 ENTRY(EINPROGRESS, "EINPROGRESS", "Operation now in progress"),
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | strerror.c | 419 #if defined (EINPROGRESS) 420 ENTRY(EINPROGRESS, "EINPROGRESS", "Operation now in progress"),
|
| /openbsd-src/lib/libcrypto/bio/ |
| H A D | bss_sock.c | 236 case EINPROGRESS: in BIO_sock_non_fatal_error()
|
| H A D | bss_fd.c | 265 case EINPROGRESS: in BIO_fd_non_fatal_error()
|
| /openbsd-src/regress/sys/kern/sosplice/ |
| H A D | Relay.pm | 140 $cs->connect($rres[3]) || $!{EINPROGRESS}
|
| /openbsd-src/usr.sbin/unbound/smallapp/ |
| H A D | unbound-control.c | 667 #ifdef EINPROGRESS in contact_server() 668 if(errno != EINPROGRESS) { in contact_server() 712 #ifdef EINPROGRESS in contact_server() 713 if(error == EINPROGRESS) in contact_server()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ser-tcp.c | 116 if (n < 0 && errno != EINPROGRESS) in net_open()
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | nsd-control.c | 326 if(errno != EINPROGRESS) { in contact_server() 358 if(error == EINPROGRESS || error == EWOULDBLOCK) in contact_server()
|
| /openbsd-src/regress/sys/net/pflow/ |
| H A D | gen_traffic.c | 130 errno != EINPROGRESS) in main()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/HP800/ |
| H A D | cma_thread_io.h | 102 ((s == EAGAIN) || (s == EWOULDBLOCK) || (s == EINPROGRESS) || \
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/AT386/ |
| H A D | cma_thread_io.h | 128 ((s == EAGAIN) || (s == EWOULDBLOCK) || (s == EINPROGRESS) || \
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/RIOS/ |
| H A D | cma_thread_io.h | 99 ((s == EAGAIN) || (s == EWOULDBLOCK) || (s == EINPROGRESS) || \
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | win32sck.c | 96 return EINPROGRESS; in convert_wsa_error_to_errno() 237 case EINPROGRESS: in convert_errno_to_wsa_error()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/ |
| H A D | Ping.pm | 58 EINPROGRESS => 10036, 941 } elsif ($! != EINPROGRESS && ($^O ne 'MSWin32' || $! != EWOULDBLOCK)) { 1439 if ($! == EINPROGRESS || ($^O eq 'MSWin32' && $! == EWOULDBLOCK)) {
|
| /openbsd-src/regress/lib/libc/sys/ |
| H A D | t_stat.c | 354 ATF_REQUIRE_ERRNO(EINPROGRESS, in ATF_TC_BODY()
|
| /openbsd-src/lib/libevent/ |
| H A D | evbuffer.c | 168 errno == EINPROGRESS) in bufferevent_writecb()
|