代码搜索:kill

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

代码结果 2,615
www.eeworm.com/read/229812/4730880

c kill.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/217239/4874935

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/216502/4890409

2 kill.2

.TH KILL 2 .SH NAME kill \- send signal to a process .SH SYNOPSIS .B kill(pid, sig); .SH DESCRIPTION .I Kill sends the signal .I sig to the process specified by the process number in r0. See .IR si
www.eeworm.com/read/216502/4890482

1 kill.1

.TH KILL 1 .SH NAME kill \- terminate a process with extreme prejudice .SH SYNOPSIS .B kill [ .BR \- signo ] processid ... .SH DESCRIPTION .I Kill sends signal 15 (terminate) to the specified process
www.eeworm.com/read/216502/4891326

c kill.c

/* * kill - send signal to process */ #include main(argc, argv) char **argv; { register signo, pid, res; int errlev; extern char *sys_errlist[]; extern errno; errlev = 0; if (arg
www.eeworm.com/read/216502/4891742

s kill.s

/ C library -- kill .globl _kill, cerror .kill = 37. _kill: mov r5,-(sp) mov sp,r5 mov 4(sp),r0 mov 6(sp),8f sys 0; 9f bec 1f jmp cerror 1: clr r0 mov (sp)+,r5 rts pc .data 9: sys .kill;
www.eeworm.com/read/216499/4892297

2 kill.2

.th KILL II 12/15/74 .sh NAME kill \*- send signal to a process .sh SYNOPSIS (kill = 37.; not in assembler) .br (process number in r0) .br .ft B sys kill; sig .s3 kill(pid, sig); .ft R .sh DESCRIPTI
www.eeworm.com/read/216499/4892359

1 kill.1

.th KILL I 2/8/75 .sh NAME kill \*- terminate a process .sh SYNOPSIS .bd kill [ \fB\*-\fRsigno ] processid ... .sh DESCRIPTION Kills the specified processes. The process number of each asynchronous pr
www.eeworm.com/read/216499/4892581

s kill.s

/ C library -- kill .globl _kill, cerror kill = 37. indir = 0 _kill: mov r5,-(sp) mov sp,r5 mov 4(sp),r0 mov 6(sp),8f sys indir; 9f bec 1f jmp cerror 1: clr r0 mov (sp)+,r5 rts pc .data 9
www.eeworm.com/read/216499/4893042

s kill.s

/ kill process mov (sp)+,r4 tst (sp)+ loop: dec r4 ble done mov (sp)+,r5 clr r3 cmpb (r5),$'- bne 1f inc r5 clr signo 1: movb (r5)+,r0 beq 1f sub $'0,r0 cmp r0,$9 bhi error mul $10.,