Searched refs:matched (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-10.1-release/tools/tools/shlib-compat/
H A Dshlib-compat.py88 matched = False
91 matched = True
93 if not matched:
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_match.c683 struct match *matched; local
694 matched = NULL;
703 matched = match;
717 if (matched != NULL)
/freebsd-10.1-release/crypto/openssh/
H A Dclientloop.c2142 int i, j, matched; local
2155 matched = 0;
2158 matched = 1;
2162 if (!matched) {
/freebsd-10.1-release/sys/cam/
H A DREADME.quirks153 above, using wildcarding to be sure your device is matched. Here
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgnu-nat.c1034 struct proc *matched[num_threads + 1];
1040 memset (matched, 0, sizeof (matched));
1053 matched[i] = thread;
1072 if (matched[i])
1021 struct proc *matched[num_threads + 1]; local
H A Dremote.c4836 int matched = 0;
4858 matched = 1; /* do this section */
4883 printf_filtered ("matched.\n");
4895 if (args && !matched)
4823 int matched = 0; local
/freebsd-10.1-release/contrib/tcsh/
H A Ded.chared.c1875 int matched; local
1888 matched = (Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) ||
1892 if (matched) {
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dregengine.inc292 - dissect - figure out what matched what, no back references
301 const char *sp; /* start of string matched by it */
302 const char *stp; /* string matched by it cannot pass here */
307 const char *ssp; /* start of string matched by subsubRE */
308 const char *sep; /* end of string matched by subsubRE */
328 /* figure out what it matched */
396 break; /* failed or matched null */
433 break; /* it matched all of it */
480 - backref - figure out what matched what, figuring in back references
488 const char *sp; /* start of string matched b
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dregrename.c796 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0
1631 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0
H A Drecog.c2140 op_alt[j].matched = -1;
2186 recog_op_alt[op_alt[j].matches][j].matched = i;
2257 alternative of constraints was matched: 0 for the first alternative,
2340 allows anything which matched the pattern. */
H A Dgcc.c420 substitutes .SUFFIX for the suffixes of a matched switch's args when
478 %* substitute the variable part of a matched option. (See below.)
513 part of that switch that matched the '*'.
5867 MATCHED indicates whether the disjunction matched or not, and therefore
5874 int starred, int matched)
5909 if (matched)
5851 process_brace_body(const char *p, const char *atom, const char *end_atom, int starred, int matched) argument
/freebsd-10.1-release/contrib/ipfilter/
H A DHISTORY1072 * rdr matched all packets of a given protocol (ignored ports).
1494 matched.
1654 the loop rather than when it matched a rule.
1751 Filter keeps track of how many times each rule is matched.
1760 Added counting the number of times each rule is matched.
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clstate.c3568 int matched; local
3580 matched = 0;
3584 matched = 1;
3589 if (matched == 1)
3591 } while (matched);
/freebsd-10.1-release/sys/dev/acpica/
H A Dacpi.c1042 goto matched;
1056 matched:
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c8317 zoneid_t zoneid, int (*matched)(dtrace_probe_t *, void *), void *arg)
8333 (void) (*matched)(probe, arg);
8380 if ((*matched)(probe, arg) != DTRACE_MATCH_NEXT)
8400 if ((*matched)(probe, arg) != DTRACE_MATCH_NEXT)
9068 * consumer comes along, or whenever a retained enabling is to be matched.) If
12606 int matched = 0;
12617 matched += dtrace_probe_enable(&ep->dted_probe, enab);
12645 *nmatched = matched;
12683 * If an enabling is to be enabled without having matched probes (that is, if
14594 * is if the anonymous enabling ultimately matched anythin
[all...]
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delflink.c1999 bfd_boolean matched;
2001 matched = FALSE;
2006 matched = TRUE;
2019 else if (matched)
4788 version will be matched by the default symbol in the archive. */
1994 bfd_boolean matched; local

Completed in 406 milliseconds

123