代码搜索:kill

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

代码结果 2,615
www.eeworm.com/read/340665/3268888

c kill.c

#include #include #include #include "trap.h" _kill (n, m) { return TRAP0 (SYS_exit, 0xdead, 0, 0); }
www.eeworm.com/read/340665/3269023

c kill.c

#include #include #include "syscall.h" #include "eit.h" _kill (n, m) { return TRAP0 (SYS_exit, 0xdead, 0, 0); }
www.eeworm.com/read/340665/3269204

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/340665/3269317

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/340665/3269358

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/340665/3269409

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/340665/3270097

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/338072/3320654

kill-xterms

#!/bin/sh # ==================================================================== # The Vovida Software License, Version 1.0 # # Copyright (c) 2000 Vovida Networks, Inc. All rights reserved. # # R
www.eeworm.com/read/322306/3525814

c kill.c

kill() { }
www.eeworm.com/read/322306/3525893

s kill.s

.globl _kill .globl kill _kill: kill: movl $0x25, %eax lcall $7,$0 jb _cerror xor %eax, %eax ret