Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c61 int ppm_count_char(char *, char);
464 if ((wccnt = ppm_count_char(path, '*')) > 2) in ppm_parse_pattern()
967 ppm_count_char(char *s, char c) in ppm_count_char() function
1106 count = ppm_count_char(line, '='); in ppm_parse_dc()
1107 ASSERT((count - ppm_count_char(line, ' ')) == 1); in ppm_parse_dc()