代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/195341/5112450
s kill.s
/ kill process
mov (sp)+,r4
tst (sp)+
loop:
dec r4
ble done
mov (sp)+,r5
clr r3
cmpb (r5),$'-
bne 1f
inc r5
clr signo
1:
movb (r5)+,r0
beq 1f
sub $'0,r0
cmp r0,$9
bhi error
mul $10.,
www.eeworm.com/read/187332/5224651
c kill.c
/*
*
* $Id: kill.c,v 1.4 2004/08/24 08:58:29 janakj Exp $
*
* in this file, we implement the ability to send a kill signal to
* a child after some time; its a quick ugly hack, for example kill
*
www.eeworm.com/read/187332/5224653
h kill.h
/*
*
* $Id: kill.h,v 1.3 2004/08/24 08:58:29 janakj Exp $
*
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of ser, a free SIP server.
*
* ser is free software; you can redistribu
www.eeworm.com/read/184888/5244357
c kill.c
/*
* $Id: kill.c,v 1.1.1.1 2005/06/13 16:47:38 bogdan_iancu Exp $
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of openser, a free SIP server.
*
* openser is free software; you ca
www.eeworm.com/read/184888/5244359
h kill.h
/*
* $Id: kill.h,v 1.1.1.1 2005/06/13 16:47:38 bogdan_iancu Exp $
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of openser, a free SIP server.
*
* openser is free software; you ca
www.eeworm.com/read/182103/5266920
c kill.c
/*
* 3.3.2 Send a Signal to a Process, P1003.1b-1993, p. 68
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this fi
www.eeworm.com/read/180437/5284473
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/180137/5291082
kill-gatherd
#!/bin/sh
#
# kill-gatherd - Kills gatherd processes
#
# Usage: kill-gatherd [dir]
#
# $Id: kill-gatherd,v 2.1 1997/03/21 19:21:56 sxw Exp $
#
######################################################
www.eeworm.com/read/174804/5357044
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2003/10/09 23:43:00 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/174804/5357130
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2003/10/09 23:43:00 $
// $RCSfile: kill.c,v $
//------------------------------------------------------