Searched refs:match (Results 76 - 100 of 953) sorted by relevance

1234567891011>>

/freebsd-current/contrib/kyua/cli/
H A Dcmd_config.cpp81 const config::properties_map::const_iterator match = local
83 if (match == properties.end()) {
87 ui->out(F("%s = %s") % (*match).first % (*match).second);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h25 llvm::StringRef match);
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_shift.sh59 not="${not} -o not-match:$b"
62 atf_check -s exit:0 -o "match:${res}" ${not} -e empty \
66 atf_check -s exit:0 -o match:complete -o not-match:ERR -e empty \
112 atf_check -s not-exit:0 -o match:OK -o not-match:ERR \
/freebsd-current/contrib/netbsd-tests/usr.bin/mixerctl/
H A Dt_mixerctl.sh18 atf_check -s exit:0 -e ignore -o match:"^${var}=" \
30 atf_check -s exit:0 -o match:"${varname}" -e ignore \
33 atf_check -s exit:0 -o not-match:"${varname}" -e ignore \
42 atf_check -s not-exit:0 -o ignore -e match:"No such file" \
/freebsd-current/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dstdlib.h20 #pragma omp begin declare variant match(device = {arch(amdgcn)})
/freebsd-current/usr.bin/procstat/tests/
H A Dprocstat_test.sh61 atf_check -o match:"$header_re" head -n 1 procstat.out
62 atf_check -o match:"$line_re" tail -n 1 procstat.out
65 atf_check -o match:"$header_re" head -n 1 procstat.out
66 atf_check -o match:"$line_re" tail -n 1 procstat.out
85 atf_check -o match:"$header_re" head -n 1 procstat.out
86 atf_check -o match:"$line_re" tail -n 1 procstat.out
89 atf_check -o match:"$header_re" head -n 1 procstat.out
90 atf_check -o match:"$line_re" tail -n 1 procstat.out
110 atf_check -o match:"$header_re" head -n 1 procstat.out
111 atf_check -o match
[all...]
/freebsd-current/usr.bin/limits/tests/
H A Dlimits_test.sh55 atf_check -o match:'cputime[[:space:]]+3 secs' \
57 atf_check -o match:'cputime[[:space:]]+3 secs' \
74 atf_check -o match:'cputime-max[[:space:]]+infinity secs' \
76 atf_check -o match:'cputime-cur[[:space:]]+3 secs' \
/freebsd-current/crypto/openssl/test/recipes/
H A D90-test_store_cases.t33 @match = grep /try_pkcs12:.*?:maybe wrong password$/, <DATA>;
35 ok(scalar @match > 0 ? 0 : 1,
/freebsd-current/contrib/llvm-project/lld/Common/
H A DStrings.cpp38 bool SingleStringMatcher::match(StringRef s) const { function in class:SingleStringMatcher
39 return ExactMatch ? (ExactPattern == s) : GlobPatternMatcher.match(s);
42 bool StringMatcher::match(StringRef s) const { function in class:StringMatcher
44 if (pat.match(s))
/freebsd-current/usr.sbin/pw/tests/
H A Dpw_usermod_test.sh10 atf_check -s exit:67 -e match:"no such user" ${PW} usermod test
13 atf_check -s exit:0 -o match:"^test:.*" \
22 atf_check -s exit:67 -e match:"no such user" ${PW} usermod test -N
24 atf_check -s exit:0 -o match:"^test:.*" ${PW} usermod test -N
25 atf_check -s exit:0 -o match:"^test:.*" \
36 atf_check -s exit:0 -o match:"^test:.*:Test User,work,123,456:" \
46 atf_check -s exit:0 -o match:"^test:.*:Test User,work,123,456:" \
48 atf_check -s exit:0 -o match:"^test:.*:Test User,home,123,456:" \
58 atf_check -s exit:65 -e match:"invalid character" \
62 atf_check -s exit:0 -o match
[all...]
/freebsd-current/contrib/libarchive/cat/
H A Dcmdline.c117 const struct bsdcat_option *popt, *match, *match2; local
124 match = NULL;
230 /* Search the table for an unambiguous match. */
232 /* Short-circuit if first chars don't match. */
237 match2 = match; /* Record up to two matches. */
238 match = popt;
239 /* If it's an exact match, we're done. */
247 /* Fail if there wasn't a unique match. */
248 if (match == NULL) {
257 long_prefix, bsdcat->getopt_word, match
[all...]
/freebsd-current/contrib/libarchive/unzip/
H A Dcmdline.c84 const struct bsdunzip_option *popt, *match, *match2; local
91 match = NULL;
194 /* Search the table for an unambiguous match. */
196 /* Short-circuit if first chars don't match. */
201 match2 = match; /* Record up to two matches. */
202 match = popt;
203 /* If it's an exact match, we're done. */
211 /* Fail if there wasn't a unique match. */
212 if (match == NULL) {
221 long_prefix, bsdunzip->getopt_word, match
[all...]
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c164 * Returns -1 if short_too is set and the option does not match long_options.
172 int i, match; local
175 match = -1;
193 /* exact match */
194 match = i;
199 * a partial match of a single character.
204 if (match == -1) /* partial match */
205 match = i;
215 if (match !
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c187 * Returns -1 if short_too is set and the option does not match long_options.
195 int i, match; local
198 match = -1;
216 /* exact match */
217 match = i;
222 * a partial match of a single character.
227 if (match == -1) /* partial match */
228 match = i;
238 if (match !
[all...]
/freebsd-current/contrib/kyua/integration/
H A Dcmd_config_test.sh33 -o match:'^architecture = ' \
34 -o match:'^platform = ' \
122 atf_check -s exit:0 -o match:architecture -o not-match:unknown_setting \
160 -e match:"kyua: W: 'test_suites.foo.var'.*not defined" \
163 atf_check -s exit:0 -o match:"foo.var = baz" -e empty \
175 atf_check -s exit:0 -o match:"test_suites.foo.var = bar" -e empty \
184 atf_check -s exit:0 -o match:"test_suites.foo.var = baz" -e empty \
197 -e match:"kyua: W: 'test_suites.foo.var'.*not defined" \
199 atf_check -s exit:0 -o match
[all...]
/freebsd-current/contrib/netbsd-tests/net/ndp/
H A Dt_ra.sh53 atf_check -s exit:0 -o match:'0.->.1' rump.sysctl -w net.inet6.ip6.forwarding=1
122 atf_check -s exit:0 -o match:'if=shmif0' rump.ndp -r
123 atf_check -s exit:0 -o match:'advertised' rump.ndp -p
124 atf_check -s exit:0 -o match:"${ll_srv}%shmif0 \(reachable\)" rump.ndp -p
125 atf_check -s exit:0 -o match:'linkmtu=1300' rump.ndp -n -i shmif0
127 -o match:"$ll_srv%shmif0 +$mac_srv +shmif0 +(23h59m|1d0h0m)..s S R" \
129 atf_check -s exit:0 -o match:$addr_prefix rump.ndp -n -a
131 -o match:"$addr_prefix.+<(TENTATIVE,)?AUTOCONF>" \
167 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet6.ip6.accept_rtadv
176 atf_check -s exit:0 -o not-match
[all...]
/freebsd-current/contrib/kyua/utils/text/
H A Dregex_test.cpp115 const text::regex_matches matches = regex.match("my number is 581.");
123 const text::regex_matches matches = regex.match("your number is 6");
136 ATF_REQUIRE(!regex1.match("bar Foo bar"));
137 ATF_REQUIRE(!regex1.match("bar foO bar"));
138 ATF_REQUIRE(!regex1.match("bar FOO bar"));
145 ATF_REQUIRE( regex2.match("bar foo bar"));
146 ATF_REQUIRE( regex2.match("bar Foo bar"));
147 ATF_REQUIRE( regex2.match("bar foO bar"));
148 ATF_REQUIRE( regex2.match("bar FOO bar"));
/freebsd-current/contrib/netbsd-tests/lib/librumpclient/
H A Dt_exec.sh44 atf_check -s exit:0 -o match:'^root.*h_exec.*tcp.*\*\.1234' \
46 atf_check -s exit:0 -o match:'^root.*h_exec.*tcp.*\*\.2345' \
67 atf_check -s exit:0 -o match:'^root.*h_ution.*tcp.*\*\.1234' \
69 atf_check -s exit:0 -o match:'^root.*h_ution.*tcp.*\*\.2345' \
92 atf_check -s exit:0 -o match:'^root.*h_ution.*tcp.*\*\.2345' \
115 atf_check -s exit:0 -o match:'^root.*h_ution.*tcp.*\*\.1234' \
117 atf_check -s exit:0 -o match:'^root.*h_ution.*tcp.*\*\.2345' \
119 atf_check -s exit:0 -o match:'^root.*fourchette.*tcp.*\*\.1234' \
121 atf_check -s exit:0 -o match:'^root.*fourchette.*tcp.*\*\.2345' \
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py656 match = re.match(r'(\d+)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)', date_time_str)
658 re.match,
662 year=int(match.group(1)),
663 month=int(match.group(2)),
664 day=int(match.group(3)),
665 hour=int(match.group(4)),
666 minute=int(match.group(5)),
667 second=int(match.group(6)),
734 "'%s' exited with code %s, which doesn't match "
[all...]
/freebsd-current/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
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp765 if (match(RHS, m_Add(m_Value(X), m_One())))
768 if (match(LHS, m_Add(m_Value(X), m_One()))) {
770 if (match(RHS, m_Xor(m_Value(Y), m_APInt(C1))))
773 if (match(X, m_Xor(m_Value(Y), m_APInt(C1)))) {
776 if (match(Y, m_Or(m_Value(Z), m_APInt(C2))) && (*C2 == ~(*C1))) {
779 } else if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && (*C1 == *C2)) {
793 if (match(RHS, m_Xor(m_Value(Y), m_APInt(C1))))
799 if (match(LHS, m_Xor(m_Value(Y), m_APInt(C1))))
801 if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && *C1 == (*C2 + 1)) {
814 if (!match(Op
[all...]
H A DInstCombineAndOrXor.cpp121 match(A, m_APInt(ConstA));
122 match(B, m_APInt(ConstB));
123 match(C, m_APInt(ConstC));
220 if (!match(L1, m_And(m_Value(L11), m_Value(L12)))) {
227 if (!match(L2, m_And(m_Value(L21), m_Value(L22)))) {
255 if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) {
281 if (!match(R2, m_And(m_Value(R11), m_Value(R12)))) {
343 if (!match(B, m_APInt(BCst)) || !match(C, m_APInt(CCst)) ||
344 !match(
[all...]
/freebsd-current/tests/sys/netpfil/pf/
H A Dtable.sh60 -o match:'In/Block:.*'"$TABLE_STATS_ZERO_REGEXP" \
61 -o match:'In/Pass:.*'"$TABLE_STATS_NONZERO_REGEXP" \
62 -o match:'Out/Block:.*'"$TABLE_STATS_ZERO_REGEXP" \
63 -o match:'Out/Pass:.*'"$TABLE_STATS_NONZERO_REGEXP" \
100 -o match:'In/Block:.*'"$TABLE_STATS_ZERO_REGEXP" \
101 -o match:'In/Pass:.*'"$TABLE_STATS_NONZERO_REGEXP" \
102 -o match:'Out/Block:.*'"$TABLE_STATS_ZERO_REGEXP" \
103 -o match:'Out/Pass:.*'"$TABLE_STATS_NONZERO_REGEXP" \
236 atf_check -o match:'block drop in inet from <__automatic_.*:6> to any' \
268 -o match
[all...]
/freebsd-current/lib/libc/amd64/string/
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?
116 cmovz %r8d, %ecx # if not, use match data from first chunk
119 test %ecx, %ecx # any match found?
120 cmovnz %ecx, %eax # if yes, overwrite previously found match
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h27 return P.match(MRI, R);
33 return P.match(MRI, &MI);
41 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::OneUse_match
42 return MRI.hasOneUse(Reg) && SubPat.match(MRI, Reg);
55 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::OneNonDBGUse_match
56 return MRI.hasOneNonDBGUse(Reg) && SubPat.match(MRI, Reg);
84 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::ConstantMatch
119 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::ICstOrSplatMatch
145 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::GCstAndRegMatch
159 bool match(cons function in struct:llvm::MIPatternMatch::GFCstAndRegMatch
173 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::GFCstOrSplatGFCstMatch
188 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::SpecificConstantMatch
204 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::SpecificConstantSplatMatch
220 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::SpecificConstantOrSplatMatch
248 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::SpecificRegisterMatch
264 bool match(const MachineRegisterInfo &MRI, Register Reg) { return true; } function in struct:llvm::MIPatternMatch::operand_type_match
265 bool match(const MachineRegisterInfo &MRI, MachineOperand *MO) { function in struct:llvm::MIPatternMatch::operand_type_match
275 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { function in struct:llvm::MIPatternMatch::And
287 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { function in struct:llvm::MIPatternMatch::And
294 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { function in struct:llvm::MIPatternMatch::Or
305 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { function in struct:llvm::MIPatternMatch::Or
364 template <typename ITy> bool match(const MachineRegisterInfo &MRI, ITy &&V) { function in struct:llvm::MIPatternMatch::bind_ty
376 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::ImplicitDefMatch
398 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { function in struct:llvm::MIPatternMatch::BinaryOp_match
422 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { function in struct:llvm::MIPatternMatch::BinaryOpc_match
558 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { function in struct:llvm::MIPatternMatch::UnaryOp_match
652 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { function in struct:llvm::MIPatternMatch::CompareOp_match
719 bool match(const MachineRegisterInfo &MRI, Register Reg) { function in struct:llvm::MIPatternMatch::CheckType
735 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { function in struct:llvm::MIPatternMatch::TernaryOp_match
[all...]

Completed in 255 milliseconds

1234567891011>>