Home
last modified time | relevance | path

Searched refs:match (Results 76 – 100 of 1827) sorted by relevance

12345678910>>...74

/freebsd/share/examples/ipfilter/rules/
H A Dipmon.conf5 match { logtag = 10000; }
8 match { logtag = 2000, every 10 seconds; }
11 match { protocol = udp, result = block; }
14 match { protocol = tcp, result = block, dstport = 25; }
17 match { srcip = 10.1.0.0/16, dstip = 192.168.1.0/24; }
21 match {
/freebsd/tools/tools/shlib-compat/test/
H A Dregress.1-2.out5 func1@TEST_1.0: definitions match
6 func2@TEST_1.0: definitions match
7 func3@TEST_1.0: definitions match
8 func4@TEST_1.0: definitions match
9 func5@TEST_1.0: definitions match
10 func6@TEST_1.0: definitions match
H A Dregress.2-1.out5 func1@TEST_1.0: definitions match
6 func2@TEST_1.0: definitions match
7 func3@TEST_1.0: definitions match
8 func4@TEST_1.0: definitions match
9 func5@TEST_1.0: definitions match
10 func6@TEST_1.0: definitions match
H A Dregress.1-3.out3 func1@TEST_1.0: definitions match
4 func2@TEST_1.0: definitions match
5 func3@TEST_1.0: definitions match
6 func4@TEST_1.0: definitions match
8 func6@TEST_1.0: definitions match
H A Dregress.3-1.out3 func1@TEST_1.0: definitions match
4 func2@TEST_1.0: definitions match
5 func3@TEST_1.0: definitions match
6 func4@TEST_1.0: definitions match
8 func6@TEST_1.0: definitions match
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp16 llvm::StringRef match) { in NameMatches() argument
21 return name == match; in NameMatches()
23 return name.contains(match); in NameMatches()
25 return name.starts_with(match); in NameMatches()
27 return name.ends_with(match); in NameMatches()
29 RegularExpression regex(match); in NameMatches()
/freebsd/tests/sys/net/
H A Dif_lagg_test.sh56 atf_check -o match:"inet ${ADDR}" ifconfig $LAGG
57 atf_check -o match:"laggport: ${TAP0}" ifconfig $LAGG
58 atf_check -o match:"laggport: ${TAP1}" ifconfig $LAGG
62 atf_check -o match:"ether ${MAC}" ifconfig $TAP0
63 atf_check -o match:"ether ${MAC}" ifconfig $TAP1
68 atf_check -o not-match:"inet6 fe80:" ifconfig $TAP0
69 atf_check -o not-match:"inet6 fe80:" ifconfig $TAP1
334 atf_check -o match:"ether ${MAC}" ifconfig $LAGG
335 atf_check -o match:"ether ${MAC}" ifconfig $TAP0
336 atf_check -o match:"ether ${MAC}" ifconfig $TAP1
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1128 int match; in check_uidgid()
1165 match = 0; in check_uidgid()
1886 int match; in ipfw_chk() local
1919 match = 1; in ipfw_chk()
1973 match = in ipfw_chk()
1988 match = in ipfw_chk()
2591 match = in ipfw_chk()
2637 match = in ipfw_chk()
2778 match = in ipfw_chk()
2791 match = in ipfw_chk()
[all …]
/freebsd/sbin/ping/tests/
H A Dping_test.sh141 -e match:"illegal option -- 6" \
155 -e match:"illegal option -- 4" \
169 -e match:"illegal option -- 4" \
180 atf_check -s exit:68 -e match:"cannot resolve" \
191 atf_check -s exit:68 -e match:"cannot resolve" \
202 atf_check -s exit:68 -e match:"cannot resolve" \
215 …atf_check -s exit:0 -o match:"wrong total length" -o match:"NOP" python3 $(atf_get_srcdir)/injecti…
231 …atf_check -s exit:2 -o match:"Destination Host Unreachable" -o match:"(01){40}" python3 $(atf_get_…
249 …atf_check -s exit:0 -o match:"1 packets transmitted, 1 packets received" python3 $(atf_get_srcdir)…
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp_web.c864 const char *match; in web_get_action() local
991 char *match; in web_connection_parse_subscribe() local
1033 match = "NT:"; in web_connection_parse_subscribe()
1050 match = "HOST:"; in web_connection_parse_subscribe()
1081 match = "SID:"; in web_connection_parse_subscribe()
1087 match = "uuid:"; in web_connection_parse_subscribe()
1212 char *match; in web_connection_parse_unsubscribe() local
1241 match = "HOST:"; in web_connection_parse_unsubscribe()
1250 match = "SID:"; in web_connection_parse_unsubscribe()
1256 match = "uuid:"; in web_connection_parse_unsubscribe()
[all …]
/freebsd/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh11 atf_check -s exit:0 -o match:"^test:.*" \
49 atf_check -s exit:65 -e match:"invalid character" \
60 atf_check -s exit:65 -e match:"invalid character" \
174 atf_check -e match:"too long" -s exit:64 \
181 atf_check -s exit:65 -e match:"invalid character" \
185 atf_check -s exit:65 -e match:"invalid character" \
197 atf_check -s exit:65 -e match:"invalid character" \
201 atf_check -s exit:65 -e match:"invalid character" \
206 atf_check -s exit:65 -e match:"invalid character" \
489 atf_check -o match:"1" \
[all …]
H A Dpw_lock_test.sh11 atf_check -s exit:0 -o match:"^test:\*LOCKED\*\*:1001:" \
14 atf_check -s exit:0 -o match:"^test:\*:1001:" \
23 atf_check -s exit:0 -o match:"^test:\*LOCKED\*\*:1001:" \
26 atf_check -s exit:0 -o match:"^test:\*:1001:" \
31 atf_check -s exit:0 -o match:"^1001:\*LOCKED\*\*:1002:" \
34 atf_check -s exit:0 -o match:"^1001:\*:1002:" \
/freebsd/contrib/libarchive/libarchive/
H A Darchive_match.c554 struct match *match; in add_pattern_mbs() local
557 match = calloc(1, sizeof(*match)); in add_pattern_mbs()
574 struct match *match; in add_pattern_wcs() local
577 match = calloc(1, sizeof(*match)); in add_pattern_wcs()
713 struct match *match; in path_excluded() local
726 for (match = a->inclusions.first; match != NULL; in path_excluded()
727 match = match->next){ in path_excluded()
740 match = match->next){ in path_excluded()
754 match = match->next){ in path_excluded()
1767 struct match *match; in add_owner_name() local
[all …]
/freebsd/contrib/netbsd-tests/net/net/
H A Dt_ipv6address.sh69 atf_check -s exit:0 -o match:"0 -> 1" rump.sysctl \
130 atf_check -s exit:0 -o match:"add net default:" \
140 atf_check -s exit:0 -o match:"add net default:" \
150 atf_check -s exit:0 -o match:"add net" \
155 atf_check -s exit:0 -o match:"add net" \
260 atf_check -s exit:0 -o match:"0.0% packet loss" \
285 atf_check -s exit:0 -o match:"add net default:" \
293 atf_check -s exit:0 -o match:"0.0% packet loss" \
299 atf_check -s exit:0 -o match:"0.0% packet loss" \
359 atf_check -s exit:0 -o match:"${src_if0_lladdr}" \
[all …]
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp132 ATF_TEST_CASE(match);
133 ATF_TEST_CASE_HEAD(match) in ATF_TEST_CASE_HEAD() argument
137 ATF_TEST_CASE_BODY(match) in ATF_TEST_CASE_BODY() argument
139 using atf::text::match; in ATF_TEST_CASE_BODY()
143 ATF_REQUIRE(match("", "")); in ATF_TEST_CASE_BODY()
144 ATF_REQUIRE(!match("foo", "")); in ATF_TEST_CASE_BODY()
146 ATF_REQUIRE(match("", ".*")); in ATF_TEST_CASE_BODY()
147 ATF_REQUIRE(match("", "[a-z]*")); in ATF_TEST_CASE_BODY()
149 ATF_REQUIRE(match("hello", "hello")); in ATF_TEST_CASE_BODY()
150 ATF_REQUIRE(match("hello", "[a-z]+")); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td18 (match (wip_match_opcode G_SELECT):$select,
25 (match (wip_match_opcode G_UITOFP, G_SITOFP):$itofp,
32 (match (wip_match_opcode G_INTRINSIC, G_FSQRT):$rcp,
41 (match (wip_match_opcode G_AMDGPU_CVT_F32_UBYTE0,
60 (match (wip_match_opcode G_SMAX,
69 (match (wip_match_opcode G_FMAXNUM,
78 (match (wip_match_opcode G_FMAXNUM,
87 (match (wip_match_opcode G_AMDGPU_FMED3):$fmed3,
103 (match (wip_match_opcode G_FNEG):$ffn,
110 (match (wip_match_opcode G_MUL):$smul,
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c190 struct acpi_dev_present_ctx *match = context; in acpi_dev_present_cb() local
206 strcmp(match->hid, devinfo->HardwareId.String) == 0) { in acpi_dev_present_cb()
210 if (strcmp(match->hid, in acpi_dev_present_cb()
217 if (present && match->uid != NULL && in acpi_dev_present_cb()
219 strcmp(match->uid, devinfo->UniqueId.String) != 0)) in acpi_dev_present_cb()
226 if (match->hrv != -1) { in acpi_dev_present_cb()
229 if (hrv != match->hrv) in acpi_dev_present_cb()
239 struct acpi_dev_present_ctx match; in lkpi_acpi_dev_present() local
242 match.hid = hid; in lkpi_acpi_dev_present()
243 match.uid = uid; in lkpi_acpi_dev_present()
[all …]
/freebsd/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbtfw.conf5 match "system" "USB";
6 match "subsystem" "DEVICE";
7 match "type" "ATTACH";
8 match "vendor" "0x8087";
9 match "product" "(0x07dc|0x0a2a|0x0aa7|0x0a2b|0x0aaa|0x0025|0x0026|0x0029)";
/freebsd/sys/net/
H A Dif_media.c166 struct ifmedia_entry *match; in ifmedia_set() local
170 if (match == NULL) { in ifmedia_set()
175 ifm->ifm_cur = match; in ifmedia_set()
209 struct ifmedia_entry *match; in ifmedia_ioctl() local
227 if (match == NULL) { in ifmedia_ioctl()
262 ifm->ifm_cur = match; in ifmedia_ioctl()
331 struct ifmedia_entry *match, *next; in ifmedia_match() local
333 match = NULL; in ifmedia_match()
339 if (match) { in ifmedia_match()
344 match = next; in ifmedia_match()
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/ld/
H A Dt_section.sh74 match ".text" &&
75 match "hoge" &&
78 match ".data" &&
79 match "fuga" &&
80 match ".bss" &&
86 match() { function
/freebsd/usr.bin/tftp/tests/
H A Dtftp_test.sh48 atf_check -o match:"Received [0-9]+ bytes" \
67 atf_check -o match:"Received [0-9]+ bytes" \
86 atf_check -o match:"Received [0-9]+ bytes" \
214 atf_check -o match:"Sent [0-9]+ bytes" \
236 atf_check -o match:"Sent [0-9]+ bytes" \
258 atf_check -o match:"Sent [0-9]+ bytes" \
281 atf_check -o match:"Sent [0-9]+ bytes" \
303 atf_check -o match:"Sent [0-9]+ bytes" \
325 atf_check -o match:"Sent [0-9]+ bytes" \
351 atf_check -o match:"Sent [0-9]+ bytes" \
[all …]
/freebsd/lib/libc/amd64/string/
H A Dstrcspn.S228 pcmpistri $0, %xmm0, %xmm2 # match in head?
233 jbe 1f # match or end of string?
236 ja 0b # match or end of string?
239 1: jc 2f # jump if match found
251 jc 2f # jump if match found
264 cmp %ecx, %eax # before the first half match?
265 cmova %ecx, %eax # use the earlier match
281 jb 4f # match in first set half?
287 jb 3f # match in first set half?
293 1: jc 2f # jump if match found
[all …]
H A Dmemrchr.S27 cmovne %r8, %r10 # point to null if no match
30 cmove %rdi, %r8 # point to first char if match
34 cmovne %r8, %r9 # point to first result if no match in second
41 cmovz %r9, %r11 # take first pair match if none in second
44 cmovnz %r11, %rax # take match in current set if any
91 and %r8d, %eax # match mask
115 test %ecx, %ecx # match found in second chunk?
119 test %ecx, %ecx # any match found?
138 lea (%rsi, %rax, 1), %rsi # pointer to match (or junk)
139 cmovnz %rsi, %rax # if any match was found, return it
[all …]
/freebsd/contrib/kyua/drivers/
H A Ddebug_test.cpp81 optional< engine::scan_result > match; in drive() local
82 while (!match && !scanner.done()) { in drive()
83 match = scanner.yield(); in drive()
85 if (!match) { in drive()
91 INV(match && scanner.done()); in drive()
92 const model::test_program_ptr test_program = match.get().first; in drive()
93 const std::string& test_case_name = match.get().second; in drive()
/freebsd/contrib/kyua/utils/text/
H A Dregex_test.cpp115 const text::regex_matches matches = regex.match("my number is 581."); in ATF_TEST_CASE_BODY()
123 const text::regex_matches matches = regex.match("your number is 6"); in ATF_TEST_CASE_BODY()
136 ATF_REQUIRE(!regex1.match("bar Foo bar")); in ATF_TEST_CASE_BODY()
137 ATF_REQUIRE(!regex1.match("bar foO bar")); in ATF_TEST_CASE_BODY()
138 ATF_REQUIRE(!regex1.match("bar FOO bar")); in ATF_TEST_CASE_BODY()
145 ATF_REQUIRE( regex2.match("bar foo bar")); in ATF_TEST_CASE_BODY()
146 ATF_REQUIRE( regex2.match("bar Foo bar")); in ATF_TEST_CASE_BODY()
147 ATF_REQUIRE( regex2.match("bar foO bar")); in ATF_TEST_CASE_BODY()
148 ATF_REQUIRE( regex2.match("bar FOO bar")); in ATF_TEST_CASE_BODY()

12345678910>>...74