Searched refs:nexttoken (Results 1 – 2 of 2) 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()
169 static atomic_t nexttoken = ATOMIC_INIT(0); in smc_lgr_register_conn() local184 conn->alert_token_local = atomic_inc_return(&nexttoken); in smc_lgr_register_conn()