EINPROGRESS        97 lib/errno.in.h #  ifndef EINPROGRESS
EINPROGRESS       156 nt/inc/sys/socket.h #if defined(EINPROGRESS)
EINPROGRESS       684 src/gnutls.c       case EINPROGRESS:
EINPROGRESS      3571 src/process.c        if (p->is_non_blocking_client && xerrno == EINPROGRESS)
EINPROGRESS      2625 src/sysdep.c   	  return errno == EINPROGRESS ? 0 : r;
EINPROGRESS      8132 src/w32.c      	      errno = EINPROGRESS; /* that's what process.c expects */