Searched refs:strict (Results 26 - 50 of 252) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/benchmark/
H A Dabtest8 use strict;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_policy.c60 int strict = info->flags & XT_POLICY_MATCH_STRICT; local
65 if (strict && info->len != sp->len)
69 pos = strict ? i - sp->len + 1 : 0;
75 if (!strict)
77 } else if (strict)
81 return strict ? 1 : 0;
90 int strict = info->flags & XT_POLICY_MATCH_STRICT; local
97 pos = strict ? i : 0;
103 if (!strict)
105 } else if (strict)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples.t3 use strict ;
35 use strict ;
84 use strict ;
134 use strict ;
179 use strict ;
225 use strict ;
273 use strict ;
318 use strict ;
354 use strict ;
H A Dexamples.t.T3 use strict ;
36 use strict ;
87 use strict ;
139 use strict ;
186 use strict ;
234 use strict ;
284 use strict ;
331 use strict ;
368 use strict ;
H A Dexamples3.t3 use strict ;
49 use strict ;
97 use strict ;
H A Dexamples3.t.T3 use strict ;
50 use strict ;
100 use strict ;
H A Ddb-3.2.t5 use strict ;
H A Ddb-4.4.t3 use strict ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A DMakefile20 EXTRA_CFLAGS += -Idrivers/net/skfp -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-groupshow30 use strict;
H A Dsmbldap-usershow27 use strict;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest--no-content-disposition-trivial.px3 use strict;
H A DTest--no-content-disposition.px3 use strict;
H A DTest--spider-fail.px3 use strict;
H A DTest--spider.px3 use strict;
H A DTest-HTTP-Content-Disposition.px3 use strict;
H A DTest-N-current.px3 use strict;
H A DTest-N-no-info.px3 use strict;
H A DTest-N-old.px3 use strict;
H A DTest-N-smaller.px3 use strict;
H A DTest-Restrict-Lowercase.px3 use strict;
H A DTest-Restrict-Uppercase.px3 use strict;
H A DTest-c-partial.px3 use strict;
H A DTest-c-shorter.px3 use strict;
H A DTest-cookies.px3 use strict;

Completed in 107 milliseconds

1234567891011