Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h47 const char *option_options; /* --options */ member
H A Dbsdtar.c640 if (bsdtar->option_options != NULL) { in main()
643 bsdtar->option_options); in main()
645 bsdtar->option_options = bsdtar->argument; in main()
H A Dread.c190 if (ARCHIVE_OK != archive_read_set_options(a, bsdtar->option_options)) in read_archive()
H A Dwrite.c149 if (ARCHIVE_OK != archive_write_set_options(a, bsdtar->option_options)) in set_writer_options()