代码搜索:clone

找到约 4,459 项符合「clone」的源代码

代码结果 4,459
www.eeworm.com/read/306178/3750036

c qingcheng_b.c

// /clone/board/qingcheng_b.c inherit BULLETIN_BOARD; void create() { set_name("青城弟子留言板", ({ "board" }) ); set("location", "/d/qingcheng/songfengguan"); set("board_id", "qingcheng_b");
www.eeworm.com/read/306178/3750665

c xbaozi.c

//Cracked by Roath // /clone/beast/xbaozi.c // 小豹子 // sdong 08/98 // Modified by xQin 11/00 #include inherit NPC; void create() { set_name("小豹子", ({ "xiao baozi", "baozi" }) ); set("no
www.eeworm.com/read/306178/3752103

c badan.c

// /clone/drug/badan.c #include inherit ITEM; void init() { add_action("do_eat", "eat"); add_action("do_eat", "chi"); } void create() { set_name(HIR"
www.eeworm.com/read/306178/3760732

c bwboard.c

//Cracked by Kafei // Board for Group BWDH /clone/board/bwboard.c // Apache 10/98 // sdong 8/8/1999 inherit ITEM; inherit F_SAVE; string query_save_file() { return "/data/board/bwboard"; } voi
www.eeworm.com/read/306178/3760878

c bwboard.c

//Cracked by Kafei // Board for Group BWDH /clone/board/bwboard.c // Apache 10/98 // sdong 8/8/1999 inherit ITEM; inherit F_SAVE; string query_save_file() { return "/data/board/bwboard"; } voi
www.eeworm.com/read/306178/3760988

c bwboard.c

//Cracked by Kafei // Board for Group BWDH /clone/board/bwboard.c // Apache 10/98 // sdong 8/8/1999 inherit ITEM; inherit F_SAVE; string query_save_file() { return "/data/board/bwboard"; } voi
www.eeworm.com/read/294038/3921763

c hades-pci.c

/* * hades-pci.c - Hardware specific PCI BIOS functions the Hades Atari clone. * * Written by Wout Klaren. */ #include #include #include #include
www.eeworm.com/read/292705/3943583

c hades-pci.c

/* * hades-pci.c - Hardware specific PCI BIOS functions the Hades Atari clone. * * Written by Wout Klaren. */ #include #include #include #include
www.eeworm.com/read/273740/4194805

c hades-pci.c

/* * hades-pci.c - Hardware specific PCI BIOS functions the Hades Atari clone. * * Written by Wout Klaren. */ #include #include #include #include
www.eeworm.com/read/446305/1713544

h sys.h

#ifndef _LINUX_SYS_H #define _LINUX_SYS_H /* * system call entry points */ #define sys_clone sys_fork #ifdef __cplusplus extern "C" { #endif extern int sys_setup(); /* 0 */ e