Home
last modified time | relevance | path

Searched refs:syntax_err (Results 1 – 2 of 2) sorted by relevance

/external/ethtool/
Drxclass.c1276 goto syntax_err; in rxclass_parse_ruleopts()
1305 goto syntax_err; in rxclass_parse_ruleopts()
1415 goto syntax_err; in rxclass_parse_ruleopts()
1454 syntax_err: in rxclass_parse_ruleopts()
/external/toybox/toys/pending/
Dsh.c311 static void syntax_err(char *s) in syntax_err() function
656 syntax_err("bad quote depth"); in parse_word()
2260 if (s) syntax_err(s); in expand_redir()
2913 if (s) syntax_err(s); in parse_line()
3248 syntax_err(s); in run_lines()
3264 if (pp->arg.c) syntax_err(*pp->arg.v); in run_lines()
3577 if (!ff) syntax_err("unexpected end of file"); in do_source()