Searched refs:ppm_count_char (Results 1 – 1 of 1) sorted by relevance
57 int ppm_count_char(char *, char);460 if ((wccnt = ppm_count_char(path, '*')) > 2) in ppm_parse_pattern()969 ppm_count_char(char *s, char c) in ppm_count_char() function1105 count = ppm_count_char(line, '='); in ppm_parse_dc()1106 ASSERT((count - ppm_count_char(line, ' ')) == 1); in ppm_parse_dc()