Lines Matching refs:tok_prev
4231 char *tok_start, *tok_prev; in hostapd_config_fill() local
4240 tok_prev = pos; in hostapd_config_fill()
4242 while ((tok_prev = os_strchr(tok_prev, ','))) { in hostapd_config_fill()
4244 tok_prev++; in hostapd_config_fill()
4246 tok_prev = pos; in hostapd_config_fill()
4248 tok_start = os_strchr(tok_prev, ','); in hostapd_config_fill()
4250 domain_len = tok_start - tok_prev; in hostapd_config_fill()
4252 os_memcpy(domain_ptr + 1, tok_prev, domain_len); in hostapd_config_fill()
4254 tok_prev = ++tok_start; in hostapd_config_fill()
4256 domain_len = os_strlen(tok_prev); in hostapd_config_fill()
4258 os_memcpy(domain_ptr + 1, tok_prev, domain_len); in hostapd_config_fill()