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

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-exitedevent.c25 create_exited_event_object (const LONGEST *exit_code) argument
34 if (exit_code
36 "exit_code",
37 PyLong_FromLongLong (*exit_code)) < 0)
51 emit_exited_event (const LONGEST *exit_code) argument
58 event = create_exited_event_object (exit_code);
H A Dpy-event.h107 extern int emit_exited_event (const LONGEST *exit_code);
H A Dpy-inferior.c115 const LONGEST *exit_code = NULL; local
120 exit_code = &inf->exit_code;
122 if (emit_exited_event (exit_code) < 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpostmod-1.c14 #define CHECK_ARRAY(A) exit_code |= (counter##A != 3.0f)
56 int exit_code = 0; local
61 return exit_code;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dexample_evp_cipher.c56 usage(int exit_code) __attribute__((noreturn));
59 usage(int exit_code) argument
62 exit(exit_code);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Derror.c205 * @param exit_code exit() code from process.
214 hx509_err(hx509_context context, int exit_code, argument
228 errx(exit_code, "%s: %s", str, msg);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dmain.c74 done (int exit_code) argument
89 exit (exit_code);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dmain.c69 done (int exit_code) argument
77 exit (exit_code);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-events.py43 print "exit code: %d" % (event.exit_code)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dusage.c53 print_usage_details(tOptions * opts, int exit_code);
238 print_usage_details(tOptions * opts, int exit_code) argument
260 if ( (exit_code != EXIT_SUCCESS)
266 prt_opt_usage(opts, exit_code, pOptTitle);
292 if (exit_code == EXIT_SUCCESS)
332 int exit_code = local
348 if (exit_code == EXIT_SUCCESS) {
364 exit(exit_code);
371 if ((exit_code == EXIT_SUCCESS) ||
376 exit(exit_code);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Djob.c245 child_error (target_name, exit_code, exit_sig, coredump, ignored)
247 int exit_code, exit_sig, coredump;
254 if (!(exit_code & 1))
258 target_name, exit_code);
263 target_name, exit_code);
448 int exit_code, exit_sig, coredump;
496 pid = remote_status (&exit_code, &exit_sig, &coredump, 0);
538 exit_code = WEXITSTATUS (status);
551 pid = remote_status (&exit_code, &exit_sig, &coredump, 1);
567 exit_code
444 int exit_code, exit_sig, coredump; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/libefi/
H A Defi.c76 void efi_exit(EFI_STATUS exit_code) argument
80 BS->Exit(IH, exit_code, 0, NULL);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dhprop.c395 int type, exit_code; local
463 exit_code = dump_database (context, type, database, db);
465 exit_code = propagate_database (context, type, database,
475 return exit_code;
/netbsd-6-1-5-RELEASE/usr.bin/nbsvtool/
H A Dnbsvtool.c285 usage(int exit_code) argument
297 exit(exit_code);
/netbsd-6-1-5-RELEASE/sbin/rcorder/
H A Drcorder.c93 int exit_code; variable
205 exit(exit_code);
600 exit_code = 1;
615 exit_code = 1;
685 was_set = exit_code = 1;
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dmain.c99 int exit_code; variable
679 exit_code = EXIT_SUCCESS;
692 done(exit_code);
H A Dmkpar.c315 exit_code = EXIT_FAILURE;
322 exit_code = EXIT_FAILURE;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dtop.c1269 int exit_code = 0;
1278 exit_code = (int) value_as_long (val);
1281 exit_code = return_child_result_value;
1290 exit (exit_code);
1260 int exit_code = 0; local
H A Dinferior.h516 LONGEST exit_code;
515 LONGEST exit_code; member in struct:inferior
H A Dinferior.c285 inf->exit_code = 0;
H A Dlinux-nat.c1608 int exit_code = WEXITSTATUS (status);
1612 if (exit_code == 0)
1616 exit_code);
1601 int exit_code = WEXITSTATUS (status); local
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/w32/subproc/
H A Dsub_proc.c26 int exit_code; member in struct:sub_process_t
79 if (fake_exits_pending && proc_array[i]->exit_code)
185 return (((sub_process *)proc)->exit_code);
765 if (GetExitCodeProcess(childhand, &pproc->exit_code) == FALSE) {
855 if (GetExitCodeProcess(childhand, &pproc->exit_code) == FALSE) {
1196 ((sub_process*) hProcess)->exit_code = process_last_err(hProcess);
/netbsd-6-1-5-RELEASE/dist/pppd/chat/
H A Dchat.c172 int exit_code = 0; variable
991 if (reply == (char *) 0 || exit_code != 3)
1004 terminate(exit_code);
1403 exit_code = 1;
1502 exit_code = n + 4;
1528 exit_code = 3;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-interp.c365 inf->num, int_string (inf->exit_code, 8, 0, 0, 1));
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Ddiv.cpp560 void cleanup_and_exit(int exit_code) argument
567 exit(exit_code);

Completed in 229 milliseconds

12