代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/129924/5966153
h __string.h
/* Copyright 1994-1995 The Santa Cruz Operation, Inc. All Rights Reserved. */
#if defined(_NO_PROTOTYPE) /* Old, crufty environment */
#include
#elif defined(_XOPEN_SOURCE) || de
www.eeworm.com/read/129924/5966165
h __string.h
#if !defined(_SIZE_T) && !defined(_SIZE_T_)
#define _SIZE_T
typedef pthread_size_t size_t;
#endif
www.eeworm.com/read/129924/5966184
h __string.h
/* Copyright 1994-1995 The Santa Cruz Operation, Inc. All Rights Reserved. */
#if defined(_NO_PROTOTYPE) /* Old, crufty environment */
#include
#elif defined(_XOPEN_SOURCE) || de
www.eeworm.com/read/129924/5966199
h __string.h
#ifndef _SYS_STDSYMS_INCLUDED
#endif
#ifndef _SIZE_T
#define _SIZE_T
typedef pthread_size_t size_t;
#endif
/* Non-standard SunOS 4.x string routines. */
#if !defined(_ANSI_SOURCE) && !defined(_POS
www.eeworm.com/read/129924/5966214
h __string.h
#ifndef _SIZE_T
#define _SIZE_T
typedef pthread_size_t size_t;
#endif
/* Non-standard NetBSD string routines. */
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
__BEGIN_DECLS
char *strdup __P
www.eeworm.com/read/129924/5966228
h __string.h
#ifndef _SYS_STDSYMS_INCLUDED
#endif
#ifndef _SIZE_T
#define _SIZE_T
typedef pthread_size_t size_t;
#endif
/* Non-standard SunOS 4.x string routines. */
#if !defined(_ANSI_SOURCE) && !defined(_POS
www.eeworm.com/read/129924/5966241
h __string.h
#include
#ifdef _BSD_SIZE_T_
typedef _BSD_SIZE_T_ size_t;
#undef _BSD_SIZE_T_
#endif
/* Non-standard NetBSD string routines. */
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SO
www.eeworm.com/read/129924/5966255
h __string.h
#include
#ifdef _BSD_SIZE_T_
typedef _BSD_SIZE_T_ size_t;
#undef _BSD_SIZE_T_
#endif
/* Non-standard NetBSD string routines. */
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SO
www.eeworm.com/read/129924/5966271
h __string.h
#ifndef _SIZE_T
#define _SIZE_T
typedef pthread_size_t size_t;
#endif
/* Non-standard Linux string routines. */
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
__BEGIN_DECLS
int bcmp __P_((
www.eeworm.com/read/129924/5966289
h __string.h
#include
/* Non-standard SunOS 4.x string routines. */
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
__BEGIN_DECLS
int bcmp __P_((const void *, const void *, size_t));
void