代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/235820/14051144
8 tcpkill.8
.TH TCPKILL 8
.ad
.fi
.SH NAME
tcpkill
\-
kill TCP connections on a LAN
.SH SYNOPSIS
.na
.nf
.fi
\fBtcpkill\fR [\fB-i \fIinterface\fR] [\fB-1\fR...\fB9\fR] \fIexpression\fR
.SH DESCRIPTION
.ad
.fi
\fB
www.eeworm.com/read/164767/10089435
cc tty.cc
#include
#include
#include
#include
#include
#include "tty.h"
/* intr=^C quit=^| erase=del kill=^U
eof=^D vtime=\0 vmin=\1 sx
www.eeworm.com/read/360251/10105773
c sofsm.c
/* sofsm.c */
#include
#include
#include "telnet.h"
#include "tnfsm.h"
/* Special chars: */
char t_flushc, t_intrc, t_quitc, sg_erase, sg_kill;
extern int soputc(FILE *,FI
www.eeworm.com/read/314124/13574393
c shutdown.c
//written by bcng xiyong,2007-7-1
//set gpj4 to zero to give a kill signal to chip ltc2950
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/136812/5857368
makefile
#
# @(#)Makefile 1.1 92/07/30; SMI
#
# Copyright (c) 1987 by Sun Microsystems, Inc.
#
CPPFLAGS=-I../common/$(ARCH)
ASSRC = _getpgrp.s _kill.s _lseek.s _mknod.s _mount.s _setpgrp.s umount.s
MD_ASSRC
www.eeworm.com/read/123322/6061527
changelog
2000-03-13 Jesper Skov
* include/plf_stub.h (HAL_STUB_PLATFORM_RESET): Jump to stub
entry-point on GDB kill.
2000-03-04 Gary Thomas
* src/hal_aux.c (_
www.eeworm.com/read/476941/6743275
h syscall.h
// System call numbers
#define SYS_fork 1
#define SYS_exit 2
#define SYS_wait 3
#define SYS_pipe 4
#define SYS_write 5
#define SYS_read 6
#define SYS_close 7
#define SYS_kill 8
#
www.eeworm.com/read/260147/11743325
c sofsm.c
/* sofsm.c */
#include
#include
#include "telnet.h"
#include "tnfsm.h"
/* Special chars: */
char t_flushc, t_intrc, t_quitc, sg_erase, sg_kill;
extern int soputc(FILE *,FI
www.eeworm.com/read/152362/12119934
h control_c.h
#include
#include
#include
void control_c()
{
int i;
signal(SIGINT,control_c);
for(i=0;ipids[i],SIGKILL);
shmctl(shmid,IPC_RMID,(struct shm
www.eeworm.com/read/225618/14529765
cc tty.cc
#include
#include
#include
#include
#include
#include "tty.h"
/* intr=^C quit=^| erase=del kill=^U
eof=^D vtime=\0 vmin=\1 sx