Searched refs:match (Results 101 - 125 of 3319) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mach-o/
H A Dlcomm-1.d3 # match for 32 and 64 bits.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
H A Dunwinders.py87 if name_re.match(unwinder.name):
93 if locus_re.match("global"):
96 if locus_re.match("progspace"):
101 if locus_re.match(objfile.filename):
107 """Enable/disable unwinders whose names match given regex.
119 if name_re.match(unwinder.name):
129 if locus_re.match("global"):
131 if locus_re.match("progspace"):
135 if locus_re.match(objfile.filename):
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
H A Dunwinders.py88 if name_re.match(unwinder.name):
96 if locus_re.match("global"):
98 if locus_re.match("progspace"):
104 if locus_re.match(objfile.filename):
111 """Enable/disable unwinders whose names match given regex.
123 if name_re.match(unwinder.name):
133 if locus_re.match("global"):
135 if locus_re.match("progspace"):
140 if locus_re.match(objfile.filename):
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
H A Dbreak.exp33 gdb_assert {![string match "No Source Available" $text]} \
/netbsd-current/external/bsd/nvi/dist/common/
H A Dsearch.c154 regmatch_t match[1]; local
176 * column, so that we search a minimal distance and still match
238 match[0].rm_so = coff;
239 match[0].rm_eo = len;
246 eval = regexec(&sp->re_c, l, 1, match,
247 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
264 match[0].rm_so, match[0].rm_eo);
267 rm->cno = match[0].rm_so;
299 regmatch_t match[ local
[all...]
/netbsd-current/external/bsd/tcpdump/dist/missing/
H A Dgetopt_long.c206 * Returns -1 if short_too is set and the option does not match long_options.
217 int i, match, exact_match, second_partial_match; local
236 match = -1;
256 /* exact match */
257 match = i;
263 * a partial match of a single character.
268 if (match == -1) /* first partial match */
269 match = i;
272 long_options[match]
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dar.exp94 if ![string match "first" $string] {
103 if ![string match "" $got] {
113 if ![string match "$n1*$n2" $got] {
125 if ![string match "" $exec_output] {
133 if ![string match "" $exec_output] {
214 if ![string match "" $got] {
220 if { ![string match "*text_symbol in bintest.${obj}*" $got] \
221 || ![string match "*data_symbol in bintest.${obj}*" $got] \
222 || ![string match "*common_symbol in bintest.${obj}*" $got] \
223 || [string match "*static_text_symbo
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcheck-internal-format-escaping.py99 for match in re.finditer(r'\S+', msgid):
100 part = match.group()
101 if not outside_quotes(match):
119 for match in re.finditer("[^%]'", msgid):
120 if outside_quotes(match):
130 for match in re.finditer("(.?[a-zA-Z0-9])%<", msgid):
131 if match.group(1) != '%s':
146 for match in re.finditer("_", msgid):
147 if outside_quotes(match):
191 match
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcheck-internal-format-escaping.py99 for match in re.finditer(r'\S+', msgid):
100 part = match.group()
101 if not outside_quotes(match):
119 for match in re.finditer("[^%]'", msgid):
120 if outside_quotes(match):
130 for match in re.finditer('(.?[a-zA-Z0-9])%<', msgid):
131 if match.group(1) != '%s':
146 for match in re.finditer('_', msgid):
147 if outside_quotes(match):
191 match
[all...]
/netbsd-current/sys/external/bsd/sljit/dist/regex_src/
H A DregexMain.c57 struct regex_match* match; local
76 match = regex_begin_match(machine);
77 if (!match) {
87 regex_continue_match_debug(match, string, ptr - string);
89 begin = regex_get_result(match, &end, &id);
92 regex_free_match(match);
112 struct regex_match* match; local
158 match = regex_begin_match(machine);
160 if (!match) {
167 regex_continue_match_debug(match, tes
[all...]
/netbsd-current/external/gpl2/groff/dist/src/libs/libbib/
H A Dlinear.cpp210 const char *match, int matchlen,
213 *cont = match + 1;
217 && map[uchar(match[matchlen])] != '\0')
220 // The character before the match must not be an alphanumeric
227 switch (match - buf) {
231 if (match[-1] == '%' || map[uchar(match[-1])] != '\0')
235 if (map[uchar(match[-1])] != '\0' && match[-2] != '%')
237 if (match[
209 check_match(const char *buf, const char *bufend, const char *match, int matchlen, const char **cont, const char **start) const argument
[all...]
/netbsd-current/external/bsd/atf/dist/atf-sh/
H A Datf-check_test.sh140 atf_fail "not-signal:kill did not match kill -1"
233 atf_set "descr" "Tests for the -o option using the 'match:' argument"
237 h_pass "printf no-newline" -o "match:^no-newline"
238 h_pass "echo line1; echo foo bar" -o "match:^foo"
239 h_pass "echo foo bar" -o "match:o b"
240 h_fail "echo foo bar" -o "match:baz"
241 h_fail "echo foo bar" -o "match:^bar"
253 cmp -s out exp || atf_fail "Saved output does not match expected results"
263 h_pass "echo foo bar" -o match:foo -o match
[all...]
/netbsd-current/external/bsd/file/dist/src/
H A Dgetopt_long.c385 int i, ambiguous, match; local
388 match = -1;
422 /* exact match */
423 match = i;
427 if (match == -1) /* partial match */
428 match = i;
429 else if (!IDENTICAL_INTERPRETATION(i, match))
440 if (match != -1) { /* option found */
441 if (long_options[match]
[all...]
/netbsd-current/lib/libc/stdlib/
H A Dgetopt_long.c360 int i, ambiguous, match; local
363 match = -1;
397 /* exact match */
398 match = i;
402 if (match == -1) /* partial match */
403 match = i;
404 else if (!IDENTICAL_INTERPRETATION(i, match))
415 if (match != -1) { /* option found */
416 if (long_options[match]
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DGlobMatcher.h16 * \brief This class uses glob pattern matching to match strings.
48 virtual bool match(const std::string & testValue);
51 std::string m_pattern; //!< The glob pattern to match against.
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_config.cpp79 const config::properties_map::const_iterator match = local
81 if (match == properties.end()) {
85 ui->out(F("%s = %s") % (*match).first % (*match).second);
/netbsd-current/external/bsd/pcc/dist/pcc/os/android/
H A Dccconfig.h58 if (match(argp, "-no-canonical-prefixes")) { \
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dallinsn.exp27 if { $has_cpp == 0 && [string match "*.S" $src] } {
31 if { $has_cc == 0 && [string match "*.c" $src] } {
/netbsd-current/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 \
/netbsd-current/tests/net/ndp/
H A Dt_dad.sh102 atf_check -s exit:0 -o match:"$localip1" \
103 -o not-match:"$localip1.+$tentative" \
116 atf_check -s exit:0 -o match:"$pkt" cat ./out
120 atf_check -s exit:0 -o not-match:"$pkt" cat ./out
130 atf_check -s exit:0 -o match:"$localip2" \
131 -o not-match:"$localip2.+$tentative" \
149 atf_check -s exit:0 -o match:"$pkt" cat ./out
159 atf_check -s exit:0 -o match:"$localip3" \
160 -o not-match:"$localip3.+$tentative" \
181 atf_check -s exit:0 -o match
[all...]
/netbsd-current/usr.sbin/faithd/
H A Dprefix.h42 struct prefix match; member in struct:config
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dcompilation.py88 elif re.match(r'^-(l|L|Wl,).+', arg):
94 elif re.match(r'^[^-].+', arg) and classify_source(arg):
132 Returns 'c' or 'c++' when it match. None otherwise. """
138 if any(pattern.match(executable) for pattern in COMPILER_PATTERNS):
139 return 'c++' if cplusplus.match(executable) else 'c'
/netbsd-current/external/apache2/llvm/dist/llvm/utils/vim/syntax/
H A Dmir.vim12 syn case match
29 syn match mirSpecialComment /#\s*PR\d*\s*$/
30 syn match mirSpecialComment /#\s*REQUIRES:.*$/
31 syn match mirSpecialComment /#\s*RUN:.*$/
32 syn match mirSpecialComment /#\s*ALLOW_RETRIES:.*$/
33 syn match mirSpecialComment /#\s*CHECK:.*$/
34 syn match mirSpecialComment "\v#\s*CHECK-(NEXT|NOT|DAG|SAME|LABEL):.*$"
35 syn match mirSpecialComment /#\s*XFAIL:.*$/
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Dinet.h64 struct iaddrmatch match; member in struct:iaddrmatchlist
/netbsd-current/tests/usr.bin/mixerctl/
H A Dt_mixerctl.sh80 atf_check -s exit:0 -e ignore -o match:"^${var}=" \
96 atf_check -s exit:0 -o match:"${varname}" -e ignore \
99 atf_check -s exit:0 -o not-match:"${varname}" -e ignore \
110 atf_check -s not-exit:0 -o ignore -e match:"No such file" \

Completed in 329 milliseconds

1234567891011>>