Home
last modified time | relevance | path

Searched refs:errcode (Results 1 – 25 of 5749) sorted by relevance

12345678910>>...230

/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Derr.cpp72 if (errcode == WSAEWOULDBLOCK) in wsa_error()
79 (errcode == WSABASEERR) ? in wsa_error()
81 (errcode == WSAEINTR) ? in wsa_error()
83 (errcode == WSAEBADF) ? in wsa_error()
85 (errcode == WSAEACCES) ? in wsa_error()
87 (errcode == WSAEFAULT) ? in wsa_error()
89 (errcode == WSAEINVAL) ? in wsa_error()
91 (errcode == WSAEMFILE) ? in wsa_error()
147 (errcode == WSAELOOP) ? in wsa_error()
159 (errcode == WSAEUSERS) ? in wsa_error()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/test/
H A Dmisc.c33 int errcode=0; in main() local
66 if (errcode != MPI_SUCCESS) { in main()
71 if (errcode != MPI_SUCCESS) { in main()
75 errcode = MPI_File_sync(fh); in main()
76 if (errcode != MPI_SUCCESS) { in main()
81 if (errcode != MPI_SUCCESS) { in main()
94 if (errcode != MPI_SUCCESS) { in main()
105 if (errcode != MPI_SUCCESS) { in main()
109 if (errcode != MPI_SUCCESS) { in main()
117 if (errcode != MPI_SUCCESS) { in main()
[all …]
H A Dmisc.c.in33 int errcode=0; local
66 if (errcode != MPI_SUCCESS) {
71 if (errcode != MPI_SUCCESS) {
75 errcode = MPI_File_sync(fh);
76 if (errcode != MPI_SUCCESS) {
81 if (errcode != MPI_SUCCESS) {
94 if (errcode != MPI_SUCCESS) {
105 if (errcode != MPI_SUCCESS) {
109 if (errcode != MPI_SUCCESS) {
117 if (errcode != MPI_SUCCESS) {
[all …]
H A Dcoll_test.c46 int errcode; in main() local
132 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open"); in main()
135 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_set_view"); in main()
138 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_write_all"); in main()
140 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_close"); in main()
148 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open"); in main()
152 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_read"); in main()
172 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open"); in main()
175 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_set_view"); in main()
177 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_read_all"); in main()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/test/
H A Dmisc.c33 int errcode=0; in main() local
66 if (errcode != MPI_SUCCESS) { in main()
71 if (errcode != MPI_SUCCESS) { in main()
75 errcode = MPI_File_sync(fh); in main()
76 if (errcode != MPI_SUCCESS) { in main()
81 if (errcode != MPI_SUCCESS) { in main()
94 if (errcode != MPI_SUCCESS) { in main()
105 if (errcode != MPI_SUCCESS) { in main()
109 if (errcode != MPI_SUCCESS) { in main()
117 if (errcode != MPI_SUCCESS) { in main()
[all …]
H A Dmisc.c.in33 int errcode=0; local
66 if (errcode != MPI_SUCCESS) {
71 if (errcode != MPI_SUCCESS) {
75 errcode = MPI_File_sync(fh);
76 if (errcode != MPI_SUCCESS) {
81 if (errcode != MPI_SUCCESS) {
94 if (errcode != MPI_SUCCESS) {
105 if (errcode != MPI_SUCCESS) {
109 if (errcode != MPI_SUCCESS) {
117 if (errcode != MPI_SUCCESS) {
[all …]
H A Dcoll_test.c46 int errcode; in main() local
132 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open"); in main()
135 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_set_view"); in main()
138 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_write_all"); in main()
140 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_close"); in main()
148 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open"); in main()
152 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_read"); in main()
172 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open"); in main()
175 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_set_view"); in main()
177 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_read_all"); in main()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/test/
H A Dmisc.c.in33 int errcode = 0; local
65 if (errcode != MPI_SUCCESS) {
70 if (errcode != MPI_SUCCESS) {
74 errcode = MPI_File_sync(fh);
75 if (errcode != MPI_SUCCESS) {
80 if (errcode != MPI_SUCCESS) {
93 if (errcode != MPI_SUCCESS) {
105 if (errcode != MPI_SUCCESS) {
109 if (errcode != MPI_SUCCESS) {
117 if (errcode != MPI_SUCCESS) {
[all …]
H A Dcoll_test.c46 int errcode; in main() local
132 if (errcode != MPI_SUCCESS) in main()
136 if (errcode != MPI_SUCCESS) in main()
140 if (errcode != MPI_SUCCESS) in main()
142 errcode = MPI_File_close(&fh); in main()
143 if (errcode != MPI_SUCCESS) in main()
176 if (errcode != MPI_SUCCESS) in main()
180 if (errcode != MPI_SUCCESS) in main()
183 if (errcode != MPI_SUCCESS) in main()
185 errcode = MPI_File_close(&fh); in main()
[all …]
/dports/ftp/bbftp-server/bbftp-server-3.2.1/includes/
H A Dclient_proto.h33 int bbftp_storecheckfile(char *filename,char *logmessage,int *errcode) ;
65 int bbftp_cd(char *dirpath,int *errcode) ;
66 int bbftp_lcd(char *dirpath,int *errcode) ;
68 int bbftp_get(char *remotefilename,int *errcode) ;
69 int bbftp_mget(char *remotefile,char *localdir, int *errcode) ;
70 int bbftp_mkdir(char *dirpath,int *errcode) ;
71 int bbftp_mput(char *localfile,char *remotedir, int *errcode) ;
72 int bbftp_put(char *remotefilename,int *errcode) ;
73 int bbftp_setremotecos(int cos,int *errcode) ;
74 int bbftp_setremoteumask(int mask,int *errcode) ;
[all …]
/dports/ftp/bbftp-client/bbftp-client-3.2.1/includes/
H A Dclient_proto.h33 int bbftp_storecheckfile(char *filename,char *logmessage,int *errcode) ;
65 int bbftp_cd(char *dirpath,int *errcode) ;
66 int bbftp_lcd(char *dirpath,int *errcode) ;
68 int bbftp_get(char *remotefilename,int *errcode) ;
69 int bbftp_mget(char *remotefile,char *localdir, int *errcode) ;
70 int bbftp_mkdir(char *dirpath,int *errcode) ;
71 int bbftp_mput(char *localfile,char *remotedir, int *errcode) ;
72 int bbftp_put(char *remotefilename,int *errcode) ;
73 int bbftp_setremotecos(int cos,int *errcode) ;
74 int bbftp_setremoteumask(int mask,int *errcode) ;
[all …]
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dparse.h77 #define errcode errcode_t macro
79 typedef unsigned int errcode; typedef
86 static errcode GetTexDef(FILE *);
94 static errcode GetSphere(FILE *);
95 static errcode GetPlane(FILE *);
96 static errcode GetRing(FILE *);
97 static errcode GetBox(FILE *);
98 static errcode GetVol(FILE *);
99 static errcode GetTri(FILE *);
100 static errcode GetSTri(FILE *);
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dparse.h77 #define errcode errcode_t macro
79 typedef unsigned int errcode; typedef
86 static errcode GetTexDef(FILE *);
94 static errcode GetSphere(FILE *);
95 static errcode GetPlane(FILE *);
96 static errcode GetRing(FILE *);
97 static errcode GetBox(FILE *);
98 static errcode GetVol(FILE *);
99 static errcode GetTri(FILE *);
100 static errcode GetSTri(FILE *);
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dparse.hpp83 #define errcode errcode_t macro
85 typedef unsigned int errcode; typedef
92 static errcode GetTexDef(FILE *);
100 static errcode GetSphere(FILE *);
101 static errcode GetPlane(FILE *);
102 static errcode GetRing(FILE *);
103 static errcode GetBox(FILE *);
104 static errcode GetVol(FILE *);
105 static errcode GetTri(FILE *);
106 static errcode GetSTri(FILE *);
[all …]
/dports/science/hdf5/hdf5-1.10.6/hl/fortran/test/
H A Dtsttable.F90200 errcode )
213 bufs,errcode)
216 bufi,errcode)
226 bufr,errcode)
234 bufsr,errcode)
245 bufsr,errcode)
265 bufir,errcode)
340 bufs,errcode)
343 bufi,errcode)
354 bufr,errcode)
[all …]
/dports/graphics/tachyon/tachyon/demosrc/
H A Dparse.h41 typedef unsigned int errcode; typedef
52 static errcode GetCamera(parsehandle *, SceneHandle);
53 static errcode GetColor(parsehandle *, apicolor *);
58 static errcode GetTexAlias(parsehandle *);
62 static errcode GetFog(parsehandle *, SceneHandle);
67 static errcode GetPlane(parsehandle *, SceneHandle);
68 static errcode GetRing(parsehandle *, SceneHandle);
69 static errcode GetBox(parsehandle *, SceneHandle);
70 static errcode GetVol(parsehandle *, SceneHandle);
71 static errcode GetTri(parsehandle *, SceneHandle);
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/test/
H A Dmisc.c.in35 int errcode=0; local
68 if (errcode != MPI_SUCCESS) {
73 if (errcode != MPI_SUCCESS) {
77 errcode = MPI_File_sync(fh);
78 if (errcode != MPI_SUCCESS) {
83 if (errcode != MPI_SUCCESS) {
96 if (errcode != MPI_SUCCESS) {
107 if (errcode != MPI_SUCCESS) {
111 if (errcode != MPI_SUCCESS) {
119 if (errcode != MPI_SUCCESS) {
[all …]
H A Dcoll_test.c45 int errcode; in main() local
131 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open"); in main()
134 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_set_view"); in main()
137 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_write_all"); in main()
139 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_close"); in main()
147 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open"); in main()
151 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_read"); in main()
171 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open"); in main()
174 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_set_view"); in main()
176 if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_read_all"); in main()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/compress/api/
H A Dbzip2.cpp153 SetError(errcode, GetBZip2ErrorDescription(errcode)); in CompressBuffer()
228 SetError(errcode, GetBZip2ErrorDescription(errcode)); in DecompressBuffer()
308 if ( errcode >= 0 || errcode < -kErrorCount ) { in GetBZip2ErrorDescription()
449 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Write()
473 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Close()
525 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Init()
557 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Process()
590 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Flush()
630 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Finish()
652 SetError(errcode, GetBZip2ErrorDescription(errcode)); in End()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/compress/api/
H A Dbzip2.cpp153 SetError(errcode, GetBZip2ErrorDescription(errcode)); in CompressBuffer()
228 SetError(errcode, GetBZip2ErrorDescription(errcode)); in DecompressBuffer()
308 if ( errcode >= 0 || errcode < -kErrorCount ) { in GetBZip2ErrorDescription()
449 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Write()
473 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Close()
525 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Init()
557 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Process()
590 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Flush()
630 SetError(errcode, GetBZip2ErrorDescription(errcode)); in Finish()
652 SetError(errcode, GetBZip2ErrorDescription(errcode)); in End()
[all …]
/dports/math/glpk/glpk-5.0/examples/cplex/
H A Dcplex.c210 { int errcode; in checkenv() local
219 { int errcode; in checklp() local
323 errcode = 0; in CPXaddcols()
428 errcode = 0; in CPXaddrows()
520 errcode = 0; in CPXchgbds()
597 errcode = 0; in CPXchgcoeflist()
711 { int errcode; in CPXchgobjsen() local
718 errcode = 0; in CPXchgobjsen()
724 done: xassert(errcode == errcode); in CPXchgobjsen()
754 errcode = 0; in CPXchgsense()
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/io/
H A Di_coll_test.c45 int errcode; in main() local
117 if (errcode != MPI_SUCCESS) in main()
121 if (errcode != MPI_SUCCESS) in main()
125 if (errcode != MPI_SUCCESS) in main()
129 errcode = MPI_File_close(&fh); in main()
130 if (errcode != MPI_SUCCESS) in main()
163 if (errcode != MPI_SUCCESS) in main()
167 if (errcode != MPI_SUCCESS) in main()
170 if (errcode != MPI_SUCCESS) in main()
173 errcode = MPI_File_close(&fh); in main()
[all …]
/dports/emulators/mednafen/mednafen/src/net/
H A DNet_WS2.cpp77 int errcode = WSAGetLastError(); in WS2_Connection() local
120 int errcode = WSAGetLastError(); in WS2_Client() local
162 if(errcode != WSAEWOULDBLOCK) in WS2_Client()
210 int errcode = WSAGetLastError(); in Established() local
239 int errcode = WSAGetLastError(); in Established() local
270 int errcode = WSAGetLastError(); in CanSend() local
294 int errcode = WSAGetLastError(); in CanReceive() local
313 int errcode = WSAGetLastError(); in Send() local
314 if(errcode != WSAEWOULDBLOCK && errcode != WSAEINTR) in Send()
335 int errcode = WSAGetLastError(); in Receive() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp43 if (errcode != -pte_eos && errcode < 0) { in FindNextSynchronizationPoint()
49 if (errcode >= 0 || errcode == -pte_eos) in FindNextSynchronizationPoint()
70 return errcode; in FindNextSynchronizationPoint()
84 if (errcode < 0) in ProcessPTEvents()
85 return errcode; in ProcessPTEvents()
114 if (errcode < 0) { in DecodeInstructions()
122 errcode = ProcessPTEvents(decoder, errcode); in DecodeInstructions()
123 if (errcode < 0) { in DecodeInstructions()
133 if (errcode < 0) { in DecodeInstructions()
198 assert(errcode == 0); in CreateDecoderAndDecode()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp43 if (errcode != -pte_eos && errcode < 0) { in FindNextSynchronizationPoint()
49 if (errcode >= 0 || errcode == -pte_eos) in FindNextSynchronizationPoint()
70 return errcode; in FindNextSynchronizationPoint()
84 if (errcode < 0) in ProcessPTEvents()
85 return errcode; in ProcessPTEvents()
114 if (errcode < 0) { in DecodeInstructions()
122 errcode = ProcessPTEvents(decoder, errcode); in DecodeInstructions()
123 if (errcode < 0) { in DecodeInstructions()
133 if (errcode < 0) { in DecodeInstructions()
198 assert(errcode == 0); in CreateDecoderAndDecode()
[all …]

12345678910>>...230