代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/140467/5789706
h string.h
/*
* include/asm-microblaze/string.h -- Architecture specific string routines
*
* Copyright (C) 2003 John Williams
* Copyright (C) 2001,2002 NEC Corporation
*
www.eeworm.com/read/140467/5789731
h string.h
#ifndef __ASM_ARM_STRING_H
#define __ASM_ARM_STRING_H
/*
* We don't do inline string functions, since the
* optimised inline asm versions are not small.
*/
#undef __HAVE_ARCH_STRRCHR
extern char
www.eeworm.com/read/140467/5789786
h string.h
#ifndef _PPC_STRING_H_
#define _PPC_STRING_H_
#define __HAVE_ARCH_STRCPY
#define __HAVE_ARCH_STRNCPY
#define __HAVE_ARCH_STRLEN
#define __HAVE_ARCH_STRCMP
#define __HAVE_ARCH_STRCAT
#define __HAVE_AR
www.eeworm.com/read/140467/5792299
c string.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/139332/5800839
hpp string.hpp
// Boost string_algo library string_algo.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2004. Use, modification and
// distribution is subject to the Boost Software L
www.eeworm.com/read/139332/5802345
hpp string.hpp
#ifndef BOOST_SERIALIZATION_STRING_HPP
#define BOOST_SERIALIZATION_STRING_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
//////
www.eeworm.com/read/137654/5822431
h string.h
/*--------------------------------------------------------------------------
STRING.H
String functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved.
www.eeworm.com/read/137626/5823092
h string.h
/* $Id: string.h,v 1.90.2.1 2005/01/04 00:53:42 jonas Exp $ */
#ifndef EL__UTIL_STRING_H
#define EL__UTIL_STRING_H
/* To these two functions, same remark applies as to copy_string() or
* straconcat
www.eeworm.com/read/137626/5823115
c string.c
/* String handling functions */
/* $Id: string.c,v 1.109.2.2 2005/04/05 21:08:43 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#include