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

/freebsd-9.3-release/contrib/libarchive/tar/
H A Dbsdtar.h69 const char *option_options; /* --options */ member in struct:bsdtar
H A Dread.c162 if (ARCHIVE_OK != archive_read_set_options(a, bsdtar->option_options))
H A Dwrite.c237 if (ARCHIVE_OK != archive_write_set_options(a, bsdtar->option_options))
331 if (ARCHIVE_OK != archive_write_set_options(a, bsdtar->option_options))
414 if (ARCHIVE_OK != archive_write_set_options(a, bsdtar->option_options))
H A Dbsdtar.c423 bsdtar->option_options = bsdtar->optarg;

Completed in 58 milliseconds