Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c48 static void syntaxerr(const char *) MKSH_A_NORETURN;
69 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (0)
83 syntaxerr(NULL); in yyparse()
95 syntaxerr(NULL); in pipeline()
116 syntaxerr(NULL); in andor()
298 syntaxerr(NULL); in get_command()
374 syntaxerr(NULL); in get_command()
446 syntaxerr(NULL); in get_command()
512 syntaxerr(NULL); in dogroup()
527 syntaxerr(NULL); in thenpart()
[all …]
/external/valgrind/main/coregrind/
Dm_libcfile.c775 if (any == 0 || j > 255) goto syntaxerr; in parse_inet_addr_and_port()
777 if (i <= 2 && c != '.') goto syntaxerr; in parse_inet_addr_and_port()
782 if (c != ':') goto syntaxerr; in parse_inet_addr_and_port()
790 if (j > 65535) goto syntaxerr; in parse_inet_addr_and_port()
792 if (any == 0 || c != 0) goto syntaxerr; in parse_inet_addr_and_port()
793 if (j < 1024) goto syntaxerr; in parse_inet_addr_and_port()
797 syntaxerr: in parse_inet_addr_and_port()