Searched refs:match2 (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/statements/
H A Dswitch.js46 var match2 = false; variable
54 match2 = true;
64 true, match2);
72 var match2 = false; variable
86 match2 = true;
102 false, match2);
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Daddrmatch.sh28 ForceCommand match2
40 run_trial user 1.1.1.1 somehost.example.com 1.2.3.4 1234 match2 "bare IP4 address"
45 run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address"
49 run_trial user 2000::1 somehost ::2 1234 match2 "IP6 network"
/macosx-10.10.1/libarchive-30/libarchive/cpio/
H A Dcmdline.c106 const struct option *popt, *match = NULL, *match2 = NULL; local
217 match2 = match; /* Record up to two matches. */
221 match2 = NULL; /* Forget the others. */
234 if (match2 != NULL) {
237 long_prefix, opt_word, match->name, match2->name);
/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dcmdline.c183 const struct option *popt, *match = NULL, *match2 = NULL; local
331 match2 = match; /* Record up to two matches. */
335 match2 = NULL; /* Forget the others. */
348 if (match2 != NULL) {
351 long_prefix, opt_word, match->name, match2->name);
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.c569 xTYPE varM = xFUNC(tree, &masterX->xFIELD, xSTATE, &match2); \
570 if (match2 > match) \
718 int match, match2; local
762 int match, match2; local
780 int match, match2; local
1056 int match, match2; local
1139 int match, match2; local
1458 int match, match2;
1465 state, &match2);
1466 if (match2 > matc
1704 int match, match2; local
1757 int match, match2; local
1790 int match, match2; local
2089 int match, match2; local
2199 int match, match2; local
3976 int match, match2; local
4159 int match, match2; local
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A Dnsec.c359 int match1, match2; local
362 match2 = CountLabelsMatch(nxt, qname);
364 if (match1 > match2)
367 return SkipLeadingLabels(nxt, CountLabels(nxt) - match2);
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/shellicon/
H A Dshellicon.c127 xTYPE varM = xFUNC(tree, &masterX->xFIELD, xSTATE, &match2); \
128 if (match2 > match) \
487 int match, match2; local
584 int match, match2; local
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex.el1926 match1 match2 match)
1932 (setq match2 (match-data)))
1936 ((not match1) match2)
1937 ((not match2) match1)
1938 ((< (abs (- pos (car match1))) (abs (- pos (car match2)))) match1)
1939 (t match2)))
/macosx-10.10.1/ruby-106/ruby/
H A Dre.c2648 match_equal(VALUE match1, VALUE match2) argument
2651 if (match1 == match2) return Qtrue;
2652 if (!RB_TYPE_P(match2, T_MATCH)) return Qfalse;
2653 if (!rb_str_equal(RMATCH(match1)->str, RMATCH(match2)->str)) return Qfalse;
2654 if (!rb_reg_equal(RMATCH(match1)->regexp, RMATCH(match2)->regexp)) return Qfalse;
2656 regs2 = RMATCH_REGS(match2);
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzutil.c1265 MatchData match1, match2; local
1296 savematch(&match2);
1305 restorematch(&match2);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcsdetest.cpp840 const UCharsetMatch *match2 = ucsdet_detect(csd2, &status); local
841 const char *name2 = ucsdet_getName(match2, &status);
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPTLSUtil.c2148 CFStringRef match2 = CFSTR("*.testing123.org"); local
2151 const void * vlist[3] = { match1, match2, match4 };

Completed in 303 milliseconds