Searched refs:option_options (Results 1 – 4 of 4) sorted by relevance
47 const char *option_options; /* --options */ member
640 if (bsdtar->option_options != NULL) { in main()643 bsdtar->option_options); in main()645 bsdtar->option_options = bsdtar->argument; in main()
190 if (ARCHIVE_OK != archive_read_set_options(a, bsdtar->option_options)) in read_archive()
149 if (ARCHIVE_OK != archive_write_set_options(a, bsdtar->option_options)) in set_writer_options()