Searched refs:parse_count (Results 1 – 1 of 1) sorted by relevance
82 int parse_count; in sox_silence_getopts() local129 parse_count = sscanf(argv[1], "%lf%c", &silence->start_threshold, in sox_silence_getopts()131 if (parse_count < 1) in sox_silence_getopts()133 else if (parse_count < 2) in sox_silence_getopts()170 parse_count = sscanf(argv[1], "%lf%c", &silence->stop_threshold, in sox_silence_getopts()172 if (parse_count < 1) in sox_silence_getopts()174 else if (parse_count < 2) in sox_silence_getopts()