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

1234567891011>>

/freebsd-current/sys/ddb/
H A Ddb_main.c109 Elf_Sym *sym, *match; local
124 match = NULL;
138 match = sym;
140 if (match == NULL)
141 match = sym;
142 else if (ELF_ST_BIND(match->st_info) == STB_LOCAL &&
144 match = sym;
157 *diffp = (match == NULL) ? off : diff;
158 return ((c_db_sym_t)match);
205 /* Sizes doesn't match, unse
[all...]
/freebsd-current/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-current/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c111 int match; local
140 match = 0;
144 match = 1;
150 if (!match) {
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp112 if (!match(Cond, m_c_BinOp(m_c_ICmp(Pred1, m_Specific(TrueVal),
197 if (match(FCmp, m_Zero()) && impliesPoison(TCmp, Cond))
202 if (match(TCmp, m_One()) && impliesPoison(FCmp, Cond))
207 if (match(FCmp, m_One()) && match(TCmp, m_Zero()))
446 // if the operands match too. If so, return the simplified value.
648 if (match(Op1, m_Zero()))
659 if (match(Op1, m_Sub(m_Value(Y), m_Specific(Op0))) ||
660 match(Op0, m_Sub(m_Value(Y), m_Specific(Op1))))
665 if (match(Op
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_match.c47 struct match { struct
48 struct match *next;
54 struct match *first;
55 struct match **last;
58 struct match *unmatched_next;
157 static void match_list_add(struct match_list *, struct match *);
171 struct match *, int, const void *);
173 struct match *, int, const void *);
482 * match if a subset of the full patch matches (i.e., they are
554 struct match *matc local
574 struct match *match; local
713 struct match *match; local
1767 struct match *match; local
[all...]
/freebsd-current/usr.bin/sed/
H A Dprocess.c85 regmatch_t *match; variable
409 if (n <= 1 && (match[0].rm_so > le))
410 cspace(&SS, s, match[0].rm_so - le, APPEND);
413 if (lastempty || (match[0].rm_so - le) ||
414 match[0].rm_so != match[0].rm_eo) {
416 /* Want this match: append replacement. */
421 /* Want a later match: append original. */
422 if (match[0].rm_eo - le)
423 cspace(&SS, s, match[
[all...]
/freebsd-current/contrib/kyua/engine/
H A Dfilters.hpp33 /// they are mere filters that decide whether they match or not the input data
60 /// The name of the test program or subdirectory to match.
63 /// The name of the test case to match; if empty, represents any test case.
86 /// An empty collection of filters is considered to match any test case.
89 /// they are not, some filters may never have a chance to do a match, which is
101 /// match (if any).
102 typedef std::pair< bool, utils::optional< test_filter > > match; typedef in class:engine::test_filters
105 match match_test_case(const utils::fs::path&, const std::string&) const;
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_varquote.sh116 atf_check -s eq:0 -o match:"first-word second-word" -e empty \
127 atf_check -s eq:0 -o match:1 -e empty ${TEST_SH} -c 'echo "${x=$((1))}"'
/freebsd-current/contrib/netbsd-tests/fs/cd9660/
H A Dt_high_ino_big_file.sh102 atf_check -o match:"^4329541966$" stat -f "%i" ${mntpnt}/small_file
103 atf_check -o match:"^4329545920$" stat -f "%i" ${mntpnt}/my/large_file
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/Unix/
H A DHost.inc40 // On darwin, we want to update the version to match that of the target.
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp30 return llvm::Regex(Regex).match(Function.Name);
34 return llvm::Regex(Regex).match(Filename);
/freebsd-current/usr.bin/tsort/tests/
H A Dtsort_test.sh56 atf_check -e match:cycle -o file:output tsort input
57 atf_check -e match:cycle -o file:output tsort <input
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest.py168 expected_output_re.match(output),
170 'which does not match regex "%s"'
181 not EXPECTED_OUTPUT_NO_FILTER_RE.match(output),
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h77 struct bhnd_chip_match chip_desc; /**< chip match descriptor */
78 struct bhnd_core_match core_desc; /**< core match descriptor */
98 struct bhnd_core_match match; /**< core match descriptor */ member in struct:bhndb_pci_core
107 #define BHNDB_PCI_IS_CORE_END(_c) BHND_MATCH_IS_ANY(&(_c)->match)
/freebsd-current/usr.bin/dc/tests/
H A Dbcode.sh76 atf_check -e match:"remainder by zero" dc -e '1 0 %'
133 atf_check -e match:"divide by zero" dc -e '1 0 ~'
/freebsd-current/sys/tools/
H A Dacpi_quirks2h.awk69 # Parse table type to match
73 M = match ($0, /\"[^\"]*\"/);
79 M = match (REMAINDER, /\"[^\"]*\"/);
90 # Parse table type to match
93 M = match ($0, /\"[^\"]*\"/);
/freebsd-current/tests/sys/netinet/
H A Dfibs.sh58 atf_check -o match:"interface: lo0" jexec ${jname}a setfib 1 route -4n get ${net_dst}1
59 atf_check -o match:"destination: ${net_dst}1" jexec ${jname}a setfib 1 route -4n get ${net_dst}1
/freebsd-current/usr.sbin/pw/tests/
H A Dpw_usernext_test.sh18 atf_check -s exit:0 -o match:"${CURRENT}:${CURRENT}" \
37 atf_check -s exit:0 -o match:"${CURRENT}:${CURRENTGID}" \
H A Dpw_groupmod_test.sh12 atf_check -s exit:0 -o match:"^test:\*:1001:root$" \
15 atf_check -s exit:0 -o match:"^test:\*:1001:$" \
25 atf_check -s exit:67 -e match:"does not exist" ${PW} groupmod test -m foo
37 atf_check -s exit:65 -e match:"^pw: unknown group" -x ${PW} groupshow test
79 atf_check -s exit:0 -o match:"^bar:.*" \
/freebsd-current/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c46 /* login_access - match username/group and host/tty with access control file */
57 int match = NO; local
63 * Process the table one line at a time and stop at the first match.
71 while (!match && fgets(line, sizeof(line), fp)) {
98 match = (list_match(froms, from, from_match, login_access_opts)
105 return (match == 0 || (line[0] == '+'));
108 /* list_match - match an item against a list of tokens with exceptions */
116 int match = NO; local
122 * a match, look for an "EXCEPT" list and recurse to determine whether
123 * the match i
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A D__clang_openmp_device_functions.h21 #pragma omp begin declare variant match( \
39 #pragma omp begin declare variant match(device = {arch(amdgcn)})
/freebsd-current/bin/ln/tests/
H A Dln_test.sh222 atf_check -s exit:1 -e match:"usage: link" \
224 atf_check -s exit:1 -e match:"No such file" \
226 atf_check -s exit:1 -e match:"No such file" \
228 atf_check -s exit:1 -e match:"usage: link" \
252 atf_check -s exit:1 -e match:"bar.*exists" \
255 atf_check -s exit:1 -e match:"baz.*exists" \
265 atf_check -s exit:1 -e match:"foo.*directory" \
268 atf_check -s exit:1 -e match:"bar.*directory" \
/freebsd-current/contrib/netbsd-tests/net/ndp/
H A Dt_ndp.sh129 atf_check -s exit:0 -o match:'permanent' rump.ndp -n $IP6SRC
131 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n $IP6DST
138 atf_check -s exit:0 -o match:'permanent' rump.ndp -n $IP6SRC
140 atf_check -s exit:0 -o match:'(1d0h0m|23h59m)' rump.ndp -n $IP6DST
164 atf_check -s exit:0 -o match:"$IP6SRC" rump.ndp -d $IP6SRC
170 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::10
171 atf_check -s exit:0 -o match:'deleted' rump.ndp -d fc00::10
191 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n $IP6DST
192 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::11
193 atf_check -s exit:0 -o match
[all...]
/freebsd-current/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" \
257 atf_check -s not-exit:0 -e match:"No route to host" \
260 atf_check -s exit:0 -o match:"0.0% packet loss" \
273 atf_check -s ignore -o not-match:"${src_if1_lladdr}" -e ignore \
285 atf_check -s exit:0 -o match:"add net default:" \
293 atf_check -s exit:0 -o match
[all...]
/freebsd-current/contrib/netbsd-tests/net/if_tun/
H A Dt_tun.sh81 atf_check -s exit:0 -o match:" $flags " -e ignore -x \
83 atf_check -s exit:0 -o match:" $gw " -e ignore -x \
85 atf_check -s exit:0 -o match:" $iface" -e ignore -x \
113 -o match:"inet ${IP_LOCAL}/32 -> ${IP_REMOTE}" rump.ifconfig tun0
121 -o match:"inet ${IP_REMOTE}/32 -> ${IP_LOCAL}" rump.ifconfig tun0

Completed in 214 milliseconds

1234567891011>>