Home
last modified time | relevance | path

Searched refs:myerrno (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/devel/libiqxmlrpc/libiqxmlrpc-0.13.5/libiqxmlrpc/
H A Dnet_except.cc14 exception_message(const std::string& prefix, bool use_errno, int myerrno) in exception_message() argument
26 myerrno = myerrno ? myerrno : errno; in exception_message()
29 b = strerror_r( myerrno, buf, sizeof(buf) - 1 ); in exception_message()
31 strerror_r( myerrno, buf, sizeof(buf) - 1 ); in exception_message()
44 iqnet::network_error::network_error( const std::string& msg, bool use_errno, int myerrno ): in network_error() argument
45 std::runtime_error( exception_message(msg, use_errno, myerrno) ) in network_error()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Eprivate.h117 …int myerrno = errno; …
121 …NE_ERROR(majorcode, minorcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, \
122 … HDstrerror(myerrno)); \
126 …int myerrno = errno; …
130 …TO_ERROR(majorcode, minorcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, \
131 … HDstrerror(myerrno)); \
141 …int myerrno = errno; …
148myerrno, HDstrerror(myerrno), win_error); \
152 …int myerrno = errno; …
159myerrno, HDstrerror(myerrno), win_error); \
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/x86-linux/
H A Dscalar.h36 int myerrno = errno; \
38 if (E == myerrno) { \
41 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
52 int myerrno = errno; \
54 if (E == myerrno) { \
57 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/arm64-linux/
H A Dscalar.h37 int myerrno = errno; \
39 if (E == myerrno) { \
42 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
53 int myerrno = errno; \
55 if (E == myerrno) { \
58 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/x86-linux/
H A Dscalar.h36 int myerrno = errno; \
38 if (E == myerrno) { \
41 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
52 int myerrno = errno; \
54 if (E == myerrno) { \
57 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/arm64-linux/
H A Dscalar.h37 int myerrno = errno; \
39 if (E == myerrno) { \
42 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
53 int myerrno = errno; \
55 if (E == myerrno) { \
58 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/darwin/
H A Dscalar.h39 int myerrno = errno; \
41 if (E == myerrno) { \
44 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
55 int myerrno = errno; \
57 if (E == myerrno) { \
60 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/darwin/
H A Dscalar.h39 int myerrno = errno; \
41 if (E == myerrno) { \
44 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
55 int myerrno = errno; \
57 if (E == myerrno) { \
60 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
/dports/benchmarks/uperf/uperf-1.0.7/src/
H A Dlogging.c109 int err = log->msg[i].myerrno; in uperf_log_flush_to_string()
153 int err = log->msg[i].myerrno; in uperf_log_flush()
183 ulog(uperf_msg_type type, int myerrno, char *fmt, ...) in ulog() argument
192 return (uperf_log_msg(type, myerrno, buf)); in ulog()
196 uperf_log_msg(uperf_msg_type type, int myerrno, char *msg) in uperf_log_msg() argument
201 if (!msg || myerrno == EINTR) in uperf_log_msg()
220 errno = myerrno; in uperf_log_msg()
227 log->msg[log->num_msg].myerrno = myerrno; in uperf_log_msg()
234 errno = myerrno; in uperf_log_msg()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Eprivate.h96 int myerrno = errno; \
97 …norcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, HDstrerror(myerrno)); …
100 int myerrno = errno; \
101 …norcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, HDstrerror(myerrno)); …
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Eprivate.h105 int myerrno = errno; \
106 …norcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, HDstrerror(myerrno)); …
109 int myerrno = errno; \
110 …norcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, HDstrerror(myerrno)); …
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Eprivate.h106 int myerrno = errno; \
107 …norcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, HDstrerror(myerrno)); …
110 int myerrno = errno; \
111 …norcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, HDstrerror(myerrno)); …
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Eprivate.h122 int myerrno = errno; \
123 …norcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, HDstrerror(myerrno)); …
126 int myerrno = errno; \
127 …norcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, HDstrerror(myerrno)); …
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Eprivate.h108 int myerrno = errno; \
109 …norcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, HDstrerror(myerrno)); …
112 int myerrno = errno; \
113 …norcode, retcode, "%s, errno = %d, error message = '%s'", str, myerrno, HDstrerror(myerrno)); …
/dports/net/seda/seda-release-20020712/seda/src/seda/nbio/jni/
H A Dnbio.c281 int myerrno; in Java_seda_nbio_NonblockingSocketImpl_nbSocketConnect() local
312 myerrno = errno; in Java_seda_nbio_NonblockingSocketImpl_nbSocketConnect()
319 } else if (myerrno == ETIMEDOUT || myerrno == EHOSTUNREACH) { in Java_seda_nbio_NonblockingSocketImpl_nbSocketConnect()
361 int myerrno; in Java_seda_nbio_NonblockingSocketImpl_nbSocketConnectDone() local
398 myerrno = errno; in Java_seda_nbio_NonblockingSocketImpl_nbSocketConnectDone()
452 int myerrno = errno; in Java_seda_nbio_NonblockingSocketImpl_nbSocketBind() local
454 if (myerrno == EACCES) { in Java_seda_nbio_NonblockingSocketImpl_nbSocketBind()
847 int myerrno = errno; local
1393 int myerrno = errno; local
1395 if (myerrno != EINTR) {
[all …]
/dports/mail/libpst/libpst-0.6.76/src/
H A Dvbuf.c72 int myerrno; in sbcs_conversion() local
81 myerrno = errno; in sbcs_conversion()
84 } while ((size_t)-1 == icresult && E2BIG == myerrno); in sbcs_conversion()
87 DEBUG_WARN(("iconv failure: %s\n", strerror(myerrno))); in sbcs_conversion()
219 int myerrno; in pst_vb_utf16to8() local
232 myerrno = errno; in pst_vb_utf16to8()
235 } while ((size_t)-1 == icresult && E2BIG == myerrno); in pst_vb_utf16to8()
238 DEBUG_WARN(("iconv failure: %s\n", strerror(myerrno))); in pst_vb_utf16to8()
/dports/games/ldmud/ldmud-3.3.720/src/util/xerq/
H A Dexecute.c165 int myerrno = errno; in execute() local
168 , time_stamp(), myerrno); in execute()
169 errno = myerrno; in execute()
417 int myerrno = errno; in erq_execute() local
420 , time_stamp(), ga_data & 0xff, chp, myerrno); in erq_execute()
421 errno = myerrno; in erq_execute()
485 int myerrno = errno; in erq_spawn() local
488 , time_stamp(), ga_data, chp, myerrno); in erq_spawn()
489 errno = myerrno; in erq_spawn()
H A Dsocket.c296 { int myerrno = errno; in read_socket() local
299 errno = myerrno; in read_socket()
349 { int myerrno = errno; in read_socket() local
352 errno = myerrno; in read_socket()
387 errno = myerrno; in read_socket()
415 int myerrno = errno; in read_socket() local
417 errno = myerrno; in read_socket()
477 { int myerrno = errno; in erq_send() local
480 errno = myerrno; in erq_send()
500 { int myerrno = errno; in erq_send() local
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/solaris/
H A Dscalar.h19 int myerrno = errno; \
21 if (myerrno == E) { \
25 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/solaris/
H A Dscalar.h19 int myerrno = errno; \
21 if (myerrno == E) { \
25 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
/dports/biology/hhsuite/hh-suite-3.3.0/lib/ffindex/src/
H A Dffutil.c25 int myerrno = errno; in fferror_print() local
26 char* errstr = strerror(myerrno); in fferror_print()
28 return myerrno; in fferror_print()
/dports/devel/dmucs/dmucs/
H A Ddmucs_resolve.cc40 int myerrno; in getHostName() local
48 AF_INET, &he, buffer, 128, &myerrno); in getHostName()
51 AF_INET, &he, buffer, 128, &res, &myerrno); in getHostName()
/dports/devel/libassa/libassa-3.5.1/assa/
H A DLogger_Impl.h116 int myerrno; in get_errno() local
118 myerrno = WSAGetLastError (); in get_errno()
120 myerrno = errno; in get_errno()
122 return myerrno; in get_errno()
/dports/dns/libbind/libbind-6.0/irs/
H A Dirpmarshall.c381 errno = myerrno; in irp_unmarshall_pw()
532 myerrno = errno; in irp_unmarshall_gr()
548 errno = myerrno; in irp_unmarshall_gr()
674 myerrno = errno; in irp_unmarshall_sv()
710 errno = myerrno; in irp_unmarshall_sv()
828 myerrno = errno; in irp_unmarshall_pr()
856 errno = myerrno; in irp_unmarshall_pr()
1116 errno = myerrno; in irp_unmarshall_ho()
1284 errno = myerrno; in irp_unmarshall_ng()
1459 errno = myerrno; in irp_unmarshall_nw()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dexceptions.c613 self->myerrno = myerrno; in EnvironmentError_init()
614 Py_INCREF(self->myerrno); in EnvironmentError_init()
639 Py_CLEAR(self->myerrno); in EnvironmentError_clear()
657 Py_VISIT(self->myerrno); in EnvironmentError_traverse()
689 if (self->myerrno) { in EnvironmentError_str()
727 if (self->myerrno) { in EnvironmentError_str()
835 Py_CLEAR(self->myerrno); in WindowsError_clear()
853 Py_VISIT(self->myerrno); in WindowsError_traverse()
871 if (self->myerrno == NULL) in WindowsError_init()
882 self->winerror = self->myerrno; in WindowsError_init()
[all …]

1234567