代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/103091/15746186
cs parse.cs
using System;
namespace Spider
{
///
/// Base class for parseing tag based files, such as HTML, HTTP headers
/// or XML.
///
///
/// This spider is copyright 2003 by Jeff H
www.eeworm.com/read/102417/15781485
ych parse.ych
Changes for PARSE.Y 2.4.7 by Andreas Scherer, January 20, 1995.
Modified for PARSE.Y 2.5.1, April 3, 1995.
@x l.60
char *alloca ();
@y
char *alloca(unsigned int);
@z
www.eeworm.com/read/102417/15781491
h parse.h
#define CHAR 257
#define NUMBER 258
#define SECTEND 259
#define SCDECL 260
#define XSCDECL 261
#define NAME 262
#define PREVCCL 263
#define EOF_OP 264
#define OPTION_OP 265
#define OPT_OUTFIL
www.eeworm.com/read/102417/15781527
c parse.c
#ifndef lint
static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93";
#endif
#define YYBYACC 1
#define YYMAJOR 1
#define YYMINOR 9
#define yyclearin (yychar=(-1))
#define yyerrok (yyerrf
www.eeworm.com/read/102417/15781622
y parse.y
/* parse.y - parser for flex input */
%token CHAR NUMBER SECTEND SCDECL XSCDECL NAME PREVCCL EOF_OP
%token OPTION_OP OPT_OUTFILE OPT_PREFIX OPT_YYCLASS
%token CCE_ALNUM CCE_ALPHA CCE_BLANK CCE_
www.eeworm.com/read/102158/15792256
h parse.h
#ifndef __PARSE_H__
#define __PARSE_H__
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#undef MIN
#undef MAX
#include
#include
#include "mime.h"
#include
www.eeworm.com/read/102158/15792266
c parse.c
#include "parse.h"
char *strstrcase(char *haystack, char *needle)
{
// find the needle in the haystack neglecting case
char *ptr;
unsigned int len;
if (needle == (char
www.eeworm.com/read/100605/15869930
cpp parse.cpp
/*************************************************
* Parsing Functions Source File *
* (C) 1999-2002 The Botan Project *
***********************************************
www.eeworm.com/read/100387/15874991
c parse.c
#include
#include
/* function proto's here for each of the subthreads */
/* os check */
/* port mapping bull-jazz */
/* DNS shizza */
int packet_split (struct ip_header *
www.eeworm.com/read/100333/15876985