Home
last modified time | relevance | path

Searched refs:ppm_count_char (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/ppm/
H A Dppm_subr.c57 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() function
1105 count = ppm_count_char(line, '='); in ppm_parse_dc()
1106 ASSERT((count - ppm_count_char(line, ' ')) == 1); in ppm_parse_dc()