代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/209559/4974847
c arp_tables.c
/*
* Packet matching code for ARP packets.
*
* Based heavily, if not almost entirely, upon ip_tables.c framework.
*
* Some ARP specific bits are:
*
* Copyright (C) 2002 David S. Miller (davem@r
www.eeworm.com/read/195561/5109840
tcl multi.tcl
# MULTI.TCL
# ET1000 program that sets up a 14 byte VFD, sets up a 12 byte matching trigger
# sets up counter strucuture with Multi Function counter set on Port B to count
# received triggers, then
www.eeworm.com/read/193974/5138506
test_regex
test_regex
no match: -1
successful search: 6
caught expected exception
failed awk syntax: -1
successful awk syntax: 2
failed awk syntax: -1
matching with group names and compile()
-1
caught expected e
www.eeworm.com/read/190666/5174565
c arg11.c
// Build don't link:
// GROUPS passed arg-matching
// From: gustavo@cpqd.br (Gustavo Chaves)
// Date: Wed, 25 May 94 09:38:00 EST
// Subject: problem with user defined conversions in initializat
www.eeworm.com/read/190666/5175683
c template43.c
// Test matching of partial specializations.
template
class EQUAL {
public:
enum { value = 0 };
};
template
class EQUAL {
public:
enum { value = 1 };
};
int x;
int y
www.eeworm.com/read/183001/5260339
out type_sanity.out
--
-- TYPE_SANITY
-- Sanity checks for common errors in making type-related system tables:
-- pg_type, pg_class, pg_attribute.
--
-- None of the SELECTs here should ever find any matching entries,
--
www.eeworm.com/read/183001/5260392
sql type_sanity.sql
--
-- TYPE_SANITY
-- Sanity checks for common errors in making type-related system tables:
-- pg_type, pg_class, pg_attribute.
--
-- None of the SELECTs here should ever find any matching entries,
--
www.eeworm.com/read/181202/5278124
h flow_callback.h
#ifndef _FLOW_CALLBACK_H
#define _FLOW_CALLBACK_H
#include "flow.h"
#include "flow_cache.h"
typedef struct _FLOWCALLBACKDATA
{
char use_once;
/* do the matching on the initiator side of a co
www.eeworm.com/read/178232/5317854
h flow_callback.h
#ifndef _FLOW_CALLBACK_H
#define _FLOW_CALLBACK_H
#include "flow.h"
#include "flow_cache.h"
typedef struct _FLOWCALLBACKDATA
{
char use_once;
/* do the matching on the initiator side of a co
www.eeworm.com/read/162614/5518935
c partial3.c
// { dg-do compile }
// Origin: John Maddock
// PR c++/13997: Error while matching partial specialization of array type
template
struct is_array;
tem