代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/425611/10344799
c main.c
//This is a Aho-Corasick state machine used in multiple patterns matching
//2008-11-13
#include "acsm.h"
#define MAXLEN 256
unsigned char tet[MAXLEN];
main(int argc, char ** argv)
{
//
www.eeworm.com/read/279234/10453552
pl fig08_01.pl
#!/usr/bin/perl
# Fig. 8.1: fig08_01.pl
# Simple matching example.
use strict;
use warnings;
my $string = 'It is winter and there is snow on the roof.';
my $pattern = 'and';
print "String
www.eeworm.com/read/152843/5666085
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/152843/5666162
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/136812/5857274
c regex.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)regex.c 1.1 92/07/30 SMI"; /* from UCB 4.1 80/12/21 */
#endif
/*
* routines to do regular expression matching
*
* Entry points:
www.eeworm.com/read/136812/5857914
c textsw_field.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)textsw_field.c 1.1 92/07/30";
#endif
#endif
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* Procedures to do field matching in text
www.eeworm.com/read/135941/5877024
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/135941/5877092
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/111036/6160211
xtp value-of.xtp
Often, stylesheets need to grab data from the XML file and rearrange
them in the template results. The previous examples used template matching
for all processing, but c
www.eeworm.com/read/102935/6230750
help config.help
CONFIG_IP6_NF_MATCH_MAC
mac matching allows you to match packets based on the source
Ethernet address of the packet.
If you want to compile it as a module, say M here and read