代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/341356/3252524
pl parse-status.pl
#!@install.perl.bin@
my $output;
{ local $/ = undef; $output = ; }
for my $crap (split(/Status\: OpenNMS\:/, $output)) {
if ($crap =~ /^Name\=(\S+?)\s*\=\s*(\S+?)\s*[\,\]]/) {
printf('OpenNMS
www.eeworm.com/read/340665/3269600
c argp-parse.c
/* Hierarchial argument parsing, layered over getopt
Copyright (C) 1995, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader
www.eeworm.com/read/340665/3273854
c parse2.c
// Build don't link:
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Nov 2000
// Bug 531: We ICEd trying to give a parse error.
st
www.eeworm.com/read/340665/3273947
c parse1.c
// Test that we save declspecs before a class defn properly.
// Build don't link:
static volatile union {
void f() { }
} u;
www.eeworm.com/read/340665/3274520
c parse2.c
// Build don't link:
// Origin: Jason Merrill
template struct A {
A (const A&) { }
};
template A::A (const A&);
www.eeworm.com/read/340665/3275347
c parse5.c
// Build don't link:
// this is marked as an expected error because it evidences an
// ambiguity in the grammar between expressions and declarations.
// when the parser's been cleaned up or rewritte
www.eeworm.com/read/340665/3275348
c parse6.c
// Build don't link:
// this is marked as an expected error because it evidences an
// ambiguity in the grammar between expressions and declarations.
// when the parser's been cleaned up or rewritte