Home
last modified time | relevance | path

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

/minix3/external/bsd/libarchive/dist/tar/
H A Dcmdline.c182 const struct option *popt, *match = NULL, *match2 = NULL; in bsdtar_getopt() local
330 match2 = match; /* Record up to two matches. */ in bsdtar_getopt()
334 match2 = NULL; /* Forget the others. */ in bsdtar_getopt()
347 if (match2 != NULL) { in bsdtar_getopt()
350 long_prefix, opt_word, match->name, match2->name); in bsdtar_getopt()
/minix3/external/bsd/libarchive/dist/cpio/
H A Dcmdline.c106 const struct option *popt, *match = NULL, *match2 = NULL; in cpio_getopt() local
217 match2 = match; /* Record up to two matches. */ in cpio_getopt()
221 match2 = NULL; /* Forget the others. */ in cpio_getopt()
234 if (match2 != NULL) { in cpio_getopt()
237 long_prefix, opt_word, match->name, match2->name); in cpio_getopt()