Home | History | Annotate | Download | only in chromium

Lines Matching refs:matchstr

5272 	static const char matchstr[] = "processor\t:";
5284 * Count the number of occurrences of matchstr at the beginnings of
5298 if (c == matchstr[column]) {
5300 if (column == sizeof(matchstr) - 1) {