Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/cat/
H A Dcmdline.c118 const struct bsdcat_option *popt, *match = NULL, *match2 = NULL; in bsdcat_getopt() local
232 match2 = match; /* Record up to two matches. */ in bsdcat_getopt()
236 match2 = NULL; /* Forget the others. */ in bsdcat_getopt()
249 if (match2 != NULL) { in bsdcat_getopt()
252 long_prefix, bsdcat->getopt_word, match->name, match2->name); in bsdcat_getopt()
/dragonfly/contrib/libarchive/cpio/
H A Dcmdline.c118 const struct option *popt, *match = NULL, *match2 = NULL; in cpio_getopt() local
229 match2 = match; /* Record up to two matches. */ in cpio_getopt()
233 match2 = NULL; /* Forget the others. */ in cpio_getopt()
246 if (match2 != NULL) { in cpio_getopt()
249 long_prefix, opt_word, match->name, match2->name); in cpio_getopt()
/dragonfly/contrib/libarchive/tar/
H A Dcmdline.c220 const struct bsdtar_option *popt, *match = NULL, *match2 = NULL; in bsdtar_getopt() local
368 match2 = match; /* Record up to two matches. */ in bsdtar_getopt()
372 match2 = NULL; /* Forget the others. */ in bsdtar_getopt()
385 if (match2 != NULL) { in bsdtar_getopt()
388 long_prefix, bsdtar->getopt_word, match->name, match2->name); in bsdtar_getopt()