Searched refs:nexttoken (Results 1 – 1 of 1) sorted by relevance
104 static const char *nexttoken(const char *q, int sep) in nexttoken() function198 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()