Searched refs:ETIMEDOUT (Results 1 - 25 of 130) sorted by relevance

123456

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dread_wait.c27 /* exceeded, read_wait() returns -1 and sets errno to ETIMEDOUT.
102 errno = ETIMEDOUT;
127 errno = ETIMEDOUT;
179 errno = ETIMEDOUT;
H A Dwrite_wait.c26 /* exceeded, write_wait() returns -1 and sets errno to ETIMEDOUT.
101 errno = ETIMEDOUT;
126 errno = ETIMEDOUT;
H A Dtimed_wait.c28 /* is set to ETIMEDOUT. Otherwise, the result value is the result
110 errno = ETIMEDOUT;
H A Dwrite_buf.c83 errno = ETIMEDOUT;
/macosx-10.9.5/apache-786.1/httpd/os/beos/
H A Dbeosd.c129 #ifdef ETIMEDOUT
130 case ETIMEDOUT:
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Derrno2result.c73 #ifdef ETIMEDOUT
74 case ETIMEDOUT:
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Derrno2result.c73 #ifdef ETIMEDOUT
74 case ETIMEDOUT:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-dyld-locking/
H A Dbase.c52 if ( pthread_cond_timedwait(&sBarrierFree, &sBarrierMutex, &tsTimeout) == ETIMEDOUT ) {
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Derrno.h124 #define ETIMEDOUT 60 /* Operation timed out */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Derrno.h124 #define ETIMEDOUT 60 /* Operation timed out */ macro
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Derrno.h124 #define ETIMEDOUT 60 /* Operation timed out */ macro
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dnet_write.c97 errno = ETIMEDOUT;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/pthreads/
H A Dcondition.c63 if (presult == ETIMEDOUT)
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_cond_timedwait.c123 if (ret < 0 && errno == ETIMEDOUT)
/macosx-10.9.5/libxml2-26/libxml2/include/
H A Dwsockcompat.h68 #define ETIMEDOUT WSAETIMEDOUT macro
/macosx-10.9.5/ntp-88/lib/isc/pthreads/
H A Dcondition.c63 if (presult == ETIMEDOUT)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/
H A Dwsockcompat.h66 #define ETIMEDOUT WSAETIMEDOUT macro
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A DtclErrno.h80 #define ETIMEDOUT 60 /* Connection timed out */ macro
/macosx-10.9.5/tcpdump-56/tcpdump/win32/Include/
H A Derrno.h115 #define ETIMEDOUT 110 /* Connection timed out */ macro
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_errno.c390 #ifdef ETIMEDOUT
391 return (ETIMEDOUT);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_timer.c96 mp_tp->mpt_softerror = ETIMEDOUT;
116 mp_tp->mpt_softerror = ETIMEDOUT;
/macosx-10.9.5/Libc-997.90.3/sys/
H A DOSMemoryNotification.c122 return ETIMEDOUT;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/os2/
H A Dmaperrorcode.c66 { SOCETIMEDOUT, ETIMEDOUT },
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/locks/unix/
H A Dthread_cond.c95 if (ETIMEDOUT == rv) {
/macosx-10.9.5/apr-30/apr/apr/file_io/os2/
H A Dmaperrorcode.c66 { SOCETIMEDOUT, ETIMEDOUT },

Completed in 337 milliseconds

123456