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

/freebsd-13-stable/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-13-stable/contrib/libarchive/cat/
H A Dcmdline.c118 const struct bsdcat_option *popt, *match = NULL, *match2 = NULL; local
232 match2 = match; /* Record up to two matches. */
236 match2 = NULL; /* Forget the others. */
249 if (match2 != NULL) {
252 long_prefix, bsdcat->getopt_word, match->name, match2->name);
/freebsd-13-stable/contrib/libarchive/cpio/
H A Dcmdline.c116 const struct option *popt, *match = NULL, *match2 = NULL; local
227 match2 = match; /* Record up to two matches. */
231 match2 = NULL; /* Forget the others. */
244 if (match2 != NULL) {
247 long_prefix, opt_word, match->name, match2->name);
/freebsd-13-stable/contrib/libarchive/tar/
H A Dcmdline.c218 const struct bsdtar_option *popt, *match = NULL, *match2 = NULL; local
366 match2 = match; /* Record up to two matches. */
370 match2 = NULL; /* Forget the others. */
383 if (match2 != NULL) {
386 long_prefix, bsdtar->getopt_word, match->name, match2->name);

Completed in 103 milliseconds