代码搜索:MATCHING

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

代码结果 3,451
www.eeworm.com/read/226641/4782701

h ipt_ttl.h

/* IP tables module for matching the value of the TTL * (C) 2000 by Harald Welte */ #ifndef _IPT_TTL_H #define _IPT_TTL_H enum { IPT_TTL_EQ = 0, /* equals */ IPT_TTL_NE,
www.eeworm.com/read/224971/4800582

h ipt_ttl.h

/* IP tables module for matching the value of the TTL * (C) 2000 by Harald Welte */ #ifndef _IPT_TTL_H #define _IPT_TTL_H enum { IPT_TTL_EQ = 0, /* equals */ IPT_TTL_NE,
www.eeworm.com/read/216450/4894976

9 awk.9

.so mnx.mac .TH AWK 9 .CD "awk \(en pattern matching language" .SX "awk \fIrules\fR [\fIfile\fR] ... .FL "\fR(none)" .EX "awk rules input" "Process \fIinput\fR according to \fIrules\fR" .EX "awk rules
www.eeworm.com/read/209559/4968755

h ipt_ttl.h

/* IP tables module for matching the value of the TTL * (C) 2000 by Harald Welte */ #ifndef _IPT_TTL_H #define _IPT_TTL_H enum { IPT_TTL_EQ = 0, /* equals */ IPT_TTL_NE,
www.eeworm.com/read/209559/4974883

c ipt_ecn.c

/* IP tables module for matching the value of the IPv4 and TCP ECN bits * * ipt_ecn.c,v 1.3 2002/05/29 15:09:00 laforge Exp * * (C) 2002 by Harald Welte * * This program i
www.eeworm.com/read/195013/5119195

h ipt_ttl.h

/* IP tables module for matching the value of the TTL * (C) 2000 by Harald Welte */ #ifndef _IPT_TTL_H #define _IPT_TTL_H enum { IPT_TTL_EQ = 0, /* equals */ IPT_TTL_NE,
www.eeworm.com/read/182972/5261186

c coeff.c

/* * coeff.c: Matching pursuit coefficients probability model * * Written by: Ullrich Hafner * * This file is part of FIASCO (獸籸actal 獻籱age 獳籲d 玈籩quence 獵O籨ec) * Copyright (C) 1994-2000
www.eeworm.com/read/165926/5476286

svn-base match.t.svn-base

# match.t # Test the auto-matching behavior of the parser use test_spike; #use Data::Dumper::Simple; plan tests => 1 * blocks() + 3 * 10; run_tests; __DATA__ === TEST 1: match_re returns matched
www.eeworm.com/read/347503/3172517

s arch-err-2.s

; Test mismatch of --march=ARCH1 and .arch ARCH2. ; { dg-do assemble } ; { dg-options "--march=v0_v10" } .arch v32 ; { dg-error ".arch requires a matching --march=" }
www.eeworm.com/read/347503/3172527

s arch-err-5.s

; Test mismatch of --march=ARCH1 and .arch ARCH2. ; { dg-do assemble } ; { dg-options "--march=v10" } .arch v0_v10 ; { dg-error ".arch requires a matching --march=" }