HomeSort by: relevance | last modified time | path
    Searched refs:match2 (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/libarchive/dist/cat/
cmdline.c 99 const struct bsdcat_option *popt, *match, *match2; local
107 match2 = NULL;
219 match2 = match; /* Record up to two matches. */
223 match2 = NULL; /* Forget the others. */
236 if (match2 != NULL) {
239 long_prefix, bsdcat->getopt_word, match->name, match2->name);
  /src/external/bsd/libarchive/dist/tar/
cmdline.c 205 const struct bsdtar_option *popt, *match, *match2; local
213 match2 = NULL;
359 match2 = match; /* Record up to two matches. */
363 match2 = NULL; /* Forget the others. */
376 if (match2 != NULL) {
379 long_prefix, bsdtar->getopt_word, match->name, match2->name);
  /src/external/bsd/libarchive/dist/cpio/
cmdline.c 101 const struct option *popt, *match, *match2; local
109 match2 = NULL;
218 match2 = match; /* Record up to two matches. */
222 match2 = NULL; /* Forget the others. */
235 if (match2 != NULL) {
238 long_prefix, opt_word, match->name, match2->name);
  /src/external/gpl2/texinfo/dist/util/
gdoc 293 $match2 = shift;
299 $output =~ s,\$2,$match2,g;
305 # print "pattern $pattern matched 1=$match1 2=$match2 3=$match3 4=$match4 r
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias.cc 1030 /* MATCH1 and MATCH2 which are part of access path of REF1 and REF2
1043 tree match2, tree ref2,
1052 get_ref_base_and_extent (match2, &offadj, &sztmp, &msztmp, &reverse);
1063 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2,
1560 MATCH2 either point to the same address or are disjoint.
1561 MATCH1 and MATCH2 are assumed to be ref in the access path of REF1 and REF2
1575 MATCH2)
1584 tree match2, tree ref2,
1596 || match2 == ref2 || !handled_component_p (ref2))
1616 while (handled_component_p (ref2) && ref2 != match2)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-alias.cc 1017 /* MATCH1 and MATCH2 which are part of access path of REF1 and REF2
1030 tree match2, tree ref2,
1039 get_ref_base_and_extent (match2, &offadj, &sztmp, &msztmp, &reverse);
1050 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2,
1547 MATCH2 either point to the same address or are disjoint.
1548 MATCH1 and MATCH2 are assumed to be ref in the access path of REF1 and REF2
1562 MATCH2)
1571 tree match2, tree ref2,
1583 || match2 == ref2 || !handled_component_p (ref2))
1603 while (handled_component_p (ref2) && ref2 != match2)
    [all...]
  /src/usr.sbin/acpitools/aml/
aml_parse.c 1278 int match1, match2, i, pkgval, start; local
1878 match2 = *env->dp;
1897 MATCHOP(match2, pkgval, num2)) {
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dtemplate.d 4618 MATCH match2 = e.implicitConvTo(pt);
4620 if (match1 > MATCH.nomatch && match2 > MATCH.nomatch)
4625 match2 = MATCH.nomatch; // Prefer tt
4635 match2 = MATCH.nomatch;
4640 match2 = MATCH.nomatch;
4649 match2 = MATCH.nomatch;
4662 if (match2 > MATCH.nomatch)
4667 result = match2;
  /src/external/bsd/tre/dist/tests/agrep/
records.ok 116 any5-6: regular2-3: that1-2: match2-3:
125 any5-6: regular2-3: that1-2: match2-3:
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 8916 int match2 = operands_match_p (operands[0], operands[2]);
8960 if (short_0 && match2 && REG_H_P (operands[1]))
8988 if (!match && match2 && REG_P (operands[1]))
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 8890 int match2 = operands_match_p (operands[0], operands[2]);
8934 if (short_0 && match2 && REG_H_P (operands[1]))
8962 if (!match && match2 && REG_P (operands[1]))
8889 int match2 = operands_match_p (operands[0], operands[2]); local

Completed in 42 milliseconds