代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/147766/5726089
h ipt_dscp.h
/* iptables module for matching the IPv4 DSCP field
*
* (C) 2002 Harald Welte
* This software is distributed under GNU GPL v2, 1991
*
* See RFC2474 for a description of th
www.eeworm.com/read/147766/5727568
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/144212/5752909
csh-compat
# C-shell compatabilty package.
# setenv VAR VALUE
function setenv ()
{
export $1="$2"
}
function unsetenv ()
{
unset $1
}
# Can't write foreach yet. Need pattern matching, and a few extras.
fu
www.eeworm.com/read/136812/5857922
c ev_field.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "Z%ev_field.c 1.1 92/07/30";
#endif
#endif
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* Procedure for doing field matching.
*/
#i
www.eeworm.com/read/135941/5877089
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/135582/5884273
cxx filename_match.cxx
//
// "$Id: filename_match.cxx,v 1.1.1.1 2003/08/07 21:18:40 jasonk Exp $"
//
// Pattern matching routines for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
www.eeworm.com/read/131315/5940379
c match.c
/* match.c: pattern matching routines */
#include "rc.h"
static int rangematch(char *, char);
enum { RANGE_FAIL = -1, RANGE_ERROR = -2 };
/* match() matches a single pattern against a single strin
www.eeworm.com/read/131171/5947772
3 std__pair.3
.TH std::pair 3 "14 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
std::pair \- a template for heterogeneous pairs of values. It also provides a matching template function t
www.eeworm.com/read/128531/5988663
h ipt_dscp.h
/* iptables module for matching the IPv4 DSCP field
*
* (C) 2002 Harald Welte
* This software is distributed under GNU GPL v2, 1991
*
* See RFC2474 for a description of th
www.eeworm.com/read/128531/5989480
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