Searched refs:exit_code (Results 1 - 25 of 93) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-exit-code.c20 int exit_code = 0; variable
26 exit_code = atoi (argv[1]);
28 return exit_code;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-exit-code.c20 int exit_code = 0; variable
26 exit_code = atoi (argv[1]);
28 return exit_code;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dcheck_path.py16 exit_code = 0
26 exit_code = 1
27 return exit_code
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-exitedevent.c24 create_exited_event_object (const LONGEST *exit_code, struct inferior *inf) argument
31 if (exit_code)
33 gdbpy_ref<> exit_code_obj (PyLong_FromLongLong (*exit_code));
37 if (evpy_add_attribute (exited_event.get (), "exit_code",
55 emit_exited_event (const LONGEST *exit_code, struct inferior *inf) argument
60 gdbpy_ref<> event = create_exited_event_object (exit_code, inf);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-exitedevent.c24 create_exited_event_object (const LONGEST *exit_code, struct inferior *inf) argument
31 if (exit_code)
33 gdbpy_ref<> exit_code_obj = gdb_py_object_from_longest (*exit_code);
37 if (evpy_add_attribute (exited_event.get (), "exit_code",
55 emit_exited_event (const LONGEST *exit_code, struct inferior *inf) argument
60 gdbpy_ref<> event = create_exited_event_object (exit_code, inf);
/netbsd-current/external/bsd/jemalloc/dist/test/src/
H A Dthd.c16 DWORD exit_code; local
17 GetExitCodeThread(thd, (LPDWORD) &exit_code);
18 *ret = (void *)(uintptr_t)exit_code;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dwatchpoint-fork-parent.c34 int exit_code = 42 + nr; local
58 _exit (exit_code);
71 assert (WEXITSTATUS (status) == exit_code);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dwatchpoint-fork-parent.c34 int exit_code = 42 + nr; local
58 _exit (exit_code);
71 assert (WEXITSTATUS (status) == exit_code);
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cdb.py40 exit_code, reportdir = run_analyzer(tmpdir, cdb, [])
46 exit_code, reportdir = run_analyzer(tmpdir, cdb, [])
52 exit_code, reportdir = run_analyzer(tmpdir, cdb, ['--keep-empty'])
60 exit_code, __ = run_analyzer(tmpdir, cdb, [])
61 self.assertFalse(exit_code)
66 exit_code, __ = run_analyzer(tmpdir, cdb, [])
67 self.assertFalse(exit_code)
72 exit_code, __ = run_analyzer(tmpdir, cdb, ['--status-bugs'])
73 self.assertTrue(exit_code)
78 exit_code, _
[all...]
H A D__init__.py60 exit_code, result = call_and_report(analyzer_cmd, build_cmd)
61 if exit_code != 0:
63 exit_code, analyzer_cmd + build_cmd, None)
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcheck-MAINTAINERS.py34 exit_code = 0 variable
67 global exit_code
72 exit_code = 2
77 exit_code = 1
113 sys.exit(exit_code)
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_test.cpp135 int exit_code; local
141 exit_code = (hooks.bad_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
143 exit_code = EXIT_SUCCESS;
148 EXIT_FAILURE : exit_code;
H A Dmain.cpp252 const int exit_code = safe_main(ui, argc, argv, std::move(mock_command)); local
256 INV(exit_code == EXIT_SUCCESS || exit_code == EXIT_FAILURE);
258 return exit_code;
325 const int exit_code = main(&ui, argc, argv); local
326 LI(F("Clean exit with code %s") % exit_code);
327 return exit_code;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve-test.c183 int optidx = 0, i, exit_code = 0; local
206 exit_code += test_rk_dns_srv_order(0);
207 exit_code += test_rk_dns_srv_order(1);
208 exit_code += test_rk_dns_srv_order(2);
209 exit_code += test_rk_dns_srv_order(3);
210 exit_code += test_rk_dns_srv_order(4);
211 exit_code += test_rk_dns_srv_order(5);
215 exit(exit_code ? 1 : 0);
225 exit_code = 1;
310 return exit_code
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dmain.c49 done (int exit_code) argument
53 printf ("Exit code: %d\n", exit_code);
58 exit (exit_code);
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dmain.c48 done (int exit_code) argument
52 printf ("Exit code: %d\n", exit_code);
57 exit (exit_code);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dexample_evp_cipher.c61 usage(int exit_code) __attribute__((noreturn));
64 usage(int exit_code) argument
67 exit(exit_code);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
H A Dextract.py54 out, _, exit_code = libcxx.util.executeCommandVerbose(cmd)
55 if exit_code != 0:
142 out, _, exit_code = libcxx.util.executeCommandVerbose(cmd)
143 if exit_code != 0:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcc-ar.c136 int exit_code = FATAL_EXIT_CODE; local
248 exit_code = WEXITSTATUS (status);
251 exit_code = SUCCESS_EXIT_CODE;
253 return exit_code;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc-ar.cc136 int exit_code = FATAL_EXIT_CODE; local
248 exit_code = WEXITSTATUS (status);
251 exit_code = SUCCESS_EXIT_CODE;
253 return exit_code;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Derror.c184 * @param exit_code exit() code from process.
193 hx509_err(hx509_context context, int exit_code, argument
208 errx(exit_code, "%s: %s", ret != -1 ? str : "ENOMEM", msg);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dsym_diff.py68 exit_code = 1 if is_break or (args.strict and is_different) else 0
69 sys.exit(exit_code)
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py54 exit_code = subprocess.call(command, *args, **kwargs)
55 logging.debug('build finished with exit code: %d', exit_code)
56 return exit_code
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dtarget_info.py54 out, err, exit_code = executeCommand(['xcrun', '--show-sdk-path'])
55 if exit_code != 0:
57 if exit_code == 0 and out:
/netbsd-current/external/gpl2/gmake/dist/
H A Djob.c382 child_error (char *target_name, int exit_code, int exit_sig, int coredump,
389 if (!(exit_code & 1))
393 target_name, exit_code);
398 target_name, exit_code);
478 int exit_code, exit_sig, coredump;
532 pid = remote_status (&exit_code, &exit_sig, &coredump, 0);
574 exit_code = WEXITSTATUS (status);
591 pid = remote_status (&exit_code, &exit_sig, &coredump, 1);
607 exit_code = WEXITSTATUS (status);
608 if (exit_code
379 child_error(char *target_name, int exit_code, int exit_sig, int coredump, int ignored) argument
474 int exit_code, exit_sig, coredump; local
[all...]

Completed in 319 milliseconds

1234