代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/237551/4624673
s clone2.s
/* Copyright (C) 2000, 2001, 2003, 2004, 2006 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/237551/4625046
c tst-clone.c
/* Test for proper error/errno handling in clone.
Copyright (C) 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redist
www.eeworm.com/read/174092/5365530
cpp vec_clone.cpp
#include "Vec.h"
template T* clone(const T* tp);
// the key to making `Ptr< Vec >' work
template
Vec* clone(const Vec* vp)
{
return new Vec(*vp);
}
www.eeworm.com/read/164348/5495666
cpp clone_values.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: clone_values.cpp,v 1.1.6.3 2004/07/09 01:48:15 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Res
www.eeworm.com/read/164348/5495717
h clone_values.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: clone_values.h,v 1.1.6.3 2004/07/09 01:48:00 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reser
www.eeworm.com/read/164348/5495900
dep clone_values.dep
thumb-rel32\obj\clone_values.obj: "clone_values.cpp"
thumb-rel32\obj\clone_values.obj: "..\include\hxtypes.h"
thumb-rel32\obj\clone_values.obj: "C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h"
thu
www.eeworm.com/read/320652/3542357
s clone2.s
/* We want an #include_next, but we are the main source file.
So, #include ourselves and in that incarnation we can use #include_next. */
#ifndef INCLUDED_SELF
# define INCLUDED_SELF
# include
www.eeworm.com/read/320652/3543836
s clone2.s
/* Copyright (C) 2000, 2001, 2003, 2004, 2006 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/320652/3544200
c tst-clone.c
/* Test for proper error/errno handling in clone.
Copyright (C) 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redist