代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/121089/6070597
c stripfx.c
#include
#include
#include "strpfx.h"
// Determine if a string is a prefix
// - case insensitive variant
char*
striprefix (
char* szTest,
char* szFull )
{
www.eeworm.com/read/121089/6070657
c lzshare.c
/* TS = none */
/*
** LZSHARE.C -- Shared code, variables, and defines for
** LZ compression/decompression module.
*/
#include
#include
#include
www.eeworm.com/read/117181/6110690
c printcmds.c
/* This table is used as a source for every ascii character.
It is explicitly unsigned to avoid differences due to native characters
being either signed or unsigned. */
#include
unsig
www.eeworm.com/read/113693/6126253
c heimdal.c
/*
* heimdal.c:
* This file is automatically generated; please do not edit it.
*/
#include
static const char * const text[] = {
"Kerberos successful",
"Kerberos principal expired",
www.eeworm.com/read/113693/6126256
c continuation.c
/*
* continuation.c:
* This file is automatically generated; please do not edit it.
*/
#include
static const char * const text[] = {
"New password was found in a dictionary of possibl
www.eeworm.com/read/113536/6128104
c strpfx.c
#include
#include
#include "strpfx.h"
// Determine if a string is a prefix
// - case sensitive varient
char*
strprefix (
char* szTest,
char* szFull )
{
www.eeworm.com/read/113536/6128144
c stripfx.c
#include
#include
#include "strpfx.h"
// Determine if a string is a prefix
// - case insensitive variant
char*
striprefix (
char* szTest,
char* szFull )
{
www.eeworm.com/read/107578/6188749
c heimdal.c
/*
* heimdal.c:
* This file is automatically generated; please do not edit it.
*/
#include
static const char * const text[] = {
"Kerberos successful",
"Kerberos principal expired",
www.eeworm.com/read/107578/6188752
c continuation.c
/*
* continuation.c:
* This file is automatically generated; please do not edit it.
*/
#include
static const char * const text[] = {
"New password was found in a dictionary of possibl
www.eeworm.com/read/103192/6220842
c strpfx.c
#include
#include
#include "strpfx.h"
// Determine if a string is a prefix
// - case sensitive varient
char*
strprefix (
char* szTest,
char* szFull )
{