代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/39099/913592
o kill.o
www.eeworm.com/read/39099/913643
c kill.c
/* $Id: kill.c,v 1.1.4.2 2011/11/16 04:07:06 sadanan Exp $ */
/******************************************************************************
*
* (c) Copyright 2009 Xilinx, Inc. All rights reserved.
*
www.eeworm.com/read/40112/915509
exe kill.exe
www.eeworm.com/read/39119/1120433
o kill.o
www.eeworm.com/read/39119/1120484
c kill.c
/* $Id: kill.c,v 1.1.4.2 2011/11/16 04:07:06 sadanan Exp $ */
/******************************************************************************
*
* (c) Copyright 2009 Xilinx, Inc. All rights reserved.
*
www.eeworm.com/read/494037/1162609
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2007/11/06 23:37:53 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/494037/1162644
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2006/12/15 00:20:17 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/478822/1349273
c kill.c
/* kill.c -- remove a process.
*
* Copyright (c) 1995 Cygnus Support
*
* The authors hereby grant permission to use, copy, modify, distribute,
* and license this software and its documentati
www.eeworm.com/read/478549/1351236
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