Searched refs:lsx_find_enum_text (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | util.c | 70 lsx_enum_item const * lsx_find_enum_text(char const * text, lsx_enum_item const * enum_items, int f… in lsx_find_enum_text() function 100 lsx_enum_item const * p = lsx_find_enum_text(arg, items, sox_false); in lsx_enum_option()
|
| H A D | libsox.sym | 12 lsx_find_enum_text
|
| H A D | synth.c | 238 …lsx_enum_item const * enum_p = lsx_find_enum_text(argv[argn], synth_type, lsx_find_enum_item_case_… in getopts() 252 enum_p = lsx_find_enum_text(argv[argn], combine_type, lsx_find_enum_item_case_sensitive); in getopts() 260 if (!lsx_find_enum_text(argv[argn], synth_type, lsx_find_enum_item_case_sensitive) && in getopts()
|
| H A D | vol.c | 63 lsx_enum_item const * p = lsx_find_enum_text(type_ptr, vol_types, 0); in getopts()
|
| H A D | sox_i.h | 279 e = lsx_find_enum_text(*argv, enum_table, 0); \
|
| H A D | sox.h | 2374 lsx_find_enum_text(
|
| H A D | sox.c | 2249 lsx_enum_item const * p = lsx_find_enum_text(arg, items, 0); in enum_option()
|