代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/463186/7186577
c kill.c
#include
#include
#include
#include
#include
int main()
{
pid_t pid;
int ret;
if((pid=fork())
www.eeworm.com/read/462772/7196431
js kill.js
// 杀js错误
function killErrors()
{
return true;
}
window.onerror = killErrors;
www.eeworm.com/read/452710/7435311
c kill.c
/* kill.c - kill */
#include
#include
#include
#include
#include
#include
/*-------------------------------------------------------------
www.eeworm.com/read/451988/7452320
bas kill.bas
Attribute VB_Name = "kill"
Option Explicit
Declare Function EnumWindows Lib "user32" (ByVal wndenmprc As Long, ByVal lParam As Long) As Long
Declare Function GetWindowText Lib "user32" Alias "Get
www.eeworm.com/read/450539/7482495
sh kill.sh
#!/bin/sh
kill -9 $(ps -eaf | grep "\./gltest" | grep -v grep | awk '{print $2}')
exit 0
www.eeworm.com/read/448017/7541862
au kill.au
www.eeworm.com/read/442187/7657653
c kill.c
#include
#include
#include
#include
#include
int main()
{
pid_t pid;
int ret;
if((pid=fork())
www.eeworm.com/read/198623/7919447
s kill.s
/ C library -- kill
.globl _kill, cerror
kill = 37.
indir = 0
_kill:
mov r5,-(sp)
mov sp,r5
mov 4(sp),r0
mov 6(sp),8f
sys indir; 9f
bec 1f
jmp cerror
1:
clr r0
mov (sp)+,r5
rts pc
.data
9