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

/freebsd-9.3-release/crypto/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"
/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dcmdline.c186 const struct option *popt, *match = NULL, *match2 = NULL; local
334 match2 = match; /* Record up to two matches. */
338 match2 = NULL; /* Forget the others. */
351 if (match2 != NULL) {
354 long_prefix, opt_word, match->name, match2->name);

Completed in 56 milliseconds