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.c57 int ppm_count_char(char *, char);
460 if ((wccnt = ppm_count_char(path, '*')) > 2)
969 ppm_count_char(char *s, char c) function
1105 count = ppm_count_char(line, '=');
1106 ASSERT((count - ppm_count_char(line, ' ')) == 1);

Completed in 45 milliseconds