Searched refs:nexttoken (Results 1 – 1 of 1) sorted by relevance
105 static const char *nexttoken(const char *q, int sep) in nexttoken() function199 while (p = q, q = nexttoken(q, ','), p) { in bitmask_parselist()212 c1 = nexttoken(p, '-'); in bitmask_parselist()213 c2 = nexttoken(p, ','); in bitmask_parselist()218 c1 = nexttoken(c1, ':'); in bitmask_parselist()