代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/127781/5996214
s string.s
/*
* Copyright (C) Paul Mackerras 1997.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free
www.eeworm.com/read/127781/5996879
c string.c
/*#************************************************************************#*/
/*#-------------------------------------------------------------------------*/
/*#
www.eeworm.com/read/127781/5997125
s string.s
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* String handling functions for PowerPC.
*
* Copyright (C) 1996 Paul Mackerras.
*
* This program is free software; you can redistribute it and/or
* modify
www.eeworm.com/read/127781/5997271
s string.s
/*
* BK Id: SCCS/s.string.S 1.8 05/18/01 06:20:29 patch
*/
/*
* String handling functions for PowerPC.
*
* Copyright (C) 1996 Paul Mackerras.
*
* This program is free software; you can redistri
www.eeworm.com/read/127383/6006532
h _string.h
/*
* Copyright (c) 1997-1999
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
*
www.eeworm.com/read/127087/6008010
h string.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software
www.eeworm.com/read/126765/6012253
c string.c
/* string.c - string functions (ANSI) */
/* Copyright 1984-1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,13oct92,jdi created.
*/
/*
DESCRIPTION
*** This is just
www.eeworm.com/read/125819/6020822
c string.c
/* Dumb strings stub.
Wanted a quick hack for now - will use the libc version later.
*/
char *strcpy(char *dest, const char *source)
{
char *d = dest;
const char *s = source;
while (*d+
www.eeworm.com/read/125819/6020870
c string.c
/* Dumb strings stub.
Wanted a quick hack for now - will use the libc version later.
*/
char *_strcpy(char *dest, const char *source)
{
char *d = dest;
const char *s = source;
while (*d
www.eeworm.com/read/125819/6020974
h string.h
/* Silly string.h
* Z80 specific hack
*/
#include
char *strcpy(char *dest, const char *src);
int strcmp(const char *s1, const char *s2);
void *memcpy(void *dest, const void *src, WORD w