Home
last modified time | relevance | path

Searched refs:curtok (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/misc/
Dssfilter.y198 char *curtok; in yylex() local
225 } while ((curtok = get_token_from_line(&tokptr)) == NULL); in yylex()
227 if (strcmp(curtok, "!") == 0 || in yylex()
228 strcmp(curtok, "not") == 0) in yylex()
230 if (strcmp(curtok, "&") == 0 || in yylex()
231 strcmp(curtok, "&&") == 0 || in yylex()
232 strcmp(curtok, "and") == 0) in yylex()
234 if (strcmp(curtok, "|") == 0 || in yylex()
235 strcmp(curtok, "||") == 0 || in yylex()
236 strcmp(curtok, "or") == 0) in yylex()
[all …]
/external/curl/lib/
Dinet_pton.c156 const char *xdigits, *curtok; in inet_pton6() local
167 curtok = src; in inet_pton6()
184 curtok = src; in inet_pton6()
200 inet_pton4(curtok, tp) > 0) { in inet_pton6()
/external/tcpdump/
Dstrtoaddr.c162 const char *xdigits, *curtok; in strtoaddr6() local
173 curtok = src; in strtoaddr6()
189 curtok = src; in strtoaddr6()
206 strtoaddr(curtok, tp) > 0) { in strtoaddr6()