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

/freebsd-11.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-11.0-release/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-11.0-release/contrib/libarchive/tar/
H A Dcmdline.c206 const struct bsdtar_option *popt, *match = NULL, *match2 = NULL; local
354 match2 = match; /* Record up to two matches. */
358 match2 = NULL; /* Forget the others. */
371 if (match2 != NULL) {
374 long_prefix, bsdtar->getopt_word, match->name, match2->name);
/freebsd-11.0-release/contrib/libarchive/cpio/
H A Dcmdline.c115 const struct option *popt, *match = NULL, *match2 = NULL; local
226 match2 = match; /* Record up to two matches. */
230 match2 = NULL; /* Forget the others. */
243 if (match2 != NULL) {
246 long_prefix, opt_word, match->name, match2->name);

Completed in 143 milliseconds