代码搜索:Bio
找到约 2,188 项符合「Bio」的源代码
代码结果 2,188
www.eeworm.com/read/209211/4983252
c mkindex.c
#include
#include
#include
#include "dict.h"
/*
* Use this to start making an index for a new dictionary.
* Get the dictionary-specific nextoff and printentry(_,'h')
* comma
www.eeworm.com/read/209211/4983694
c modem.c
#include
#include
#include
#include "modem.h"
typedef struct {
char *terse;
char *verbose;
int result;
int (*f)(Modem*);
} ResultCode;
static ResultCode results[] = {
{
www.eeworm.com/read/209211/4984113
c okpasswd.c
#include
#include
#include
#include
#include "authcmdlib.h"
char *trivial[] = {
"login",
"guest",
"change me",
"passwd",
"no passwd",
"anonymous",
0
};
char
www.eeworm.com/read/209211/4984224
c vtdump.c
#include "stdinc.h"
#include
typedef struct Source Source;
struct Source
{
ulong gen;
int psize;
int dsize;
int dir;
int active;
int depth;
uvlong size;
uchar score[VtScoreSize];
in
www.eeworm.com/read/209211/4984239
c vtread.c
#include "stdinc.h"
#include
typedef struct Source Source;
struct Source
{
ulong gen;
int psize;
int dsize;
int dir;
int active;
int depth;
uvlong size;
uchar score[VtScoreSize];
in
www.eeworm.com/read/209211/4984320
c diffreg.c
#include
#include
#include
#include "diff.h"
/* diff - differential file comparison
*
* Uses an algorithm due to Harold Stone, which finds
* a pair of longest identical subsequ
www.eeworm.com/read/209211/4984417
c ndbdiscard.c
#include
#include
#include
#include
/* remove a from t and free it */
Ndbtuple*
ndbdiscard(Ndbtuple *t, Ndbtuple *a)
{
Ndbtuple *nt;
/* unchain a */
for(nt = t; nt
www.eeworm.com/read/209211/4986145
c setmach.c
#include
#include
#include
#include
/* table for selecting machine-dependent parameters */
typedef struct machtab Machtab;
struct machtab
{
char *name; /* machi
www.eeworm.com/read/209211/4986594
c s_rdinstack.c
#include
#include
#include
#include "String.h"
struct Sinstack{
int depth;
Biobuf *fp[32]; /* hard limit to avoid infinite recursion */
};
/* initialize */
extern Sinstack
www.eeworm.com/read/203830/5038069
c bss_rtcp.c
/* crypto/bio/bss_rtcp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).