代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/242732/4538807
c more.c
/* $Id: more.c 28434 2007-08-20 19:50:07Z cfinck $
*
* MORE.C - external command.
*
* clone from 4nt more command
*
* 26 Sep 1999 - Paolo Pantaleo
* started
www.eeworm.com/read/234134/4662056
lrf fastlynx.lrf
fastlynx.lib
y
+parallel.obj&
+clonesub.obj&
+listen.obj&
+crctab.obj&
+querybio.obj&
+sendrecv.obj&
+saveport.obj&
+loader.obj&
+serial.obj&
+clone.obj&
+init.obj;
www.eeworm.com/read/216450/4894983
9 elvis.9
.so mnx.mac
.TH ELVIS 9
.CD "elvis \(en clone of the Berkeley vi editor"
.SX "elvis \fR[\fB\(enRerv\fR] [\fB\(ent \fItag\fR] \fR[\fIfile\fR] ..."
.FL "\(enR" "Set the read-only option"
.FL "\(ene" "St
www.eeworm.com/read/209211/4986598
c s_unique.c
#include
#include
#include "String.h"
String*
s_unique(String *s)
{
String *p;
if(s->ref > 1){
p = s;
s = s_clone(p);
s_free(p);
}
return s;
}
www.eeworm.com/read/205824/5017784
c more.c
/* $Id: more.c 25042 2006-12-03 19:52:19Z janderwald $
*
* MORE.C - external command.
*
* clone from 4nt more command
*
* 26 Sep 1999 - Paolo Pantaleo
* start
www.eeworm.com/read/204040/5036389
lrf fastlynx.lrf
fastlynx.lib
y
+parallel.obj&
+clonesub.obj&
+listen.obj&
+crctab.obj&
+querybio.obj&
+sendrecv.obj&
+saveport.obj&
+loader.obj&
+serial.obj&
+clone.obj&
+init.obj;
www.eeworm.com/read/179911/5297077
c streamable.c
/* $Id: streamable.c,v 1.10 2000/02/05 06:47:30 ralf Exp $
*
* streamable.c: streamable devices. /dev/gfx
* (C) 1997 Miguel de Icaza (miguel@nuclecu.unam.mx)
*
* Major 10 is the streams clone dev
www.eeworm.com/read/179860/5301943
c ne2k-pci.c
/* ne2k-pci.c: A NE2000 clone on PCI bus driver for Linux. */
/*
A Linux device driver for PCI NE2000 clones.
Authors and other copyright holders:
1992-2000 by Donald Becker, NE2000 core and
www.eeworm.com/read/167133/5466280
c md.c
/*
* s390/linux/md.c
* Linux s390 specific functions (clone from i386/linux/md.c by ROSSP).
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file
www.eeworm.com/read/350097/3131970
c streamable.c
/* $Id: streamable.c,v 1.10 2000/02/05 06:47:30 ralf Exp $
*
* streamable.c: streamable devices. /dev/gfx
* (C) 1997 Miguel de Icaza (miguel@nuclecu.unam.mx)
*
* Major 10 is the streams clone dev