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

/freebsd-10.0-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-10.0-release/contrib/libarchive/cpio/
H A Dcmdline.c112 const struct option *popt, *match = NULL, *match2 = NULL; local
223 match2 = match; /* Record up to two matches. */
227 match2 = NULL; /* Forget the others. */
240 if (match2 != NULL) {
243 long_prefix, opt_word, match->name, match2->name);
/freebsd-10.0-release/contrib/libarchive/tar/
H A Dcmdline.c200 const struct bsdtar_option *popt, *match = NULL, *match2 = NULL; local
348 match2 = match; /* Record up to two matches. */
352 match2 = NULL; /* Forget the others. */
365 if (match2 != NULL) {
368 long_prefix, bsdtar->getopt_word, match->name, match2->name);

Completed in 96 milliseconds