代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/124910/6039410
h string.h
/* Optimized, inlined string functions. CRIS version.
Copyright (C) 1997, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you
www.eeworm.com/read/124910/6039485
h string.h
/* Optimized, inlined string functions. AMD x86-64 version.
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you
www.eeworm.com/read/124347/6051909
h string.h
/*
* string.h
*
* Definitions for memory and string functions.
*/
#ifndef _STRING_H_
#define _STRING_H_
#include "_ansi.h"
#include
#define __need_size_t
#include
#ifn
www.eeworm.com/read/124347/6052462
c string.c
#include "test.h"
#include
#include
_CONST char *it = ""; /* Routine name for message routines. */
int errors = 0;
/* Complain if condition is not true. */
#define che
www.eeworm.com/read/124347/6052730
exp string.exp
# Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved.
#
# Permission to use, copy, modify, and distribute this software
# is freely granted, provided that this notice is preserved.
#
lo
www.eeworm.com/read/124347/6053008
h string.h
/* string.h: Extra string defs
Copyright 2001 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the f
www.eeworm.com/read/124109/6055716
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/124109/6055767
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/124109/6056038
h string.h
/*-------------------------------------------------------------------------
string.h - ANSI functions forward declarations
Written By - Sandeep Dutta . sandeep.dutta@usa.net (1998)
www.eeworm.com/read/123438/6059221
h string.h
#ifndef _LINUX_STRING_H_
#define _LINUX_STRING_H_
#include /* for size_t */
#ifndef NULL
#define NULL ((void *) 0)
#endif
/*
* This string-include defines all string func