OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syntaxerr
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
syn.c
58
static void
syntaxerr
(const char *) MKSH_A_NORETURN;
80
#define musthave(c,cf) do { if (token(cf) != (c))
syntaxerr
(NULL); } while (/* CONSTCOND */ 0)
97
syntaxerr
(NULL);
109
syntaxerr
(NULL);
130
syntaxerr
(NULL);
341
syntaxerr
(NULL);
358
syntaxerr
(NULL);
396
syntaxerr
(NULL);
467
syntaxerr
(NULL);
535
syntaxerr
(NULL)
830
syntaxerr
(const char *what)
function
[
all
...]
/external/valgrind/main/coregrind/
m_libcfile.c
826
if (any == 0 || j > 255) goto
syntaxerr
;
828
if (i <= 2 && c != '.') goto
syntaxerr
;
833
if (c != ':') goto
syntaxerr
;
841
if (j > 65535) goto
syntaxerr
;
843
if (any == 0 || c != 0) goto
syntaxerr
;
844
if (j < 1024) goto
syntaxerr
;
848
syntaxerr
:
[
all
...]
Completed in 213 milliseconds