代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/279968/4129042
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/279968/4129077
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/279968/4129119
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/279968/4130036
c kill.c
#include "config.h"
#include
#include
#include
int kill(int pid, int sig)
{
errno = ENOSYS;
return -1;
}
www.eeworm.com/read/279968/4130159
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
www.eeworm.com/read/447892/1694059
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/438717/1823307
py kill.py
#! /usr/bin/env python
# Tkinter interface to Linux `kill' command.
from Tkinter import *
from string import splitfields
from string import split
import commands
import os
class BarButton(Menubutton
www.eeworm.com/read/411046/2192698
kill-xterms
#!/bin/sh
# ====================================================================
# The Vovida Software License, Version 1.0
#
# Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
#
# R