代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/393286/2485455
c ip6_tables.c
/*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2002 Netfilter core team
*
* This program is free softwa
www.eeworm.com/read/393286/2485530
c ip_tables.c
/*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2004 Netfilter Core Team
*
* This program is free softwa
www.eeworm.com/read/383868/2611256
c ip6_tables.c
/*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2005 Netfilter Core Team
*
* This program is free softwa
www.eeworm.com/read/383868/2611328
c ip_tables.c
/*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2004 Netfilter Core Team
*
* This program is free softwa
www.eeworm.com/read/366702/2868764
c ttp11.c
// { dg-do compile }
// Origin: heinlein@informatik.uni-ulm.de
// PR c++/14429: Matching of template template parameter containing
// non-type parameter with type that depends on earlier parameter.
www.eeworm.com/read/366702/2870894
c arg5.c
// { dg-do assemble }
// GROUPS passed arg-matching
extern double pow(double,int*);
extern "C" {
extern int printf (const char *, ...);
extern double pow(double, double);
}
int main()
{
if (po
www.eeworm.com/read/366702/2872010
c overload13.c
// { dg-do run }
// Bug: g++ screws up derived->base conversions when calling a global function
// in the presence of matching members in the base. Whew.
struct xios {
virtual ~xios() { }
};
str
www.eeworm.com/read/366702/2879753
c 20030804-1.c
/* Extracted from PR middle-end/11771. */
/* The following testcase used to ICE without -ffast-math from unbounded
recursion in fold. This was due to the logic in negate_expr_p not
matching th
www.eeworm.com/read/368008/9719766
c match.c
/*
* Do shell-style pattern matching for '?', '\', '[..]', and '*' wildcards.
* Returns 1 if match, 0 if not.
*/
#include
int
match(s, p)
char *s, *p;
{
int matched, reverse;
char fir