Searched refs:match (Results 176 - 200 of 3319) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/cc/
H A Dt_msan_shadow.sh83 atf_check -s ignore -o match:"2" -e match:"00000000 ff000000" ./test
105 atf_check -s ignore -o match:"2" -e match:"00000000 ff000000" ./test
137 atf_check -s ignore -o match:"2" -e match:"00000000 ff000000" ./test
163 atf_check -s ignore -o match:"2" -e match:"00000000 ff000000" ./test
/netbsd-current/tests/usr.bin/c++/
H A Dt_msan_shadow.sh83 atf_check -s ignore -o match:"2" -e match:"00000000 ff000000" ./test
105 atf_check -s ignore -o match:"2" -e match:"00000000 ff000000" ./test
137 atf_check -s ignore -o match:"2" -e match:"00000000 ff000000" ./test
163 atf_check -s ignore -o match:"2" -e match:"00000000 ff000000" ./test
/netbsd-current/common/dist/zlib/
H A Dinftrees.c59 unsigned match; /* use base and extra for symbol >= match */ local
186 match = 20;
191 match = 257;
196 match = 0;
219 if (work[sym] + 1U < match) {
223 else if (work[sym] >= match) {
224 here.op = (unsigned char)(extra[work[sym] - match]);
225 here.val = base[work[sym] - match];
/netbsd-current/tests/net/ipsec/
H A Dt_ipsec_forwarding.sh209 -o match:"$ip_local_i > $ip_remote_i: ICMP echo request" \
212 -o match:"$ip_remote_i > $ip_local_i: ICMP echo reply" \
216 -o match:"$ip_local_i > $ip_remote_i: ICMP echo request" \
219 -o match:"$ip_remote_i > $ip_local_i: ICMP echo reply" \
235 -o match:"${ip_local_i}\.[0-9]+ > ${ip_remote_i}\.$port" \
238 -o match:"${ip_remote_i}\.$port > ${ip_local_i}\.[0-9]+" \
242 -o match:"${ip_local_i}\.[0-9]+ > ${ip_remote_i}\.$port" \
245 -o match:"${ip_remote_i}\.$port > ${ip_local_i}\.[0-9]+" \
265 -o match:"$ip_local_i > $ip_remote_i: ICMP echo request" \
268 -o match
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dinftrees.c57 unsigned match; /* use base and extra for symbol >= match */ local
184 match = 20;
189 match = 257;
194 match = 0;
217 if (work[sym] + 1U < match) {
221 else if (work[sym] >= match) {
222 here.op = (unsigned char)(extra[work[sym] - match]);
223 here.val = base[work[sym] - match];
/netbsd-current/external/lgpl3/mpfr/dist/tools/
H A Dck-clz_tab25 The __clz_tab sizes do not match.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dstruct.d5 # The #... is there to match extra symbols inserted by
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-ia64/
H A Dline.exp48 if [string match "*$string*" $exec_output] {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/symver/
H A Dsymver0.d4 # The #... and #pass are there to match extra symbols inserted by
H A Dsymver1.d4 # The #... and #pass are there to match extra symbols inserted by
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-nios2/
H A Dnios2.exp23 if [string match "*architecture * is incompatible*" $link_output] {
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pie/
H A Dpie.exp37 if { ![string match "" $exec_output] } {
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-sh/
H A Drd-sh.exp46 if [string match $srcdir/$subdir/*-dso.d $shtest] {
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dline.exp48 if [string match "*$string*" $exec_output] {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/lib/
H A Dgas-dg.exp53 if [string match "$dir/*" $prog] {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
H A Dcorefile-run.exp54 gdb_assert {![string match "No Source Available" $text]} \
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dauxv.h67 CORE_ADDR match, CORE_ADDR *valp);
72 extern int target_auxv_search (CORE_ADDR match, CORE_ADDR *valp);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
H A Dcorefile-run.exp53 gdb_assert {![string match "No Source Available" $text]} \
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dinftrees.c57 unsigned match; /* use base and extra for symbol >= match */ local
184 match = 20;
189 match = 257;
194 match = 0;
217 if (work[sym] + 1U < match) {
221 else if (work[sym] >= match) {
222 here.op = (unsigned char)(extra[work[sym] - match]);
223 here.val = base[work[sym] - match];
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dinftrees.c57 unsigned match; /* use base and extra for symbol >= match */ local
184 match = 20;
189 match = 257;
194 match = 0;
217 if (work[sym] + 1U < match) {
221 else if (work[sym] >= match) {
222 here.op = (unsigned char)(extra[work[sym] - match]);
223 here.val = base[work[sym] - match];
/netbsd-current/external/zlib/pigz/dist/zopfli/
H A Dlz77.c97 Finds how long the match of scan and match is. Can be used to find how many
98 bytes starting from scan, and from match, are equal. Returns the last byte
99 after scan, which is still equal to the correspondinb byte after match.
101 match is the earlier position to compare.
106 const unsigned char* match,
112 while (scan < safe_end && *((size_t*)scan) == *((size_t*)match)) {
114 match += 8;
119 && *((unsigned int*)scan) == *((unsigned int*)match)) {
121 match
105 GetMatch(const unsigned char* scan, const unsigned char* match, const unsigned char* end, const unsigned char* safe_end) argument
223 const unsigned char* match; local
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dtext_test.cpp136 ATF_TEST_CASE(match); variable
137 ATF_TEST_CASE_HEAD(match)
139 set_md_var("descr", "Tests the match function");
141 ATF_TEST_CASE_BODY(match)
143 using atf::text::match;
145 ATF_REQUIRE_THROW(std::runtime_error, match("", "["));
147 ATF_REQUIRE(match("", ""));
148 ATF_REQUIRE(!match("foo", ""));
150 ATF_REQUIRE(match("", ".*"));
151 ATF_REQUIRE(match("", "[
[all...]
/netbsd-current/external/bsd/atf/dist/tools/
H A Dtext_test.cpp136 ATF_TEST_CASE(match); variable
137 ATF_TEST_CASE_HEAD(match)
139 set_md_var("descr", "Tests the match function");
141 ATF_TEST_CASE_BODY(match)
143 using tools::text::match;
145 ATF_REQUIRE_THROW(std::runtime_error, match("", "["));
147 ATF_REQUIRE(match("", ""));
148 ATF_REQUIRE(!match("foo", ""));
150 ATF_REQUIRE(match("", ".*"));
151 ATF_REQUIRE(match("", "[
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DExcludesListMatcher.h46 //! \brief Add one include or exclude pattern to the end of the match list.
50 //! \brief Performs a single string match test against testValue.
51 virtual bool match(const std::string & testValue);
54 //! \brief Information about one glob pattern entry in a match list.
58 std::string m_glob; //!< The glob pattern to match.
/netbsd-current/external/bsd/kyua-cli/dist/integration/
H A Dcmd_db_migrate_test.sh51 atf_check -s exit:1 -o empty -e match:"already at schema version" \
69 -e match:"database has schema version 1.*use db-migrate" kyua report
76 atf_check -s exit:1 -o empty -e match:"Migration failed" \
83 atf_check -s exit:1 -o empty -e match:"Cannot open.*test.db" \

Completed in 244 milliseconds

1234567891011>>