Searched refs:parse_percent (Results 1 – 1 of 1) sorted by relevance
180 static int parse_percent(double *pcnt, char *str) in parse_percent() function236 if (parse_percent(&pcnt, str) < 0) in percent_slash_split()268 if ((parse_percent(&start_pcnt, start_str) != 0) || in percent_dash_split()269 (parse_percent(&end_pcnt, end_str) != 0)) { in percent_dash_split()