Home
last modified time | relevance | path

Searched defs:ERRNO_ERROR (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/moosefs2-cgi/moosefs-2.0.91/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs2-master/moosefs-2.0.91/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs2-metalogger/moosefs-2.0.91/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs2-cli/moosefs-2.0.91/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfscommon/
H A Dsockets.h28 # define ERRNO_ERROR (errno!=EAGAIN && errno!=EWOULDBLOCK) macro
30 # define ERRNO_ERROR (errno!=EAGAIN) macro
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dsys_error.h132 #define ERRNO_ERROR ((s32)(ERRNO_ERROR_BASE+errno)) macro