代码搜索:kill

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

代码结果 2,615
www.eeworm.com/read/322306/3525999

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/321953/3529456

2 kill.2

.\" This -*- nroff -*- file has been generated from .\" DocBook SGML with docbook-to-man on Debian GNU/Linux. ...\" ...\" transcript compatibility for postscript use. ...\" ...\" synopsis: .P!
www.eeworm.com/read/321483/3534723

t kill.t

use strict; use warnings; BEGIN { if ($ENV{'PERL_CORE'}){ chdir 't'; unshift @INC, '../lib'; } use Config; if (! $Config{'useithreads'}) { print("1..0 # Skip:
www.eeworm.com/read/320652/3546156

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/313224/3644550

al kill.al

# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package POSIX; #line 211 "../../lib/POSIX.pm (autosplit into ../../lib/auto/
www.eeworm.com/read/312645/3652834

cxx kill.cxx

//========================================================================== // // kill.cxx // // Thread kill test // //============================================================
www.eeworm.com/read/306178/3745181

c kill.c

#include inherit NPC; string *first_name = ({ "赵","钱","孙","李","周","吴","郑","王","张","陈","柳","风","刘","林", }); string *name_words = ({ "一","二","三","四","五","六","七","八","九","十", }); string *color
www.eeworm.com/read/306178/3748662

c kill.c

// kill.c #include inherit F_CLEAN_UP; int main(object me, string arg) { int my_idle,your_idle; object obj,ob; string callname,msg;; if (!me) return 0; if (userp(me
www.eeworm.com/read/306178/3760243

c kill.c

#include inherit NPC; string *first_name = ({ "赵","钱","孙","李","周","吴","郑","王","张","陈","柳","风","刘","林", }); string *name_words = ({ "一","二","三","四","五","六","七","八","九","十", }); string *color
www.eeworm.com/read/304849/3784275

txt kill.txt

-- kill -- Kill (stop) programs or processes. Usage: kill [-f] [process2] [...] The 'kill' command can be used to stop and eliminate one or more programs or processes. The '-f' opti