Searched refs:do_exit (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20070424-1.c4 void do_exit (void) { exit (0); } function
11 do_exit ();
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxen_debug.c206 static void do_exit(void);
292 do_exit();
332 do_exit();
345 do_exit();
358 do_exit();
371 do_exit();
397 do_exit(void) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-loop-ivcanon.c168 tree old_cond, cond, dont_exit, do_exit; local
215 do_exit = boolean_true_node;
220 do_exit = boolean_false_node;
258 COND_EXPR_COND (cond) = do_exit;
496 tree do_exit; local
506 do_exit = boolean_true_node;
508 do_exit = boolean_false_node;
510 COND_EXPR_COND (cond_stmt) = do_exit;
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dprocess.c103 do_exit(1);
109 do_exit(1);
H A Dmain.c262 signal(SIGINT, do_exit); /* clean up on SIGINT */
263 signal(SIGTERM, do_exit); /* clean up on SIGTERM */
264 signal(SIGQUIT, do_exit); /* clean up on SIGQUIT */
280 do_exit(1);
286 do_exit(1);
292 do_exit(1);
298 do_exit(1);
403 do_exit(1);
420 do_exit(0);
428 do_exit(in function
[all...]
H A Dcontroller.c65 do_exit(1);
94 do_exit(1);
170 do_exit(1);
195 do_exit(1);
205 do_exit(1);
222 do_exit(1);
243 do_exit(1);
H A Dlog.c114 do_exit(1);
H A Dcurses.c68 do_exit(1);
251 do_exit(0);
282 do_exit(0);
H A Drc_config.c113 do_exit(0);
399 do_exit(1);
490 do_exit(1);
540 do_exit(1);
575 do_exit(1);
623 do_exit(1);
1316 do_exit(1);
H A Disdnd.h767 __dead void do_exit ( int exitval );
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnmonitor/
H A Dcurses.c49 do_exit(int exitval) function
384 do_exit(0);
409 do_exit(0);
H A Dmonprivate.h196 __dead extern void do_exit ( int exitval );
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Demul_netbsd.c297 do_exit(os_emul_data *emul, function
1036 /* 1 */ { do_exit, "exit" },
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Ddhcpcd.c1585 int do_exit = 0, do_release = 0, do_reboot = 0; local
1685 do_exit = 1;
1696 if (do_release || do_exit) {

Completed in 177 milliseconds