Lines Matching refs:HAS_ARG
3959 { "f", HAS_ARG, {.func_arg = opt_format}, "force format", "format" },
3968 { "print_format", OPT_STRING | HAS_ARG, { &print_format },
3970 { "of", OPT_STRING | HAS_ARG, { &print_format }, "alias for -print_format", "format" },
3971 { "select_streams", OPT_STRING | HAS_ARG, { &stream_specifier }, "select the specified streams", "stream_specifier" },
3974 { "show_data_hash", OPT_STRING | HAS_ARG, { &show_data_hash }, "show packets data hash" },
3978 { "show_entries", HAS_ARG, {.func_arg = opt_show_entries},
3981 { "show_log", OPT_INT|HAS_ARG, { &do_show_log }, "show log" },
3993 { "show_optional_fields", HAS_ARG, { .func_arg = &opt_show_optional_fields }, "show optional fields" },
3997 { "read_intervals", HAS_ARG, {.func_arg = opt_read_intervals}, "set read intervals", "read_intervals" },
3998 { "i", HAS_ARG, {.func_arg = opt_input_file_i}, "read specified file", "input_file"},
3999 { "o", HAS_ARG, {.func_arg = opt_output_file_o}, "write to specified output", "output_file"},
4000 { "print_filename", HAS_ARG, {.func_arg = opt_print_filename}, "override the printed input filename", "print_file"},