Searched refs:use_option (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_options.c | 41 unsigned int magic, const char *fn, option_handler use_option) in _archive_set_option() argument 59 r = use_option(a, mp, op, vp); in _archive_set_option() 102 unsigned int magic, const char *fn, option_handler use_option) in _archive_set_options() argument 134 r = use_option(a, mod, opt, val); in _archive_set_options()
|
| H A D | archive_options_private.h | 38 unsigned int magic, const char *fn, option_handler use_option); 42 unsigned int magic, const char *fn, option_handler use_option);
|