代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/283355/4080077
patch glibc-2.2.5-mips-clone-local-label.patch
This is a workaround for
mipsel-unknown-linux-gnu-gcc ../sysdeps/unix/sysv/linux/mips/clone.S -c -I../include -I. -I/home3/dank/crosstool-0.7/build/mipsel-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.5/bui
www.eeworm.com/read/283355/4080390
patch glibc-2.2.5-mips-clone-local-label.patch
This is a workaround for
mipsel-unknown-linux-gnu-gcc ../sysdeps/unix/sysv/linux/mips/clone.S -c -I../include -I. -I/home3/dank/crosstool-0.7/build/mipsel-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.5/bui
www.eeworm.com/read/183326/9170159
c lib_mvwin.c
/****************************************************************************
* Copyright (c) 1998,2000,2001 Free Software Foundation, Inc. *
*
www.eeworm.com/read/357508/10208211
c lib_mvwin.c
/****************************************************************************
* Copyright (c) 1998,2000,2001 Free Software Foundation, Inc. *
*
www.eeworm.com/read/142179/5765996
java~4~ copyable.java~4~
package apriori;
/**
* Interface implemented by classes that can produce "shallow" copies
* of their objects. (As opposed to clone(), which is supposed to
* produce a "deep" copy.)
*
* public Obj
www.eeworm.com/read/347848/11632647
java publiclycloneable.java
public interface PubliclyCloneable extends Cloneable
{
public Object clone();
}
www.eeworm.com/read/125782/14464157
c lib_mvwin.c
/****************************************************************************
* Copyright (c) 1998,2000,2001 Free Software Foundation, Inc. *
*
www.eeworm.com/read/115202/15021940
java conservator.java
package com.orbs.ref.pattern.conservator;
import java.io.Serializable;
import java.util.Vector;
/*********************************************************************
www.eeworm.com/read/167133/5468137
java cloneable.java
/* Cloneable.java -- Interface for marking objects cloneable by Object.clone()
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpat