Searched refs:tok_start (Results 1 – 3 of 3) sorted by relevance
4715 size_t tok_start; in check_noproxy() local4736 for(tok_start = 0; tok_start < no_proxy_len; tok_start = tok_end + 1) { in check_noproxy()4737 while(tok_start < no_proxy_len && in check_noproxy()4738 strchr(separator, no_proxy[tok_start]) != NULL) { in check_noproxy()4740 ++tok_start; in check_noproxy()4743 if(tok_start == no_proxy_len) in check_noproxy()4746 for(tok_end = tok_start; tok_end < no_proxy_len && in check_noproxy()4755 if(no_proxy[tok_start] == '.') in check_noproxy()4756 ++tok_start; in check_noproxy()4758 if((tok_end - tok_start) <= namelen) { in check_noproxy()[all …]
28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ argument29 ((t).start == tok_start \
3296 char *tok_start, *tok_prev; in hostapd_config_fill() local3313 tok_start = os_strchr(tok_prev, ','); in hostapd_config_fill()3314 if (tok_start) { in hostapd_config_fill()3315 domain_len = tok_start - tok_prev; in hostapd_config_fill()3319 tok_prev = ++tok_start; in hostapd_config_fill()