代码搜索:String

找到约 10,000 项符合「String」的源代码

代码结果 10,000
www.eeworm.com/read/149642/5698423

h string.h

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ string.h ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/149098/5703514

cpp string.cpp

/************************************************************************** * * string.cpp - Example program of string. See Class Reference Section * ******************************************
www.eeworm.com/read/148963/5707018

c string.c

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-L
www.eeworm.com/read/148721/5709418

h string.h

#ifndef __STRING #define __STRING #define NULL 0 #if !defined(_SIZE_T) && !defined(_SIZE_T_) #define _SIZE_T #define _SIZE_T_ typedef unsigned long size_t; #endif void *memcpy(void *, co
www.eeworm.com/read/148721/5709436

h string.h

#ifndef __STRING #define __STRING #define NULL 0 #if !defined(_SIZE_T) && !defined(_SIZE_T_) #define _SIZE_T #define _SIZE_T_ typedef unsigned long size_t; #endif void *memcpy(void *, co
www.eeworm.com/read/148721/5709451

h string.h

#ifndef __STRING #define __STRING #define NULL 0 #if !defined(_SIZE_T) && !defined(_SIZE_T_) #define _SIZE_T #define _SIZE_T_ typedef unsigned long size_t; #endif void *memcpy(void *, co
www.eeworm.com/read/148721/5709543

c string.c

#include "c.h" static struct string { char *str; int len; struct string *link; } *buckets[1024]; static int scatter[] = { /* map characters to random values */ 2078917053, 143302914, 10
www.eeworm.com/read/148694/5711933

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/148694/5711981

exp string.exp

# Copyright (C) 1995, 1997 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by
www.eeworm.com/read/148250/5716657

h string.h

#ifndef _LINUX_STRING_H_ #define _LINUX_STRING_H_ /* We don't want strings.h stuff being user by user stuff by accident */ #ifdef __KERNEL__ #include /* for size_t */ #include