Searched refs:halfempty_options_rv (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_write_set_options.c | 145 int halfempty_options_rv = pristine ? ARCHIVE_FAILED : ARCHIVE_OK; in write_set_options_test() local 199 should_write_set_options(a, halfempty_options_rv, ",joliet"); in write_set_options_test() 204 should_write_set_options(a, halfempty_options_rv, "joliet,"); in write_set_options_test()
|
| H A D | test_archive_read_set_options.c | 145 int halfempty_options_rv = pristine ? ARCHIVE_FAILED : ARCHIVE_OK; in read_set_options_test() local 199 should_read_set_options(a, halfempty_options_rv, ",joliet"); in read_set_options_test() 204 should_read_set_options(a, halfempty_options_rv, "joliet,"); in read_set_options_test()
|