Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h185 int bsdtar_getopt(struct bsdtar *);
H A Dcmdline.c200 bsdtar_getopt(struct bsdtar *bsdtar) in bsdtar_getopt() function
H A Dbsdtar.c281 while ((opt = bsdtar_getopt(bsdtar)) != -1) { in main()