代码搜索:kill

找到约 2,615 项符合「kill」的源代码

代码结果 2,615
www.eeworm.com/read/101135/6237999

2 kill.2

KILL(2) Minix Programmer's Manual KILL(2) NAME kill - send signal to a process SYNOPSIS #include #include
www.eeworm.com/read/101135/6238102

2 kill.2

%!PS-Adobe-1.0 %%Creator: devps (Pipeline Associates, Inc.) %%CreationDate: Fri Sep 13 13:05:44 1996 %%Pages: (atend) %%DocumentFonts: (atend) /devps 180 dict def devps begin /res 10.000000 def /y_of
www.eeworm.com/read/101135/6238306

1 kill.1

.TH KILL 1 .SH NAME kill \- send a signal to a process .SH SYNOPSIS \fBkill\fR [\fB\-\fIn\fR] \fIprocess\fR .br .de FL .TP \\fB\\$1\\fR \\$2 .. .de EX .TP 20 \\fB\\$1\\fR # \\$2 .. .SH OPTIONS .FL "\-
www.eeworm.com/read/101135/6238559

1 kill.1

%!PS-Adobe-1.0 %%Creator: devps (Pipeline Associates, Inc.) %%CreationDate: Fri Sep 13 13:03:56 1996 %%Pages: (atend) %%DocumentFonts: (atend) /devps 180 dict def devps begin /res 10.000000 def /y_of
www.eeworm.com/read/101135/6238743

1 kill.1

KILL(1) Minix Programmer's Manual KILL(1) NAME kill - send a signal to a process SYNOPSIS kill [-n] process OPTIONS -n Signal
www.eeworm.com/read/101135/6238851

2 kill.2

.\" Copyright (c) 1980 Regents of the University of California. .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" .\" @(#
www.eeworm.com/read/101082/6240703

s kill.s

/* @(#)kill.s 4.1 (ULTRIX) 7/3/90 */ /* ------------------------------------------------------------------ */ /* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | */ /* | Res
www.eeworm.com/read/101082/6241105

c kill.c

/* kill.c 4.1 82/12/04 */ #include "SYS.h" SYSCALL(kill) ret
www.eeworm.com/read/101082/6241570

c kill_.c

/* char id_kill[] = "@(#)kill_.c 1.1"; * * send a signal to a process * * calling sequence: * ierror = kill(pid, signum) * where: * pid must be the process id of one of the user's processes *
www.eeworm.com/read/101082/6241826

s _kill.s

/* @(#)_kill.s 4.1 ULTRIX 7/3/90 */ #include #include #include #include "SYS.h" SYSCALLV(_kill) RET .end _kill