HomeSort by relevance Sort by last modified time
    Searched refs:syntaxerr (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
syn.c 48 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);
95 syntaxerr(NULL);
116 syntaxerr(NULL);
298 syntaxerr(NULL);
374 syntaxerr(NULL);
446 syntaxerr(NULL);
512 syntaxerr(NULL);
527 syntaxerr(NULL)
778 syntaxerr(const char *what) function
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 775 if (any == 0 || j > 255) goto syntaxerr;
777 if (i <= 2 && c != '.') goto syntaxerr;
782 if (c != ':') goto syntaxerr;
790 if (j > 65535) goto syntaxerr;
792 if (any == 0 || c != 0) goto syntaxerr;
793 if (j < 1024) goto syntaxerr;
797 syntaxerr:

Completed in 59 milliseconds