代码搜索:MATCHING

找到约 3,451 项符合「MATCHING」的源代码

代码结果 3,451
www.eeworm.com/read/16793/690862

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/486037/1254536

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/486037/1256100

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/470720/1446774

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/470720/1447890

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/470693/1458720

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/470693/1459836

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/250243/4439647

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/250243/4441193

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/240204/4576533

cxx filename_match.cxx

// // "$Id: filename_match.cxx,v 1.1.1.1 2003/06/03 22:25:45 agno Exp $" // // Pattern matching routines for the Fast Light Tool Kit (FLTK). // // Copyright 1998-2003 by Bill Spitzak and others.