代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/141300/5771107
c string.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
**********/
/*
* String functions
*/
#include
#include
#ifdef HAVE_STRING_H
#include
www.eeworm.com/read/141268/5774885
h string.h
///////////////////////////////////////////////////////////////////////////////
// Name: string.h
// Purpose: wxString and wxArrayString classes
// Author: Vadim Zeitlin
// Modifie
www.eeworm.com/read/140727/5782016
h string.h
// file: $isip/class/string/String/String.h
// version: $Id: String.h,v 1.31 2001/04/23 22:57:32 peng Exp $
//
// make sure definitions are only made once
//
#ifndef ISIP_STRING
#define ISIP_STRING
www.eeworm.com/read/140467/5789219
c string.c
/*
* linux/lib/string.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* stupid library routines.. The optimized versions should generally be found
* as inline code in
www.eeworm.com/read/140467/5789303
h string.h
/* $Id: string.h,v 1.13 2000/02/19 14:12:14 harald Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of t
www.eeworm.com/read/140467/5789320
h string.h
/*
* (C) Copyright 2004, Psyent Corporation
* Scott McNutt
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is f
www.eeworm.com/read/140467/5789622
h string.h
#ifndef _LINUX_STRING_H_
#define _LINUX_STRING_H_
#include /* for size_t */
#include /* for NULL */
#ifdef __cplusplus
extern "C" {
#endif
extern char * ___strtok;
www.eeworm.com/read/140467/5789640
h string.h
#ifndef __ASM_NIOS_STRING_H
#define __ASM_NIOS_STRING_H
#undef __HAVE_ARCH_STRRCHR
extern char * strrchr(const char * s, int c);
#undef __HAVE_ARCH_STRCHR
extern char * strchr(const char * s, int c)
www.eeworm.com/read/140467/5789657
h string.h
#ifndef __ASM_I386_STRING_H
#define __ASM_I386_STRING_H
/*
* We don't do inline string functions, since the
* optimised inline asm versions are not small.
*/
#undef __HAVE_ARCH_STRRCHR
extern cha
www.eeworm.com/read/140467/5789679
h string.h
#ifndef _M68K_STRING_H_
#define _M68K_STRING_H_
#if 0
#define __HAVE_ARCH_STRCPY
#define __HAVE_ARCH_STRNCPY
#define __HAVE_ARCH_STRLEN
#define __HAVE_ARCH_STRCMP
#define __HAVE_ARCH_STRCAT
#define _