代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/200458/5064952
h miniphone.h
#define RBUFSIZE 256
#define MAXARGS 10
#define MAXARG 256
#define MAX_SESSIONS 4
extern void parse_cmd(FILE *, int, char **);
www.eeworm.com/read/196926/5100297
menuconfig
#! /bin/sh
#
# This script is used to configure the SkyEye library.
# Borrowed from linux kernel configuration scripts.
#
# This script attempts to parse the configuration files, which are
# scattered
www.eeworm.com/read/190666/5172729
c typename3.c
// { dg-do compile }
// crash test - PR 7266
template
struct B {
typedef A::C::D E; // { dg-error "no type|parse error" }
};
www.eeworm.com/read/162614/5523127
tree syntax-1.tree
// { dg-do compile }
external_reference void exit(int); // { dg-error "(parse|syntax) error" }
static int foo (int a);
foo
{
return a;
}
www.eeworm.com/read/347503/3172692
rc quoteclass.rc
// parse-only
101 DIALOG DISCARDABLE 0, 0, 186, 95
CLASS "myclass"
BEGIN
DEFPUSHBUTTON "OK",1,129,7,50,14
END
www.eeworm.com/read/340665/3268395
rc quoteclass.rc
// parse-only
101 DIALOG DISCARDABLE 0, 0, 186, 95
CLASS "myclass"
BEGIN
DEFPUSHBUTTON "OK",1,129,7,50,14
END
www.eeworm.com/read/340665/3272891
c crash2.c
/* { dg-do compile } */
int main(void)
{
char x, y;
if ('A' == x) && ('B' == y)) { } /* { dg-error "(parse|syntax) error" } */
if (x == 'A') && (y == 'B')) { }
}
www.eeworm.com/read/334125/3373611
pm server.pm
###################################################
# server boilerplate generator
# Copyright tridge@samba.org 2003
# Copyright metze@samba.org 2004
# released under the GNU GPL
package Parse::Pidl:
www.eeworm.com/read/334125/3373619
pm typelist.pm
###################################################
# Samba4 parser generator for IDL structures
# Copyright jelmer@samba.org 2005
# released under the GNU GPL
package Parse::Pidl::Typelist;
require