Home
last modified time | relevance | path

Searched refs:match (Results 226 – 250 of 1827) sorted by relevance

12345678910>>...74

/freebsd/contrib/nvi/ex/
H A Dex_subst.c345 regmatch_t match[10]; in s() local
542 nextmatch: match[0].rm_so = 0; in s()
543 match[0].rm_eo = len; in s()
584 if (!empty_ok && match[0].rm_so == 0 && match[0].rm_eo == 0) { in s()
603 to.cno = match[0].rm_eo + offset; in s()
682 sp->cno = match[0].rm_so; in s()
696 skip: offset += match[0].rm_eo; in s()
697 len -= match[0].rm_eo; in s()
1307 regmatch_t match[10]) in re_sub()
1395 match[no].rm_eo == -1) in re_sub()
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh43 atf_check -s exit:0 -o match:'Result is true today' -e empty \
47 atf_check -s exit:0 -o match:'Result is false today' -e empty \
51 atf_check -s exit:0 -o match:'aaabbbccc' -e empty \
53 atf_check -s exit:0 -o match:'aaabbb cccddd' -e empty \
71 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
73 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
75 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
77 atf_check -s exit:0 -o match:'Found \*' -e empty \
79 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
81 atf_check -s exit:0 -o match:'Found \*' -e empty \
/freebsd/contrib/netbsd-tests/rump/rumpkern/h_server/
H A Dh_simpleserver.c29 bool match; in main() local
50 match = true; in main()
54 if (!match) { in main()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c887 match = dictEnd - (prefixStart - match); in ZSTD_execSequenceEnd()
894 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequenceEnd()
897 match = prefixStart; in ZSTD_execSequenceEnd()
935 match = dictEnd - (prefixStart - match); in ZSTD_execSequenceEndSplitLitBuffer()
945 match = prefixStart; in ZSTD_execSequenceEndSplitLitBuffer()
1002 match = dictEnd + (match - prefixStart); in ZSTD_execSequence()
1012 match = prefixStart; in ZSTD_execSequence()
1018 assert(match >= prefixStart); in ZSTD_execSequence()
1094 match = dictEnd + (match - prefixStart); in ZSTD_execSequenceSplitLitBuffer()
1104 match = prefixStart; in ZSTD_execSequenceSplitLitBuffer()
[all …]
/freebsd/usr.bin/gzip/tests/
H A Dzdiff_test.sh66 atf_check -s exit:1 -o match:"Binary files" zdiff "$f.tgz"
85 atf_check -s exit:1 -o match:"Binary files" zdiff "$f.tbz2"
104 atf_check -s exit:1 -o match:"Binary files" zdiff "$f.txz"
114 atf_check -s exit:1 -e match:"unknown suffix$" zdiff "$f.fxz"
/freebsd/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c111 int match; in getextmntent() local
140 match = 0; in getextmntent()
144 match = 1; in getextmntent()
150 if (!match) { in getextmntent()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp44 if (!match(Op, m_APInt(C))) in ShrinkDemandedConstant()
558 if (match(I->getOperand(1), m_APInt(C)) && in SimplifyDemandedUseBits()
635 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
700 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
770 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
817 if (match(I->getOperand(1), m_APInt(SA))) { in SimplifyDemandedUseBits()
838 if (match(I->getOperand(1), m_APInt(Rem))) { in SimplifyDemandedUseBits()
956 !match(I->getOperand(1), m_Zero())) in SimplifyDemandedUseBits()
1220 if (match(I, in SimplifyMultipleUseDemandedBits()
1351 if (match(V, m_Poison())) { in SimplifyDemandedVectorElts()
[all …]
H A DInstCombineNegator.cpp128 if (match(V, m_Undef())) in visitImpl()
138 if (match(V, m_Neg(m_Value(X)))) in visitImpl()
142 if (match(V, m_AnyIntegralConstant())) in visitImpl()
171 if (match(Ops[1], m_One())) in visitImpl()
177 if (match(I, m_Not(m_Value(X)))) in visitImpl()
185 if (match(I->getOperand(1), m_APInt(Op1Val)) && *Op1Val == BitWidth - 1) { in visitImpl()
216 if (match(Sel->getTrueValue(), m_ImmConstant(TrueC)) && in visitImpl()
217 match(Sel->getFalseValue(), m_ImmConstant(FalseC))) { in visitImpl()
230 (I->hasOneUse() || match(I->getOperand(0), m_ImmConstant()))) { in visitImpl()
261 if (match(I, m_c_And(m_OneUse(m_TruncOrSelf( in visitImpl()
[all …]
H A DInstructionCombining.cpp276 if (!match(B, m_APInt(BVal)) || !match(C, m_APInt(CVal))) in maintainNoSignedWrap()
912 if (!match(I.getOperand(ShOpnum), in foldBinOpShiftWithShift()
1415 if (!match(BO0, m_SExt(m_Value(X))) || !match(BO1, m_ImmConstant(C)) || in foldBinopOfSextBoolToSelect()
1895 match(RHS, in foldVectorBinop()
2011 if (!match(LHS, in foldVectorBinop()
2125 !match(Sel, in foldSelectGEP()
2291 if (match(V, m_ImmConstant(C))) in getFreelyInvertedImpl()
2617 if (match(GEP.getOperand(1), in visitGetElementPtrInst()
3000 if (!match(TI, m_Br(m_ICmp(Pred, in tryToMoveFreeBeforeNullTest()
3245 match(Cond, in visitBranchInst()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc54 #define match smat
67 #define match lmat
73 struct match {
140 struct match mv;
141 struct match *m = &mv;
171 /* match struct setup */
397 /* could the rest match the rest? */
407 /* did innards match? */
442 /* last successful match */
934 /* only characters can match */
[all …]
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt13 Literals or match lengths are compressed with one Huffman tree, and
14 match distances are compressed with another tree. The trees are stored
25 the longest match is selected.
35 possible match but generally finds a match which is long enough.
39 a longer match at the next input byte. If a longer match is found, the
42 the original match is kept, and the next match search is attempted only N
45 The lazy match evaluation is also subject to a runtime parameter. If
49 the first match is already long enough.
51 The lazy match evaluation is not performed for the fastest compression
53 are inserted in the hash table only when no match was found, or
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/
H A Dcategorization.dat24 |E (aba|a*b)(aba|a*b) ababa (0,4)(0,3)(3,4) BUG=first-match
25 ; BUG=unknown-match
28 |B a\(b\)*\1 a (0,1) BUG=nomatch-match
30 ; BUG=nomatch-match-UNKNOWN
37 |B a\(b\)*\1 abab (0,1) # BUG=nomatch-match
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp219 bool match = true; in CompareState() local
221 for (int i = 0; match && i < 17; ++i) { in CompareState()
223 match = false; in CompareState()
229 for (int i = 0; match && i < 32; ++i) { in CompareState()
231 match = false; in CompareState()
237 for (int i = 0; match && i < 16; ++i) { in CompareState()
239 match = false; in CompareState()
247 match = false; in CompareState()
257 return match; in CompareState()
/freebsd/tests/sys/fs/tarfs/
H A Dtarfs_test.sh69 atf_check -o match:"^${tarball} on ${mnt} \(tarfs," mount
113 atf_check -s not-exit:0 -e match:"Invalid" \
147 atf_check -s not-exit:0 -e match:"Invalid" \
181 atf_check -s not-exit:0 -e match:"Invalid" \
215 atf_check -s not-exit:0 -e match:"Invalid" \
248 atf_check -s not-exit:0 -e match:"Invalid" \
268 atf_check -s not-exit:0 -e match:"Invalid" \
285 atf_check -s not-exit:0 -e match:"Invalid" \
305 atf_check -s not-exit:0 -e match:"Invalid" \
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp246 const auto Refs = match( in tryEachDeclRef()
268 match( in isUnevaluated()
433 const auto Matches = match( in findDirectMutation()
448 const auto MemberExprs = match( in findMemberMutation()
461 const auto SubscriptExprs = match( in findArrayElementMutation()
486 const auto Casts = match( in findCastMutation()
516 const auto RefToArrayRefToElements = match( in findRangeLoopMutation()
562 match(findAll(cxxForRangeStmt( in findRangeLoopMutation()
574 const auto Ref = match( in findReferenceMutation()
586 const auto Refs = match( in findReferenceMutation()
[all …]
/freebsd/tests/sys/geom/class/eli/
H A Dkill_test.sh33 atf_check -s not-exit:0 -e match:"Cannot read metadata" \
37 atf_check -s not-exit:0 -e match:"Cannot read metadata" \
56 atf_check -s not-exit:0 -e match:"Cannot read metadata" \
60 atf_check -s not-exit:0 -e match:"Cannot read metadata" \
/freebsd/contrib/kyua/integration/
H A Dcmd_db_migrate_test.sh115 atf_check -s exit:1 -o empty -e match:"already at schema version" \
128 -e match:"database has schema version 1.*use db-migrate" kyua report
135 atf_check -s exit:1 -o empty -e match:"Migration failed" \
142 atf_check -s exit:1 -o empty -e match:"No previous results.*test.db" \
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp79 if (match(J, m_c_And(m_Instruction(I), m_APInt(M)))) { in lookThroughAnd()
686 if (match(I, m_UMin(m_Value(), m_Value()))) in isMinMaxPattern()
688 if (match(I, m_UMax(m_Value(), m_Value()))) in isMinMaxPattern()
690 if (match(I, m_SMax(m_Value(), m_Value()))) in isMinMaxPattern()
692 if (match(I, m_SMin(m_Value(), m_Value()))) in isMinMaxPattern()
694 if (match(I, m_OrdFMin(m_Value(), m_Value()))) in isMinMaxPattern()
696 if (match(I, m_OrdFMax(m_Value(), m_Value()))) in isMinMaxPattern()
698 if (match(I, m_UnordFMin(m_Value(), m_Value()))) in isMinMaxPattern()
700 if (match(I, m_UnordFMax(m_Value(), m_Value()))) in isMinMaxPattern()
753 ((m_Add(m_Value(Op1), m_Value(Op2)).match(I1) || in isConditionalRdxPattern()
[all …]
/freebsd/contrib/netbsd-tests/net/if_pppoe/
H A Dt_pppoe.sh174 atf_check -s exit:0 -o match:'PADI sent' -x "$HIJACKING pppoectl -d pppoe0"
193 atf_check -s exit:0 -o match:'initial' -x "$HIJACKING pppoectl -d pppoe0"
207 atf_check -s exit:0 -o match:'session' -x "$HIJACKING pppoectl -d pppoe0"
224 atf_check -s exit:0 -o match:'DETACHED' rump.ifconfig pppoe0
312 atf_check -s exit:0 -o not-match:"$session_id" -x "$HIJACKING pppoectl -d pppoe0"
337 atf_check -s exit:0 -o match:'initial' -x "$HIJACKING pppoectl -d pppoe0"
353 atf_check -s exit:0 -o match:'session' -x "$HIJACKING pppoectl -d pppoe0"
370 atf_check -s exit:0 -o match:'DETACHED' rump.ifconfig pppoe0
/freebsd/contrib/tcp_wrappers/
H A Dhosts_access.c150 int match = NO; in table_match() local
164 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) { in table_match()
185 match = list_match(sv_list, request, server_match) in table_match()
192 if (match) { in table_match()
206 return (match); in table_match()
268 int match = NO; in hostfile_match() local
272 while (fscanf(fp, "%s", tok) == 1 && !(match = host_match(tok, host))) in hostfile_match()
278 return (match); in hostfile_match()
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l507 struct macro_arg **match_marg, regmatch_t *match);
517 regmatch_t match = { .rm_so = 0, .rm_eo = 0 };
530 &match_marg, &match);
546 body_pos -= match.rm_eo - match.rm_so;
565 regmatch_t *match)
582 *match = matches[1];
583 *next_match = match->rm_eo + search_pos;
/freebsd/contrib/cortex-strings/src/arm/
H A Dstrchr.S60 @ r1 = character to match
61 @ returns NULL for no match, or a pointer to the match
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c61 *match; /* cached decision for MAC label to apply */ member
410 for (ls->match = NULL, ent = ls->entries; in apply_specs()
436 ls->match = ent; in apply_specs()
456 if (ls->match && (ls->match->flags & F_DONTLABEL) == 0) in apply_specs()
458 size += strlen(ls->match->mactext) + 1; in apply_specs()
468 if (ls->match && (ls->match->flags & F_DONTLABEL) == 0) { in apply_specs()
471 strcat(macstr, ls->match->mactext); in apply_specs()
/freebsd/contrib/lutok/
H A Dexamples_test.sh76 atf_check -s exit:1 -e match:'Argument.*must be an integer' ./bindings foo
77 atf_check -s exit:1 -e match:'Argument.*must be positive' ./bindings -5
94 atf_check -s exit:0 -o match:"From the interpreter: 12000" \
/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_strrchr.c31 char match; in ATF_TC_BODY() member
224 if (tab[t].match == 0) { in ATF_TC_BODY()
230 } else if (tab[t].match == 1) { in ATF_TC_BODY()

12345678910>>...74