Home
last modified time | relevance | path

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

/linux-3.4.99/tools/power/cpupower/utils/helpers/
Dbitmask.c104 static const char *nexttoken(const char *q, int sep) in nexttoken() function
198 while (p = q, q = nexttoken(q, ','), p) { in bitmask_parselist()
211 c1 = nexttoken(p, '-'); in bitmask_parselist()
212 c2 = nexttoken(p, ','); in bitmask_parselist()
217 c1 = nexttoken(c1, ':'); in bitmask_parselist()