代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/392598/2493257
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2004/07/31 23:46:47 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/392596/2493368
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2004/07/31 23:46:47 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/392596/2493434
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2004/07/31 23:46:47 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/392548/2495220
s kill.s
/ int kill ( int pid, int signal )
.globl _kill
_kill:
movl 4(%esp), %edx
movl 8(%esp), %ecx
movw $0x7f0d, %ax
int $0x21
jecxz 1f
movl %ecx, _errno
1:
ret
www.eeworm.com/read/389922/2530309
c kill.c
/* kill - send a signal to a process Author: Adri Koppes */
#include
#include
#include
#include
#include
#include
_PROTOTYPE(int m
www.eeworm.com/read/389922/2530637
c _kill.c
#include
#define kill _kill
#include
PUBLIC int kill(proc, sig)
int proc; /* which process is to be sent the signal */
int sig; /* signal number */
{
message m;
m.m1_i1 =
www.eeworm.com/read/389922/2531078
s kill.s
.sect .text
.extern __kill
.define _kill
.align 2
_kill:
jmp __kill
www.eeworm.com/read/374762/2746081
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2006/12/15 00:16:20 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/369339/2800859
2 kill.2
.th KILL II 12/15/74
.sh NAME
kill \*- send signal to a process
.sh SYNOPSIS
(kill = 37.; not in assembler)
.br
(process number in r0)
.br
.ft B
sys kill; sig
.s3
kill(pid, sig);
.ft R
.sh DESCRIPTI