代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/128965/5975830
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/128965/5975914
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/128965/5975931
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/128965/5976202
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/128965/5976220
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/128965/5976237
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/128965/5976259
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 _
www.eeworm.com/read/128965/5976286
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/128965/5976309
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/128965/5976353
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