Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/lib/libexpat/examples/
H A Delement_declarations.c221 enum XML_Error errorCode = XML_GetErrorCode(parser); in main()
222 if (errorCode == XML_ERROR_ABORTED) { in main()
223 errorCode = XML_ERROR_NO_MEMORY; in main()
227 XML_GetCurrentLineNumber(parser), XML_ErrorString(errorCode)); in main()
220 enum XML_Error errorCode = XML_GetErrorCode(parser); main() local
/openbsd-src/lib/libexpat/tests/
H A Dcommon.h104 extern void _expect_failure(const char *text, enum XML_Error errorCode,
108 # define expect_failure(text, errorCode, errorMessage) \ argument
109 _expect_failure((text), (errorCode), (errorMessage), __FILE__, __LINE__)
H A Dcommon.c214 _expect_failure(const char *text, enum XML_Error errorCode, in _expect_failure()
221 if (XML_GetErrorCode(g_parser) != errorCode) in _expect_failure()
213 _expect_failure(const char * text,enum XML_Error errorCode,const char * errorMessage,const char * file,int lineno) _expect_failure() argument
/openbsd-src/gnu/gcc/libmudflap/testsuite/lib/
H A Dmfdg.exp35 global errorCode errorInfo
275 if [info exists errorCode] {
276 verbose "Exec failed, errorCode: $errorCode" 3
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c2694 int errorCode; in perform_code_completion() local
2718 if ((errorCode = parse_file_line_column(input, &filename, &line, &column, in perform_code_completion()
2720 return errorCode; in perform_code_completion()
2840 int errorCode; in inspect_cursor_at() local
2862 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in inspect_cursor_at()
2865 return errorCode; in inspect_cursor_at()
3134 int errorCode; in find_file_refs_at() local
3156 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in find_file_refs_at()
3159 return errorCode; in find_file_refs_at()
4046 int errorCode = 0; in index_compile_db() local
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/config/
H A Dnetware.exp56 global errorCode
87 if ![string match "NONE" $errorCode] {
/openbsd-src/usr.sbin/npppd/npppd/
H A Dchap.c823 int errorCode; in chap_radius_response() local
829 errorCode = ERROR_AUTH_SERVER_TIMEOUT; in chap_radius_response()
851 errorCode = ERROR_AUTHENTICATION_FAILURE; in chap_radius_response()
936 chap_failure(_this, "FAILED", errorCode); in chap_radius_response()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/lib/
H A Dgdb.exp703 return -code error -errorinfo $errorInfo -errorcode $errorCode $string
1501 return -code error -errorinfo $errorInfo -errorcode $errorCode $string
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm33 #define LauncherXPCServiceCodeTypeKey "errorCode"
972 int errorCode =
975 error.SetError(errorCode, eErrorTypeGeneric);
978 errorType, errorCode);
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1561 explicit ErrorCodeWrapper(std::error_code ec) : errorCode(ec.value()) {} in ErrorCodeWrapper()
1562 explicit ErrorCodeWrapper(int ec) : errorCode(ec) {} in ErrorCodeWrapper()
1563 operator int() const { return errorCode; } in operator int()
1566 int errorCode; member in ErrorCodeWrapper
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py3304 errorCode = c_uint()
3307 byref(errorCode))
3309 raise CompilationDatabaseError(int(errorCode.value),
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog13758 * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
13763 errorCode, record errorCode in log file.
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog8029 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as