代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/180137/5291378
c parser.c
static char rcsid[] = "$Id: parser.c,v 2.1 1997/03/21 17:20:05 sxw Exp $";
/*
* parser.c -- Broker
*
* parse input from Gatherer and perform operations using collector utils.
* parser for the C
www.eeworm.com/read/177235/5331692
h asn1.h
#ifndef ASN1_H
#define ASN1_H
#ifdef __cplusplus
extern "C" {
#endif
#define PARSE_PACKET 0
#define DUMP_PACKET 1
/*
* Definitions for Abstract Syntax Notation One, ASN.1
* A
www.eeworm.com/read/168845/5436137
txt todo.txt
Make parse_config_file("foo.cfg", desc) work.
Document handling of positional options which depends on precedding options.
I.e scanning the parsed options and creating new variables_map when we
www.eeworm.com/read/167133/5468976
java lexicalhandler.java
// LexicalHandler.java - optional handler for lexical parse events.
// http://www.saxproject.org
// Public Domain: no warranty.
package org.xml.sax.ext;
import org.xml.sax.SAXException;
/**
* SAX2
www.eeworm.com/read/162614/5518008
c non-dependent2.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 16 Jul 2003
// A non-dependent field_decl can bind at parse time.
www.eeworm.com/read/162614/5521280
c parsing4.c
// { dg-do assemble }
// GROUPS passed parsing
// parsing folder
// From: Glenn Engel
// Date: Fri, 29 Jan 93 18:42:03 PST
// Subject: Parse Error
// Message-ID:
www.eeworm.com/read/162614/5522030
c 900324_03.c
// { dg-do run }
// g++ 1.37.1 bug 900324_03
// g++ is unable to correctly parse declarations of non-global function-pointer
// variables and/or function-pointer formal parameters.
// Cfront 2.0 pa
www.eeworm.com/read/304657/3787592
java lexicalhandler.java
// LexicalHandler.java - optional handler for lexical parse events.
// http://www.saxproject.org
// Public Domain: no warranty.
// $Id: LexicalHandler.java,v 1.23 2006/03/21 23:16:13 robilad Exp $
pa
www.eeworm.com/read/292670/3950787
doc_devlist
#!/usr/bin/perl -w
# vi: set ts=4:
sub parse_devices;
@ARGV = ('-') unless @ARGV;
$ARGV=shift @ARGV;
if(!open(FILE,$ARGV)){
warn "Can't open $ARGV: $!\n";
exit 1;
}
while(){
push @lines,$