Home | History | Annotate | Download | only in vendor

Lines Matching refs:matchstr

5261 	static const char matchstr[] = "processor\t:";
5273 * Count the number of occurrences of matchstr at the beginnings of
5287 if (c == matchstr[column]) {
5289 if (column == sizeof(matchstr) - 1) {