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

/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcpio.h113 int cpio_getopt(struct cpio *cpio);
H A Dcmdline.c106 cpio_getopt(struct cpio *cpio) function
167 return cpio_getopt(cpio);
H A Dcpio.c196 while ((opt = cpio_getopt(cpio)) != -1) {
351 * cpio_getopt() handles -W specially, so it's not

Completed in 107 milliseconds