Home | History | Annotate | Download | only in coregrind

Lines Matching full:syntaxerr

1049       if (any == 0 || j > 255) goto syntaxerr;
1051 if (i <= 2 && c != '.') goto syntaxerr;
1056 if (c != ':') goto syntaxerr;
1064 if (j > 65535) goto syntaxerr;
1066 if (any == 0 || c != 0) goto syntaxerr;
1067 if (j < 1024) goto syntaxerr;
1071 syntaxerr: