Searched refs:nextc (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/tools/power/cpupower/utils/helpers/
H A Dbitmask.c90 * the matched unsigned number. If it is 2, then 'nextc' is the first
98 static int scan_was_ok(int sret, char nextc, const char *ok_next_chars) scan_was_ok() argument
101 (sret == 2 && strchr(ok_next_chars, nextc) != NULL); scan_was_ok()
203 char nextc; /* char after sscanf %u match */ bitmask_parselist() local
206 sret = sscanf(p, "%u%c", &a, &nextc); bitmask_parselist()
207 if (!scan_was_ok(sret, nextc, ",-")) bitmask_parselist()
214 sret = sscanf(c1, "%u%c", &b, &nextc); bitmask_parselist()
215 if (!scan_was_ok(sret, nextc, ",:")) bitmask_parselist()
219 sret = sscanf(c1, "%u%c", &s, &nextc); bitmask_parselist()
220 if (!scan_was_ok(sret, nextc, ",")) bitmask_parselist()
/linux-4.4.14/kernel/trace/
H A Dtrace_events_filter.c1155 char nextc = infix_peek(ps); infix_get_op() local
1160 opstr[1] = nextc; infix_get_op()

Completed in 138 milliseconds