代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/252366/4408611
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;
www.eeworm.com/read/158865/5592699
c kill_.c
/* Copyright (C) 1995 Free Software Foundation, Inc.
This file is part of GNU Fortran libU77 library.
This library is free software; you can redistribute it and/or modify it
under the terms of the GN
www.eeworm.com/read/158650/5596597
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2004/07/31 23:46:47 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/158650/5596655
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2004/07/31 23:46:47 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/158650/5596713
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2004/07/31 23:46:47 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/158650/5596771
c kill.c
/*-----------------------------------------------------------------------------
// $Date: 2004/07/31 23:46:47 $
// $RCSfile: kill.c,v $
//------------------------------------------------------
www.eeworm.com/read/473903/6821388
c kill.c
#include
#include
#include
#include
#include
int main()
{
pid_t pid;
int ret;
if((pid=fork())