代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/125133/6032941
kill-jobber
#!/bin/sh
ps aux | grep "bin[/]jobber" | awk '{print $2}' | xargs kill
www.eeworm.com/read/125133/6033121
kill-jobber
#!/bin/sh
ps aux | grep "bin[/]jobber" | awk '{print $2}' | xargs kill
www.eeworm.com/read/124910/6036740
c kill.c
/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/124910/6039289
c kill.c
/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify
www.eeworm.com/read/124347/6050792
s kill.s
.globl _kill
.globl kill
_kill:
kill:
movl $0x25, %eax
lcall $7,$0
jb _cerror
xor %eax, %eax
ret
www.eeworm.com/read/124347/6050896
c kill.c
#include
#include
#include
#include "sys/syscall.h"
#include
int errno;
int __trap0 (int function, int p1, int p2, int p3);
#define TRAP0(f, p1, p2, p
www.eeworm.com/read/124347/6050931
c kill.c
#include
#include
#include
#include "sys/syscall.h"
int errno;
int __trap0 ();
#define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3))
_kill (n, m)
{
retur
www.eeworm.com/read/124347/6050976
c kill.c
/* Stub for kill. */
#include
#include
/* The pid argument should be of type pid_t. */
int
_DEFUN (_kill, (pid, sig),
int pid _AND
int sig)
{
if (pid == 1 || pid < 0)
www.eeworm.com/read/124347/6051427
c kill.c
/* kill for MMIXware.
Copyright (C) 2001 Hans-Peter Nilsson
Permission to use, copy, modify, and distribute this software is
freely granted, provided that the above copyright notice, this n