代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/119864/6081988
h string.h
#ifndef _LINUX_STRING_H_
#define _LINUX_STRING_H_
#include /* for size_t */
extern void *_dl_malloc(int size);
extern char *_dl_getenv(char *symbol, char **envp);
extern void _dl_unset
www.eeworm.com/read/119864/6082032
c string.c
/* Tester for string functions.
Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can
www.eeworm.com/read/117227/6105096
string dawn.string
# dawn.string package - String utilities
org.jext.dawn.string.CharAtFunction
org.jext.dawn.string.ChrFunction
org.jext.dawn.string.ConcatFunction
org.jext.dawn.string.EndsWithFunction
org.jext.dawn.s
www.eeworm.com/read/117181/6110850
ch string.ch
ss: MODULE
/* These declarations are from Cygnus PR chill/9078. */
SYNMODE m_char20 = CHARS(20) VARYING;
DCL foo m_char20 INIT := "Moser ";
DCL bar m_char20 INIT := "Wilfried";
DCL foo1 CHA
www.eeworm.com/read/117181/6110898
exp string.exp
# OBSOLETE # Copyright 1995, 1996 Free Software Foundation, Inc.
# OBSOLETE
# OBSOLETE # This program is free software; you can redistribute it and/or modify
# OBSOLETE # it under the terms of the GN
www.eeworm.com/read/116006/6115044
cpp string.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/115892/6116318
js string.js
// Description: js.lang.String 类
// Author: Changhua.Wan
// Version: 2004.03.06.01
_package("js.lang");
function js.lang.String(initString) {
if (typeof(initString) == "undefined") initStr
www.eeworm.com/read/115273/6118522
h string.h
/*
*
* String.h - XmpString Public header
*
*/
#ifndef _XmpString_h
#define _XmpString_h
#include
#ifndef XmpIsString
#define XmpIsString(w) XtIsSubclass(w, xmpStringWidgetClass)
#end