Searched refs:argc2 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | gain.c | 258 int argc2 = 2; in norm_getopts() local 263 argv2[argc2++] = *argv, --argc, ++argv; in norm_getopts() 265 lsx_gain_effect_fn()->getopts(effp, argc2, argv2); in norm_getopts()
|
| H A D | sox.c | 2616 int argc2; in parse_options_and_filenames() local 2620 argv2 = strtoargv(str, &argc2); in parse_options_and_filenames() 2621 lsx_getopt_init(argc2, argv2, getoptstr, long_options, lsx_getopt_flag_opterr, 1, &optstate); in parse_options_and_filenames()
|