Searched refs:KILL (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Dinclude.tcl28 set KILL ./dbkill.exe
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetOpcodes.h32 /// KILL - This instruction is a noop that is used only to adjust the
35 KILL = 5, enumerator in enum:llvm::TargetOpcode::__anon9841
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dopensshd.init.in9 KILL=@KILL@
46 ${KILL} ${PID}
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dinclude.tcl32 set KILL "@KILL@"
H A Dparallel.tcl315 regsub {KILL \.} $d {KILL ..} d
/macosx-10.10.1/ppp-786.1.1/Documentation/scripts/
H A Dipv6-down.sample25 kill -KILL $PID
/macosx-10.10.1/sudo-73/src/
H A Dsample.sudoers48 Cmnd_Alias KILL = /usr/bin/kill
82 operator ALL = DUMPS, KILL, SHUTDOWN, HALT, REBOOT, PRINTING,\
122 matt valkyrie = KILL
H A Dsiglist.in19 KILL Killed
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dpty.sh100 w kill -KILL $!
123 w kill -KILL $!
146 w kill -KILL $!
H A Dsignal.sh288 { sleep 2; kill -$exp \$\$; sleep 3; kill -0 \$\$ && kill -KILL \$\$; } &
/macosx-10.10.1/ruby-106/ruby/test/webrick/
H A Dtest_server.rb82 assert(Process.kill(:KILL, pid2))
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DExpandPostRAPseudos.cpp123 MI->setDesc(TII->get(TargetOpcode::KILL));
156 // No need to insert an identity copy instruction, but replace with a KILL
160 // instruction with KILL.
161 MI->setDesc(TII->get(TargetOpcode::KILL));
H A DLiveRangeEdit.cpp288 // a KILL instead. This way, the physreg live ranges don't end up
294 MI->setDesc(TII.get(TargetOpcode::KILL));
H A DVirtRegMap.cpp340 // Transform identity copy to a KILL to deal with subregisters.
341 MI->setDesc(TII->get(TargetOpcode::KILL));
/macosx-10.10.1/ruby-106/ruby/test/testunit/
H A Dtest_parallel.rb31 Process.kill(:KILL, @worker_pid)
140 Process.kill(:KILL, @test_pid) if @test_pid
/macosx-10.10.1/remote_cmds-47/ypinit.tproj/
H A Dypinit.sh169 read KILL
172 case ${KILL} in
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dregress.sh146 [+KILL \b[ \asignal\a ]]?Kill the background job with \asignal\a
336 then kill -KILL $JOBPID 2>/dev/null
665 function KILL # [ signal ] function
669 [[ $JOBOP ]] || JOBOP=KILL
1121 then failed=$failed${failed:+,}KILL-$JOBOP
1451 alias KILL='LINE=$LINENO; KILL'
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Denvutil.rb69 signal = /mswin|mingw/ =~ RUBY_PLATFORM ? :KILL : :TERM
75 end until signal == :KILL or (sleep reprieve; signal = :KILL; false)
H A Dtest_beginendblock.rb129 Thread.new {sleep 5; Process.kill :KILL, f.pid}
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp110 // %R0<def> = KILL %R0, %D0<imp-use,kill>
112 // Hence, we need to check if it's a KILL instruction.
113 if (II->getOpcode() == TargetOpcode::KILL)
170 // KILL sets kill flag on the opcode. It also sets up a
173 // %R0<def> = KILL %R0, %D0<imp-use,kill>
177 if (MII->getOpcode() == TargetOpcode::KILL ||
/macosx-10.10.1/ruby-106/ruby/test/drb/
H A Ddrbtest.rb79 signal = /mswin|mingw/ =~ RUBY_PLATFORM ? :KILL : :TERM
307 signal = /mswin|mingw/ =~ RUBY_PLATFORM ? :KILL : :TERM
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp125 case TargetOpcode::KILL:
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineInstr.h620 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
671 case TargetOpcode::KILL:
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dmain.c142 #define KILL tmode.c_cc[VKILL] macro
637 } else if (c == KILL || c == CTRL('u')) {
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/utils/
H A Dxo-daemon145 [self] kill -KILL $pid
146 #if {[running $pid]} {kill -KILL $pid}

Completed in 134 milliseconds

12