Searched refs:EAGAIN (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dsftest.h54 #ifndef EAGAIN
55 #define EAGAIN 11 macro
/ast/src/cmd/ie/
H A Dio.h156 # ifdef EAGAIN
157 # if EAGAIN!=EWOULDBLOCK
158 # undef EAGAIN macro
159 # define EAGAIN EWOULDBLOCK macro
162 # define EAGAIN EWOULDBLOCK macro
163 # endif /* EAGAIN */
/ast/src/lib/libtksh/tcl/
H A DtclPosixStr.c61 #ifdef EAGAIN
62 case EAGAIN: return "EAGAIN";
448 #if defined(EWOULDBLOCK) && (!defined(EAGAIN) || (EWOULDBLOCK != EAGAIN))
508 #ifdef EAGAIN
509 case EAGAIN: return "resource temporarily unavailable";
896 #if defined(EWOULDBLOCK) && (!defined(EAGAIN) || (EWOULDBLOCK != EAGAIN))
/ast/src/lib/libast/sfio/
H A Dsfpkrd.c145 else if(errno == EAGAIN)
175 else if(errno == EAGAIN)
194 else if(errno == EAGAIN)
270 else if(errno == EAGAIN)
H A Dsfpoll.c139 { if(errno == eintr || errno == EAGAIN)
H A Dsfrd.c185 (errno != EAGAIN && errno != ENOMEM) )
H A Dsfhdr.h630 #ifndef EAGAIN
631 #define EAGAIN 11 macro
/ast/src/lib/libast/disc/
H A Dsfdcfilter.c80 else if(errno != EAGAIN)
94 if(errno != EAGAIN)
/ast/src/lib/libast/uwin/
H A Drcmd.c90 errno = EAGAIN; /* close */
143 if (errno == EAGAIN)
/ast/src/lib/libtksh/src/
H A DtclIO.c34 * Make sure that both EAGAIN and EWOULDBLOCK are defined. This does not
41 #if ((!defined(EWOULDBLOCK)) && (defined(EAGAIN)))
42 # define EWOULDBLOCK EAGAIN
44 #if ((!defined(EAGAIN)) && (defined(EWOULDBLOCK)))
45 # define EAGAIN EWOULDBLOCK macro
47 #if ((!defined(EAGAIN)) && (!defined(EWOULDBLOCK)))
48 error one of EWOULDBLOCK or EAGAIN must be defined
233 #define CHANNEL_BLOCKED (1<<11) /* EWOULDBLOCK or EAGAIN occurred
430 if ((result == EWOULDBLOCK) || (result == EAGAIN)) {
432 result = EAGAIN;
[all...]
/ast/src/cmd/ksh93/sh/
H A Dio.c48 # ifdef EAGAIN
49 # if EAGAIN!=EWOULDBLOCK
50 # undef EAGAIN macro
51 # define EAGAIN EWOULDBLOCK macro
54 # define EAGAIN EWOULDBLOCK macro
55 # endif /* EAGAIN */
1871 if(errno==EAGAIN)
H A Dpath.c141 if(pid>=0 || errno!=EAGAIN)
/ast/src/lib/libast/comp/
H A Domitted.c510 errno = EAGAIN;
/ast/src/cmd/coshell/
H A Dmain.c311 if (n < 0 && errno == EAGAIN)

Completed in 70 milliseconds