Home
last modified time | relevance | path

Searched refs:error_info (Results 1 – 25 of 3093) sorted by relevance

12345678910>>...124

/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/misc/
H A Derror.c189 if (level < error_info.trace || in errorv()
191 !(((error_info.set | error_info.flags) ^ error_info.clear) & ERROR_LIBRARY)) || in errorv()
192 (level < 0 && error_info.mask && !(error_info.mask & (1 << (-level - 1))))) { in errorv()
197 flags |= error_info.set | error_info.flags; in errorv()
198 flags &= ~error_info.clear; in errorv()
201 if (error_info.write) { in errorv()
208 file = error_info.id; in errorv()
221 error_context(stkstd, CONTEXT(error_info.flags, error_info.context)); in errorv()
240 if (error_info.file && *error_info.file) { in errorv()
247 if (error_info.time) { in errorv()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/misc/
H A Derror.c189 error_info.mask = 0; in setopt()
374 if (!error_info.init) in errorv()
376 error_info.init = 1; in errorv()
416error_info.trace || (flags & ERROR_LIBRARY) && !(((error_info.set | error_info.flags) ^ error_info in errorv()
424 flags |= error_info.set | error_info.flags; in errorv()
429 if (error_info.write) in errorv()
454 context(stkstd, CONTEXT(error_info.flags, error_info.context)); in errorv()
474 if (error_info.file && *error_info.file) in errorv()
480 if (error_info.time) in errorv()
482 if ((d = times(&us)) < error_info.time || error_info.time == 1) in errorv()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/misc/
H A Derror.c189 error_info.mask = 0; in setopt()
374 if (!error_info.init) in errorv()
376 error_info.init = 1; in errorv()
416error_info.trace || (flags & ERROR_LIBRARY) && !(((error_info.set | error_info.flags) ^ error_info in errorv()
424 flags |= error_info.set | error_info.flags; in errorv()
429 if (error_info.write) in errorv()
454 context(stkstd, CONTEXT(error_info.flags, error_info.context)); in errorv()
474 if (error_info.file && *error_info.file) in errorv()
480 if (error_info.time) in errorv()
482 if ((d = times(&us)) < error_info.time || error_info.time == 1) in errorv()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/misc/
H A Derror.c189 error_info.mask = 0; in setopt()
374 if (!error_info.init) in errorv()
376 error_info.init = 1; in errorv()
416error_info.trace || (flags & ERROR_LIBRARY) && !(((error_info.set | error_info.flags) ^ error_info in errorv()
424 flags |= error_info.set | error_info.flags; in errorv()
429 if (error_info.write) in errorv()
454 context(stkstd, CONTEXT(error_info.flags, error_info.context)); in errorv()
474 if (error_info.file && *error_info.file) in errorv()
480 if (error_info.time) in errorv()
482 if ((d = times(&us)) < error_info.time || error_info.time == 1) in errorv()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/3d/
H A Derror.c48 #undef error_info
118 …on])) <= 0 || level < error_info.trace || lib && (error_info.clear & ERROR_LIBRARY) || level < 0 &… in errorv()
125 flags |= error_info.set; in errorv()
126 flags &= ~error_info.clear; in errorv()
129 file = error_info.id; in errorv()
143 if (error_info.file && *error_info.file) in errorv()
152 error_info.warnings++; in errorv()
156 error_info.errors++; in errorv()
170 else error_info.errors++; in errorv()
201 if (error_info.write) (*error_info.write)(fd, buf, b - buf); in errorv()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/3d/
H A Derror.c48 #undef error_info
118 …on])) <= 0 || level < error_info.trace || lib && (error_info.clear & ERROR_LIBRARY) || level < 0 &… in errorv()
125 flags |= error_info.set; in errorv()
126 flags &= ~error_info.clear; in errorv()
129 file = error_info.id; in errorv()
143 if (error_info.file && *error_info.file) in errorv()
152 error_info.warnings++; in errorv()
156 error_info.errors++; in errorv()
170 else error_info.errors++; in errorv()
201 if (error_info.write) (*error_info.write)(fd, buf, b - buf); in errorv()
[all …]
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Derror.c56 if (error_info) { in aws_error_str()
57 return error_info->error_str; in aws_error_str()
66 if (error_info) { in aws_error_name()
67 return error_info->literal_name; in aws_error_name()
76 if (error_info) { in aws_error_lib_name()
77 return error_info->lib_name; in aws_error_lib_name()
86 if (error_info) { in aws_error_debug_str()
133 AWS_FATAL_ASSERT(error_info); in aws_register_error_info()
135 AWS_FATAL_ASSERT(error_info->count); in aws_register_error_info()
167 AWS_FATAL_ASSERT(error_info); in aws_unregister_error_info()
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/ast/
H A Derror.c31 Error_info_t error_info; variable
35 error_info.file = src; in setErrorFileLine()
36 error_info.line = line; in setErrorFileLine()
38 void setErrorId (char* id) { error_info.id = id; } in setErrorId()
48 if (level < error_info.trace) return; in errorv()
65 for (i = 0; i < error_info.indent; i++) in errorv()
71 error_info.warnings++; in errorv()
73 error_info.errors++; in errorv()
77 if (error_info.line) { in errorv()
78 if (error_info.file && *error_info.file) in errorv()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/efi/
H A Dcper-arm.c90 u64 error_info) in cper_print_arm_err_info() argument
117 if (error_info & CPER_ARM_ERR_VALID_OPERATION_TYPE) { in cper_print_arm_err_info()
142 if (error_info & CPER_ARM_ERR_VALID_LEVEL) { in cper_print_arm_err_info()
143 level = ((error_info >> CPER_ARM_ERR_LEVEL_SHIFT) in cper_print_arm_err_info()
168 if (error_info & CPER_ARM_ERR_VALID_CORRECTED) { in cper_print_arm_err_info()
177 if (error_info & CPER_ARM_ERR_VALID_PRECISE_PC) { in cper_print_arm_err_info()
206 if (error_info & CPER_ARM_ERR_VALID_TIME_OUT) { in cper_print_arm_err_info()
213 if (error_info & CPER_ARM_ERR_VALID_ADDRESS_SPACE) { in cper_print_arm_err_info()
228 if (error_info & CPER_ARM_ERR_VALID_ACCESS_MODE) { in cper_print_arm_err_info()
298 err_info->error_info); in cper_print_proc_arm()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/efi/
H A Dcper-arm.c90 u64 error_info) in cper_print_arm_err_info() argument
117 if (error_info & CPER_ARM_ERR_VALID_OPERATION_TYPE) { in cper_print_arm_err_info()
142 if (error_info & CPER_ARM_ERR_VALID_LEVEL) { in cper_print_arm_err_info()
143 level = ((error_info >> CPER_ARM_ERR_LEVEL_SHIFT) in cper_print_arm_err_info()
168 if (error_info & CPER_ARM_ERR_VALID_CORRECTED) { in cper_print_arm_err_info()
177 if (error_info & CPER_ARM_ERR_VALID_PRECISE_PC) { in cper_print_arm_err_info()
206 if (error_info & CPER_ARM_ERR_VALID_TIME_OUT) { in cper_print_arm_err_info()
213 if (error_info & CPER_ARM_ERR_VALID_ADDRESS_SPACE) { in cper_print_arm_err_info()
228 if (error_info & CPER_ARM_ERR_VALID_ACCESS_MODE) { in cper_print_arm_err_info()
298 err_info->error_info); in cper_print_proc_arm()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/efi/
H A Dcper-arm.c90 u64 error_info) in cper_print_arm_err_info() argument
117 if (error_info & CPER_ARM_ERR_VALID_OPERATION_TYPE) { in cper_print_arm_err_info()
142 if (error_info & CPER_ARM_ERR_VALID_LEVEL) { in cper_print_arm_err_info()
143 level = ((error_info >> CPER_ARM_ERR_LEVEL_SHIFT) in cper_print_arm_err_info()
168 if (error_info & CPER_ARM_ERR_VALID_CORRECTED) { in cper_print_arm_err_info()
177 if (error_info & CPER_ARM_ERR_VALID_PRECISE_PC) { in cper_print_arm_err_info()
206 if (error_info & CPER_ARM_ERR_VALID_TIME_OUT) { in cper_print_arm_err_info()
213 if (error_info & CPER_ARM_ERR_VALID_ADDRESS_SPACE) { in cper_print_arm_err_info()
228 if (error_info & CPER_ARM_ERR_VALID_ACCESS_MODE) { in cper_print_arm_err_info()
298 err_info->error_info); in cper_print_proc_arm()
[all …]
/dports/science/dftbplus/dftbplus-19.1/external/xmlf90/
H A Dxml_parser.f90174 subroutine error_handler(error_info)
239 call build_error_info(error_info, &
243 call error_handler(error_info)
270 call error_handler(error_info)
298 call build_error_info(error_info, &
303 call error_handler(error_info)
397 call build_error_info(error_info, &
401 call error_handler(error_info)
414 call error_handler(error_info)
423 call error_handler(error_info)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/ssl/
H A Dopenssl_ssl_util.cc135 if (error_info.error_code != 0) { in NetLogOpenSSLErrorParams()
139 if (error_info.file != nullptr) in NetLogOpenSSLErrorParams()
140 dict.SetString("file", error_info.file); in NetLogOpenSSLErrorParams()
141 if (error_info.line != 0) in NetLogOpenSSLErrorParams()
142 dict.SetInteger("line", error_info.line); in NetLogOpenSSLErrorParams()
161 OpenSSLErrorInfo error_info; in MapOpenSSLError() local
184 OpenSSLErrorInfo error_info; in MapOpenSSLErrorWithDetails() local
185 error_info.error_code = in MapOpenSSLErrorWithDetails()
186 ERR_get_error_line(&error_info.file, &error_info.line); in MapOpenSSLErrorWithDetails()
187 if (error_info.error_code == 0) { in MapOpenSSLErrorWithDetails()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/ssl/
H A Dopenssl_ssl_util.cc136 if (error_info.error_code != 0) { in NetLogOpenSSLErrorParams()
140 if (error_info.file != nullptr) in NetLogOpenSSLErrorParams()
141 dict.SetString("file", error_info.file); in NetLogOpenSSLErrorParams()
142 if (error_info.line != 0) in NetLogOpenSSLErrorParams()
143 dict.SetInteger("line", error_info.line); in NetLogOpenSSLErrorParams()
162 OpenSSLErrorInfo error_info; in MapOpenSSLError() local
185 OpenSSLErrorInfo error_info; in MapOpenSSLErrorWithDetails() local
186 error_info.error_code = in MapOpenSSLErrorWithDetails()
187 ERR_get_error_line(&error_info.file, &error_info.line); in MapOpenSSLErrorWithDetails()
188 if (error_info.error_code == 0) { in MapOpenSSLErrorWithDetails()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/exception/
H A Dinfo.hpp43 error_info<Tag,T>::
44 error_info( value_type const & value ): in error_info() function in boost::error_info
52 error_info<Tag,T>::
53 error_info( error_info const & x ): in error_info() function in boost::error_info
59 error_info<Tag,T>::
66 error_info<Tag,T>::
67error_info( error_info && x ) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT_EXPR(value_type(std::move(x.value_)… in error_info() function in boost::error_info
75 error_info<Tag,T>::
76 ~error_info() throw() in ~error_info()
83 error_info<Tag,T>::
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/exception/
H A Dinfo.hpp43 error_info<Tag,T>::
44 error_info( value_type const & value ): in error_info() function in boost::error_info
52 error_info<Tag,T>::
53 error_info( error_info const & x ): in error_info() function in boost::error_info
59 error_info<Tag,T>::
66 error_info<Tag,T>::
67error_info( error_info && x ) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT_EXPR(value_type(std::move(x.value_)… in error_info() function in boost::error_info
75 error_info<Tag,T>::
76 ~error_info() throw() in ~error_info()
83 error_info<Tag,T>::
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/exception/detail/
H A Derror_info_impl.hpp46 error_info: class
52 return new error_info<Tag,T>(*this); in clone()
56 error_info( value_type const & v ): in error_info() function in pdalboost::error_info
62 error_info( error_info const & x ): in error_info() function in pdalboost::error_info
66 error_info( T && v ) BOOST_NOEXCEPT_IF(pdalboost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
70error_info( error_info && x ) BOOST_NOEXCEPT_IF(pdalboost::is_nothrow_move_constructible<T>::value… in BOOST_NOEXCEPT_IF()
76 ~error_info() throw() in ~error_info()
90 error_info & operator=( error_info const & );
92 error_info & operator=( error_info && x );
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/exception/detail/
H A Derror_info_impl.hpp46 error_info: class
52 return new error_info<Tag,T>(*this); in clone()
56 error_info( value_type const & v ): in error_info() function in boost::error_info
62 error_info( error_info const & x ): in error_info() function in boost::error_info
66 error_info( T && v ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
70error_info( error_info && x ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
76 ~error_info() throw() in ~error_info()
90 error_info & operator=( error_info const & );
92 error_info & operator=( error_info && x );
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/exception/detail/
H A Derror_info_impl.hpp46 error_info: class
52 return new error_info<Tag,T>(*this); in clone()
56 error_info( value_type const & v ): in error_info() function in boost::error_info
62 error_info( error_info const & x ): in error_info() function in boost::error_info
66 error_info( T && v ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
70error_info( error_info && x ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
76 ~error_info() throw() in ~error_info()
90 error_info & operator=( error_info const & );
92 error_info & operator=( error_info && x );
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/tests/
H A Dtest_json_parser.c18 char error_info[256]; in main() local
36 if ((result=decode_json_array(&input, &array, error_info, in main()
37 sizeof(error_info))) != 0) in main()
39 fprintf(stderr, "decode json array fail, %s\n", error_info); in main()
44 error_info, sizeof(error_info))) != 0) in main()
46 fprintf(stderr, "encode json array fail, %s\n", error_info); in main()
56 if ((result=decode_json_map(&input, &map, error_info, in main()
57 sizeof(error_info))) != 0) in main()
59 fprintf(stderr, "decode json map fail, %s\n", error_info); in main()
64 error_info, sizeof(error_info))) != 0) in main()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/exception/detail/
H A Derror_info_impl.hpp46 error_info: class
52 return new error_info<Tag,T>(*this); in clone()
56 error_info( value_type const & v ): in error_info() function in boost::error_info
62 error_info( error_info const & x ): in error_info() function in boost::error_info
66 error_info( T && v ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
70error_info( error_info && x ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
76 ~error_info() throw() in ~error_info()
90 error_info & operator=( error_info const & );
92 error_info & operator=( error_info && x );
/dports/devel/hyperscan/boost_1_75_0/boost/exception/detail/
H A Derror_info_impl.hpp51 error_info: class
57 return new error_info<Tag,T>(*this); in clone()
61 error_info( value_type const & v ): in error_info() function in boost::error_info
67 error_info( error_info const & x ): in error_info() function in boost::error_info
71 error_info( T && v ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
75error_info( error_info && x ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
81 ~error_info() BOOST_NOEXCEPT_OR_NOTHROW in ~error_info()
95 error_info & operator=( error_info const & );
97 error_info & operator=( error_info && x );
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/exception/detail/
H A Derror_info_impl.hpp51 error_info: class
57 return new error_info<Tag,T>(*this); in clone()
61 error_info( value_type const & v ): in error_info() function in boost::error_info
67 error_info( error_info const & x ): in error_info() function in boost::error_info
71 error_info( T && v ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
75error_info( error_info && x ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
81 ~error_info() BOOST_NOEXCEPT_OR_NOTHROW in ~error_info()
95 error_info & operator=( error_info const & );
97 error_info & operator=( error_info && x );
/dports/devel/R-cran-BH/BH/inst/include/boost/exception/detail/
H A Derror_info_impl.hpp51 error_info: class
57 return new error_info<Tag,T>(*this); in clone()
61 error_info( value_type const & v ): in error_info() function in boost::error_info
67 error_info( error_info const & x ): in error_info() function in boost::error_info
71 error_info( T && v ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
75error_info( error_info && x ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
81 ~error_info() BOOST_NOEXCEPT_OR_NOTHROW in ~error_info()
95 error_info & operator=( error_info const & );
97 error_info & operator=( error_info && x );
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/exception/detail/
H A Derror_info_impl.hpp51 error_info: class
57 return new error_info<Tag,T>(*this); in clone()
61 error_info( value_type const & v ): in error_info() function in boost::error_info
67 error_info( error_info const & x ): in error_info() function in boost::error_info
71 error_info( T && v ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
75error_info( error_info && x ) BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<T>::value): in BOOST_NOEXCEPT_IF()
81 ~error_info() BOOST_NOEXCEPT_OR_NOTHROW in ~error_info()
95 error_info & operator=( error_info const & );
97 error_info & operator=( error_info && x );

12345678910>>...124