Searched refs:tok_start (Results 1 – 2 of 2) sorted by relevance
28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ argument29 ((t).start == tok_start \
4231 char *tok_start, *tok_prev; in hostapd_config_fill() local4248 tok_start = os_strchr(tok_prev, ','); in hostapd_config_fill()4249 if (tok_start) { in hostapd_config_fill()4250 domain_len = tok_start - tok_prev; in hostapd_config_fill()4254 tok_prev = ++tok_start; in hostapd_config_fill()