Home
last modified time | relevance | path

Searched refs:lsx_option_arg_required (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c2149 {"add-comment" , lsx_option_arg_required, NULL, 0},
2150 {"buffer" , lsx_option_arg_required, NULL, 0},
2151 {"combine" , lsx_option_arg_required, NULL, 0},
2152 {"comment-file" , lsx_option_arg_required, NULL, 0},
2153 {"comment" , lsx_option_arg_required, NULL, 0},
2154 {"endian" , lsx_option_arg_required, NULL, 0},
2155 {"input-buffer" , lsx_option_arg_required, NULL, 0},
2157 {"help-effect" , lsx_option_arg_required, NULL, 0},
2158 {"help-format" , lsx_option_arg_required, NULL, 0},
2160 {"plot" , lsx_option_arg_required, NULL, 0},
[all …]
H A Dgetopt.c193 else if (pMatch->has_arg == lsx_option_arg_required) in lsx_getopt()
H A Dsox.h2511 lsx_option_arg_required, /**< Option requires an argument. */ enumerator