| test.c | 71 required_option, enumerator in enum:__anon8929 102 {'c', "the cache directory", required_option, &g_cache}, 103 {'o', "write the results here", required_option, &g_output}, 104 {'z', "zstd cli tool", required_option, &g_zstdcli}, 118 case required_option: 188 if (long_extras[i].opt_type != required_option)
|