Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 25 of 72) sorted by relevance

123

/openbsd/src/gnu/usr.bin/perl/win32/include/sys/
Derrno2.h41 #ifndef EINPROGRESS /* New in VC10 */
42 # define EINPROGRESS WSAEINPROGRESS macro
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/
D31nonblocking-connect-internet.t40 while( !$socket->connect and ( $! == EINPROGRESS || $! == EWOULDBLOCK ) ) {
79 while( !$socket->connect and ( $! == EINPROGRESS || $! == EWOULDBLOCK ) ) {
D30nonblocking-connect.t44 while( !$socket->connect and ( $! == EINPROGRESS || $! == EWOULDBLOCK ) ) {
/openbsd/src/gnu/llvm/libcxx/include/
Derrno.h191 #ifndef EINPROGRESS
192 #define EINPROGRESS 9928 macro
D__errc77 operation_in_progress, // EINPROGRESS
186 operation_in_progress = EINPROGRESS,
/openbsd/src/gnu/usr.bin/perl/dist/IO/lib/IO/
DSocket.pm122 if (defined $timeout && ($!{EINPROGRESS} || $!{EWOULDBLOCK})) {
155 elsif ($blocking || !($!{EINPROGRESS} || $!{EWOULDBLOCK})) {
/openbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/
Derrno.pl36 $EINPROGRESS = 0x24;
/openbsd/src/sys/sys/
Derrno.h85 #define EINPROGRESS 36 /* Operation now in progress */ macro
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
DIP.pm675 if( $! == EINPROGRESS or $! == EWOULDBLOCK ) {
728 elsif( not( $err == EINPROGRESS or $err == EWOULDBLOCK ) ) {
776 $! = EINPROGRESS;
/openbsd/src/gnu/usr.bin/cvs/lib/
Dstrerror.c419 #if defined (EINPROGRESS)
420 ENTRY(EINPROGRESS, "EINPROGRESS", "Operation now in progress"),
/openbsd/src/gnu/lib/libiberty/src/
Dstrerror.c418 #if defined (EINPROGRESS)
419 ENTRY(EINPROGRESS, "EINPROGRESS", "Operation now in progress"),
/openbsd/src/lib/libcrypto/bio/
Dbss_sock.c236 case EINPROGRESS: in BIO_sock_non_fatal_error()
Dbss_fd.c265 case EINPROGRESS: in BIO_fd_non_fatal_error()
/openbsd/src/regress/sys/kern/sosplice/
DRelay.pm140 $cs->connect($rres[3]) || $!{EINPROGRESS}
/openbsd/src/usr.sbin/unbound/smallapp/
Dunbound-control.c667 #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/
Dser-tcp.c116 if (n < 0 && errno != EINPROGRESS) in net_open()
/openbsd/src/usr.sbin/nsd/
Dnsd-control.c326 if(errno != EINPROGRESS) { in contact_server()
358 if(error == EINPROGRESS || error == EWOULDBLOCK) in contact_server()
/openbsd/src/gnu/usr.bin/binutils/gdb/osf-share/HP800/
Dcma_thread_io.h102 ((s == EAGAIN) || (s == EWOULDBLOCK) || (s == EINPROGRESS) || \
/openbsd/src/regress/sys/net/pflow/
Dgen_traffic.c130 errno != EINPROGRESS) in main()
/openbsd/src/gnu/usr.bin/binutils/gdb/osf-share/RIOS/
Dcma_thread_io.h99 ((s == EAGAIN) || (s == EWOULDBLOCK) || (s == EINPROGRESS) || \
/openbsd/src/gnu/usr.bin/binutils/gdb/osf-share/AT386/
Dcma_thread_io.h128 ((s == EAGAIN) || (s == EWOULDBLOCK) || (s == EINPROGRESS) || \
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32sck.c96 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/
DPing.pm58 EINPROGRESS => 10036,
941 } elsif ($! != EINPROGRESS && ($^O ne 'MSWin32' || $! != EWOULDBLOCK)) {
1439 if ($! == EINPROGRESS || ($^O eq 'MSWin32' && $! == EWOULDBLOCK)) {
/openbsd/src/lib/libevent/
Devbuffer.c168 errno == EINPROGRESS) in bufferevent_writecb()
/openbsd/src/regress/lib/libc/sys/
Dt_stat.c354 ATF_REQUIRE_ERRNO(EINPROGRESS, in ATF_TC_BODY()

123