代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/165536/10058235
c kill.c
/* =========================================================
*
* KILL.C --- Kill a process.
*
* Version 1.0
*
* CALLED BY :
* CALLS :
*
* COPYRIGHT(c) : Martti Ylikoski
*/
s
www.eeworm.com/read/165536/10058247
exe kill.exe
www.eeworm.com/read/165536/10058272
mak kill.mak
#
# Makefile for KILL.EXE
#
# Compiler : Microsoft C 6.0
# Created : 4.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
kill.exe: kill.obj
link kill.obj, , NUL.MAP,mto
www.eeworm.com/read/165536/10058472
txt kill.txt
KILL [DUAL MODE]
NAME KILL - Kill a process.
SYNTAX
kill process_id [/H | -?]
USAGE
Kill
www.eeworm.com/read/164767/10089552
cc kill.cc
#include
#include
#include
#include "sched.h"
#include "pgrp.h"
#include "signal.h"
#undef trace
#define trace(...)
void task_t::post(int signo)
{
if ((this =
www.eeworm.com/read/162511/10300326
c kill.c
/* Implementation of the KILL g77 intrinsic.
Copyright (C) 2005 Free Software Foundation, Inc.
Contributed by François-Xavier Coudert
This file is part of the GNU Fortr
www.eeworm.com/read/354597/10343371
c kill.c
/* =========================================================
*
* KILL.C --- Kill a process.
*
* Version 1.0
*
* CALLED BY :
* CALLS :
*
* COPYRIGHT(c) : Martti Ylikoski
*/
s
www.eeworm.com/read/354597/10343386
exe kill.exe
www.eeworm.com/read/354597/10343423
mak kill.mak
#
# Makefile for KILL.EXE
#
# Compiler : Microsoft C 6.0
# Created : 4.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
kill.exe: kill.obj
link kill.obj, , NUL.MAP,mto