代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/169979/5407979
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/167046/5470370
c kill.c
/* vi: set sw=4 ts=4: */
/*
* kill() for uClibc
*
* Copyright (C) 2000-2004 by Erik Andersen
*
* GNU Library General Public License (LGPL) version 2 or later.
*/
#includ
www.eeworm.com/read/162868/5512687
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/349728/3140504
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2002/09/16 21:19:30 $
// $RCSfile: kill.c,v $
//---------------------------------------------------
www.eeworm.com/read/340822/3264291
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2005/11/15 23:40:58 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/340665/3268439
c kill.c
/*
* Stub version of kill.
*/
#include "config.h"
#include
#include
#include
#undef errno
extern int errno;
#include "warning.h"
int
_DEFUN (_kill, (pid, sig),
www.eeworm.com/read/340665/3268543
c kill.c
#include
#include
#include
#include "trap.h"
_kill (n, m)
{
return TRAP0 (SYS_exit, 0xdead, 0, 0);
}
www.eeworm.com/read/340665/3268576
c kill.c
/* kill.c -- remove a process.
*
* Copyright (c) 2002 Red Hat, Inc
*
* The authors hereby grant permission to use, copy, modify, distribute,
* and license this software and its documentation for
www.eeworm.com/read/340665/3268611
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 documentation fo
www.eeworm.com/read/340665/3268638
c kill.c
/* kill.c -- remove a process.
*
* Copyright (c) 1995, 1999 Cygnus Support
*
* The authors hereby grant permission to use, copy, modify, distribute,
* and license this software and its documentat