Home
last modified time | relevance | path

Searched refs:errnum (Results 226 – 250 of 9065) sorted by relevance

12345678910>>...363

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libiconv/source/srclib/
H A Derror.c70 extern void __error (int status, int errnum, const char *message, ...)
105 print_errno_message (int errnum) in print_errno_message() argument
112 s = __strerror_r (errnum, errbuf, sizeof errbuf); in print_errno_message()
114 if (__strerror_r (errnum, errbuf, sizeof errbuf) == 0) in print_errno_message()
120 s = strerror (errnum); in print_errno_message()
209 if (errnum) in error_tail()
210 print_errno_message (errnum); in error_tail()
227 error (int status, int errnum, const char *message, ...) in error() argument
255 error_tail (status, errnum, message, args); in error()
270 error_at_line (int status, int errnum, const char *file_name, in error_at_line() argument
[all …]
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_core.c93 int errnum; member
145 (void) errnum; in default_errorhandler()
239 n, ei->errnum); in check_parms()
277 if (ei[i].errnum <= ei[i-1].errnum) in pdc_register_errtab()
773 if (etab->ei[i].errnum == errnum) in get_error_info()
883 if (errnum != 0) in pdc_set_errmsg()
890 pdc->pr->errnum = errnum; in pdc_set_errmsg()
892 if (errnum) in pdc_set_errmsg()
912 if (errnum != -1) in pdc_set_warnmsg()
931 int errnum, in pdc_error() argument
[all …]
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_core.c93 int errnum; member
145 (void) errnum; in default_errorhandler()
239 n, ei->errnum); in check_parms()
277 if (ei[i].errnum <= ei[i-1].errnum) in pdc_register_errtab()
773 if (etab->ei[i].errnum == errnum) in get_error_info()
883 if (errnum != 0) in pdc_set_errmsg()
890 pdc->pr->errnum = errnum; in pdc_set_errmsg()
892 if (errnum) in pdc_set_errmsg()
912 if (errnum != -1) in pdc_set_warnmsg()
931 int errnum, in pdc_error() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/llvm/Support/
H A DErrno.cpp37 std::string StrError(int errnum) { in StrError() argument
39 if (errnum == 0) in StrError()
52 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
54 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
58 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
64 str = strerror(errnum); in StrError()
69 stream << "Error #" << errnum; in StrError()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrno.cpp37 std::string StrError(int errnum) { in StrError() argument
39 if (errnum == 0) in StrError()
52 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
54 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
58 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
64 str = strerror(errnum); in StrError()
69 stream << "Error #" << errnum; in StrError()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) {
38 if (errnum == 0)
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1);
53 strerror_r(errnum, buffer, MaxErrStrLen - 1);
57 strerror_s(buffer, MaxErrStrLen - 1, errnum);
63 str = strerror(errnum);
68 stream << "Error #" << errnum;
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DErrno.cpp36 std::string StrError(int errnum) { in StrError() argument
38 if (errnum == 0) in StrError()
51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
57 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
63 str = strerror(errnum); in StrError()
68 stream << "Error #" << errnum; in StrError()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DErrno.cpp37 std::string StrError(int errnum) { in StrError() argument
39 if (errnum == 0) in StrError()
52 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
54 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
58 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
64 str = strerror(errnum); in StrError()
69 stream << "Error #" << errnum; in StrError()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DErrno.cpp37 std::string StrError(int errnum) { in StrError() argument
39 if (errnum == 0) in StrError()
52 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
54 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
58 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
64 str = strerror(errnum); in StrError()
69 stream << "Error #" << errnum; in StrError()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Derrset.c112 int count, errnum; in main() local
138 for (errnum = 0; errnum < count; errnum++) { in main()
142 PR_SetError( errnum, -5 ); in main()
144 PR_ASSERT( err == errnum ); in main()
147 PR_SetErrorText( strlen(errcodes[errnum].errname), errcodes[errnum].errname ); in main()
151 printf("%5.5d -- %s\n", errnum, msg ); in main()
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Derrset.c112 int count, errnum; in main() local
138 for (errnum = 0; errnum < count; errnum++) { in main()
142 PR_SetError( errnum, -5 ); in main()
144 PR_ASSERT( err == errnum ); in main()
147 PR_SetErrorText( strlen(errcodes[errnum].errname), errcodes[errnum].errname ); in main()
151 printf("%5.5d -- %s\n", errnum, msg ); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Derrset.c112 int count, errnum; in main() local
136 for (errnum = 0; errnum < count; errnum++) { in main()
140 PR_SetError( errnum, -5 ); in main()
142 PR_ASSERT( err == errnum ); in main()
145 PR_SetErrorText( strlen(errcodes[errnum].errname), errcodes[errnum].errname ); in main()
149 printf("%5.5d -- %s\n", errnum, msg ); in main()

12345678910>>...363