Searched refs:tok_prev (Results 1 – 1 of 1) sorted by relevance
3164 char *tok_start, *tok_prev; in hostapd_config_fill() local3173 tok_prev = pos; in hostapd_config_fill()3175 while ((tok_prev = os_strchr(tok_prev, ','))) { in hostapd_config_fill()3177 tok_prev++; in hostapd_config_fill()3179 tok_prev = pos; in hostapd_config_fill()3181 tok_start = os_strchr(tok_prev, ','); in hostapd_config_fill()3183 domain_len = tok_start - tok_prev; in hostapd_config_fill()3185 os_memcpy(domain_ptr + 1, tok_prev, domain_len); in hostapd_config_fill()3187 tok_prev = ++tok_start; in hostapd_config_fill()3189 domain_len = os_strlen(tok_prev); in hostapd_config_fill()[all …]