| /dragonfly/usr.bin/talk/ |
| HD | init_disp.c | 125 my_win.kill = tio.c_cc[VKILL]; in set_edit_chars() 128 my_win.kill = CERASE; in set_edit_chars() 129 if (my_win.kill == (char)_POSIX_VDISABLE) in set_edit_chars() 130 my_win.kill = CKILL; in set_edit_chars() 134 buf[1] = my_win.kill; in set_edit_chars() 143 his_win.kill = buf[1]; in set_edit_chars()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | lcm.c | 170 sbitmap *antout, sbitmap *avout, sbitmap *kill, in compute_earliest() argument 195 kill[pred->index], temp_bitmap); in compute_earliest() 370 sbitmap *avloc, sbitmap *antloc, sbitmap *kill, in pre_edge_lcm_avs() argument 394 dump_bitmap_vector (dump_file, "kill", "", kill, in pre_edge_lcm_avs() 400 compute_available (avloc, kill, avout, avin); in pre_edge_lcm_avs() 419 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest); in pre_edge_lcm_avs() 472 sbitmap *avloc, sbitmap *antloc, sbitmap *kill, in pre_edge_lcm() argument 481 edge_list = pre_edge_lcm_avs (n_exprs, transp, avloc, antloc, kill, in pre_edge_lcm() 494 compute_available (sbitmap *avloc, sbitmap *kill, sbitmap *avout, in compute_available() argument 561 avin[bb->index], kill[bb->index])) in compute_available() [all …]
|
| HD | df-problems.c | 167 bitmap_clear (&bb_info->kill); in df_rd_free_bb_info() 214 if (bb_info->kill.obstack) in df_rd_alloc() 216 bitmap_clear (&bb_info->kill); in df_rd_alloc() 222 bitmap_initialize (&bb_info->kill, &problem_data->rd_bitmaps); in df_rd_alloc() 319 bitmap_set_range (&bb_info->kill, begin, n_defs); in df_rd_bb_local_compute_process_def() 493 bitmap kill = &bb_info->kill; in df_rd_transfer_function() local 498 changed = bitmap_ior_and_compl (out, gen, in, kill); in df_rd_transfer_function() 509 bitmap_and_compl (&tmp, in, kill); in df_rd_transfer_function() 652 df_rd_dump_defs_set (&bb_info->kill, ";; rd kill", file); in df_rd_top_dump() 1346 bitmap_clear (&bb_info->kill); in df_live_free_bb_info() [all …]
|
| HD | dse.c | 452 bitmap kill; member 2897 scan_stores (store_info *store_info, bitmap gen, bitmap kill) in scan_stores() argument 2917 if (kill) in scan_stores() 2918 bitmap_clear_bit (kill, index); in scan_stores() 2931 scan_reads (insn_info_t insn_info, bitmap gen, bitmap kill) in scan_reads() argument 2943 if (kill) in scan_reads() 2944 bitmap_ior_into (kill, group->group_kill); in scan_reads() 2952 if (kill) in scan_reads() 2953 bitmap_ior_into (kill, kill_on_calls); in scan_reads() 2958 if (kill) in scan_reads() [all …]
|
| /dragonfly/contrib/tcsh-6/ |
| HD | tc.sig.h | 58 # define killpg(a, b) kill(-(a), (b)) 64 # define killpg(a, b) kill((a), (b)) 70 # define killpg(a, b) kill((a), (b)) 77 # define killpg(a, b) kill(-(a), (b)) 82 # define killpg(a, b) kill(-getpgrp(a), b)
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | lcm.c | 180 sbitmap *antout, sbitmap *avout, sbitmap *kill, in compute_earliest() argument 208 kill[pred->index], temp_bitmap); in compute_earliest() 379 sbitmap *avloc, sbitmap *antloc, sbitmap *kill, in pre_edge_lcm() argument 400 dump_sbitmap_vector (dump_file, "kill", "", kill, last_basic_block); in pre_edge_lcm() 407 compute_available (avloc, kill, avout, avin); in pre_edge_lcm() 425 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest); in pre_edge_lcm() 477 compute_available (sbitmap *avloc, sbitmap *kill, sbitmap *avout, in compute_available() argument 537 avin[bb->index], kill[bb->index])) in compute_available() 563 sbitmap *kill, sbitmap *farthest) in compute_farthest() argument 590 kill[succ->index], temp_bitmap); in compute_farthest() [all …]
|
| HD | dse.c | 433 bitmap kill; member 3181 scan_stores_nospill (store_info_t store_info, bitmap gen, bitmap kill) in scan_stores_nospill() argument 3195 if (kill) in scan_stores_nospill() 3196 bitmap_clear_bit (kill, index); in scan_stores_nospill() 3208 scan_stores_spill (store_info_t store_info, bitmap gen, bitmap kill) in scan_stores_spill() argument 3219 if (kill) in scan_stores_spill() 3220 bitmap_clear_bit (kill, index); in scan_stores_spill() 3232 scan_reads_nospill (insn_info_t insn_info, bitmap gen, bitmap kill) in scan_reads_nospill() argument 3244 if (kill) in scan_reads_nospill() 3245 bitmap_ior_into (kill, group->group_kill); in scan_reads_nospill() [all …]
|
| HD | df-problems.c | 203 bitmap_clear (&bb_info->kill); in df_rd_free_bb_info() 251 if (bb_info->kill.obstack) in df_rd_alloc() 253 bitmap_clear (&bb_info->kill); in df_rd_alloc() 259 bitmap_initialize (&bb_info->kill, &problem_data->rd_bitmaps); in df_rd_alloc() 362 bitmap_set_range (&bb_info->kill, begin, n_defs); in df_rd_bb_local_compute_process_def() 536 bitmap kill = &bb_info->kill; in df_rd_transfer_function() local 540 return bitmap_ior_and_compl (out, gen, in, kill); in df_rd_transfer_function() 559 bitmap_and_compl_into (&tmp, kill); in df_rd_transfer_function() 638 fprintf (file, ";; rd kill\t(%d)\n", (int) bitmap_count_bits (&bb_info->kill)); in df_rd_top_dump() 639 dump_bitmap (file, &bb_info->kill); in df_rd_top_dump() [all …]
|
| /dragonfly/sbin/reboot/ |
| HD | reboot.c | 133 if (kill(1, SIGTSTP) == -1) in main() 152 if (kill(-1, SIGTERM) == -1) in main() 173 if (kill(-1, SIGKILL) == -1) { in main() 191 errx(1, "%s%s", kill(1, SIGHUP) == -1 ? "(can't restart init): " : "", in main()
|
| /dragonfly/test/stress/stress2/testcases/badcode/ |
| HD | badcode.c | 64 kill(pid, SIGHUP); in hand() 65 kill(pid, SIGKILL); in hand() 115 kill(pid, SIGINT); in test()
|
| /dragonfly/test/stress/stress2/lib/ |
| HD | main.c | 60 if (r[j] != 0 && kill(r[j], SIGHUP) == -1) in handler() 64 if (op->kill == 1) { in handler() 71 (void) kill(r[j], SIGKILL); in handler() 166 if (kill(p, SIGHUP) == -1) in run_test()
|
| HD | options.c | 121 op->kill = 1; in environment() 153 op->kill = 0; in options() 181 op->kill = 1; in options()
|
| /dragonfly/usr.bin/tip/ |
| HD | cmds.c | 177 kill(pid, SIGIOT); in xfer() 262 kill(pid, SIGIOT); in transfer() 325 kill (cpid, SIGKILL); in pipefile() 402 kill(pid, SIGIOT); /* put TIPOUT into a wait state */ in transmit() 585 kill(pid, SIGIOT); /* put TIPOUT into a wait state */ in pipeout() 627 kill(pid, SIGIOT); /* put TIPOUT into a wait state */ in tiplink() 732 kill(pid, SIGEMT); in setscript() 768 kill(pid, SIGTERM); in tipabort() 867 kill(pid, SIGSYS); in variable() 941 kill(c == CTRL('y') ? getpid() : 0, SIGTSTP); in suspend()
|
| /dragonfly/usr.bin/gcore/ |
| HD | gcore.c | 173 if (kill(pid, SIGSTOP) == -1) in main() 189 kill(getpid(), sig); in killed() 195 kill(pid, SIGCONT); in restart_target()
|
| /dragonfly/tools/regression/bin/sh/builtins/ |
| HD | kill2.0 | 4 kill %+ 7 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = TERM ]
|
| HD | trap14.0 | 5 ${SH} -c 'kill -INT $PPID' & 10 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
|
| HD | locale2.0 | 3 $SH -c 'LC_ALL=C true; kill -INT $$; echo continued' 5 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
|
| HD | trap6.0 | 4 ${SH} -c 'trap "echo ok; exit" USR1; kill -USR1 $$' & 8 r=$(kill -l $?)
|
| HD | trap1.0 | 17 kill -INT $$ 19 (kill -INT $$)
|
| /dragonfly/tools/regression/bin/sh/errors/ |
| HD | redirection-error8.0 | 3 $SH -c '{ { :; } </var/empty/x; } 2>/dev/null || kill -INT $$; echo continued' 5 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
|
| /dragonfly/tools/regression/bin/sh/execution/ |
| HD | bg12.0 | 9 kill -INT "$!" 12 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
|
| HD | bg11.0 | 11 kill -INT "$!" 12 kill -TERM "$!"
|
| HD | bg13.0 | 11 kill -INT "$!" 12 kill -TERM "$!"
|
| /dragonfly/tools/regression/usr.bin/m4/ |
| HD | regress.quotes.out | 10 2: kill quotes 24 4: empty quotes, kill them too
|
| /dragonfly/sbin/init/ |
| HD | init.c | 260 kill(1, sig); in main() 757 kill(pid, SIGCONT); in f_single_user() 846 kill(pid, SIGCONT); in f_runcom() 1449 kill(sp->se_process, SIGHUP); in f_clean_ttys() 1460 kill(sp->se_process, SIGHUP); in f_clean_ttys() 1474 kill(sp->se_process, SIGHUP); in f_clean_ttys() 1497 kill(sp->se_process, SIGHUP); in f_clean_ttys() 1543 kill(sp->se_process, SIGHUP); in f_death() 1550 if (kill(-1, death_sigs[i]) == -1 && errno == ESRCH) in f_death() 1665 kill(wpid, SIGTERM); in runshutdown() [all …]
|