Home
last modified time | relevance | path

Searched refs:yyunexpected (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/math/R/R-4.1.2/src/library/tools/src/
H A DgramLatex.y621 static char const yyunexpected[] = "syntax error, unexpected "; in yyerror() local
630 if (!strncmp(s, yyunexpected, sizeof yyunexpected -1)) { in yyerror()
633 expecting = strstr(s + sizeof yyunexpected -1, yyexpecting); in yyerror()
636 if (!strcmp(s + sizeof yyunexpected - 1, yytname_translations[i])) { in yyerror()
656 s + sizeof yyunexpected - 1); in yyerror()
660 s + sizeof yyunexpected - 1, CHAR(STRING_ELT(yylval, 0))); in yyerror()
H A DgramLatex.c2308 static char const yyunexpected[] = "syntax error, unexpected "; in yyerror() local
2317 if (!strncmp(s, yyunexpected, sizeof yyunexpected -1)) { in yyerror()
2320 expecting = strstr(s + sizeof yyunexpected -1, yyexpecting); in yyerror()
2323 if (!strcmp(s + sizeof yyunexpected - 1, yytname_translations[i])) { in yyerror()
2343 s + sizeof yyunexpected - 1); in yyerror()
2347 s + sizeof yyunexpected - 1, CHAR(STRING_ELT(yylval, 0))); in yyerror()
/dports/math/libRmath/R-4.1.1/src/library/tools/src/
H A DgramLatex.y621 static char const yyunexpected[] = "syntax error, unexpected "; in yyerror() local
630 if (!strncmp(s, yyunexpected, sizeof yyunexpected -1)) { in yyerror()
633 expecting = strstr(s + sizeof yyunexpected -1, yyexpecting); in yyerror()
636 if (!strcmp(s + sizeof yyunexpected - 1, yytname_translations[i])) { in yyerror()
656 s + sizeof yyunexpected - 1); in yyerror()
660 s + sizeof yyunexpected - 1, CHAR(STRING_ELT(yylval, 0))); in yyerror()
H A DgramLatex.c2308 static char const yyunexpected[] = "syntax error, unexpected "; in yyerror() local
2317 if (!strncmp(s, yyunexpected, sizeof yyunexpected -1)) { in yyerror()
2320 expecting = strstr(s + sizeof yyunexpected -1, yyexpecting); in yyerror()
2323 if (!strcmp(s + sizeof yyunexpected - 1, yytname_translations[i])) { in yyerror()
2343 s + sizeof yyunexpected - 1); in yyerror()
2347 s + sizeof yyunexpected - 1, CHAR(STRING_ELT(yylval, 0))); in yyerror()
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Ditbl-parse.c1624 static char const yyunexpected[] = "syntax error, unexpected %s"; local
1627 char yyformat[sizeof yyunexpected
1643 yyfmt = yystpcpy (yyformat, yyunexpected);
1652 yyformat[sizeof yyunexpected - 1] = '\0';
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Darparse.c1386 static char const yyunexpected[] = "syntax error, unexpected %s"; local
1389 char yyformat[sizeof yyunexpected
1405 yyfmt = yystpcpy (yyformat, yyunexpected);
1414 yyformat[sizeof yyunexpected - 1] = '\0';
H A Dsysinfo.c1562 static char const yyunexpected[] = "syntax error, unexpected %s"; local
1565 char yyformat[sizeof yyunexpected
1581 yyfmt = yystpcpy (yyformat, yyunexpected);
1590 yyformat[sizeof yyunexpected - 1] = '\0';
H A Ddefparse.c1569 static char const yyunexpected[] = "syntax error, unexpected %s"; local
1572 char yyformat[sizeof yyunexpected
1588 yyfmt = yystpcpy (yyformat, yyunexpected);
1597 yyformat[sizeof yyunexpected - 1] = '\0';
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/sdl/
H A Dexpr.cpp938 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
941 char yyformat[sizeof yyunexpected in yysyntax_error()
957 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
966 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Darparse.c1023 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1026 char yyformat[sizeof yyunexpected in yysyntax_error()
1042 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1051 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
H A Dsysinfo.c963 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
966 char yyformat[sizeof yyunexpected in yysyntax_error()
982 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
991 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Darparse.c1023 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1026 char yyformat[sizeof yyunexpected in yysyntax_error()
1042 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1051 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/interpreter/
H A Dsurfparse.cpp949 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
952 char yyformat[sizeof yyunexpected in yysyntax_error()
968 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
977 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/www/srg/srg-1.3.6/libconfig/
H A Dconfig.parser.c949 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
952 char yyformat[sizeof yyunexpected in yysyntax_error()
968 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
977 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Ditbl-parse.c1217 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1220 char yyformat[sizeof yyunexpected in yysyntax_error()
1236 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1245 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/
H A Dpredicate_parser.c975 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
978 char yyformat[sizeof yyunexpected in yysyntax_error()
994 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1003 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/devel/mimir/mimir-2.15/dcg/
H A Ddcg_parser.c1027 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1030 char yyformat[sizeof yyunexpected in yysyntax_error()
1046 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1055 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/audio/guidoar/guidoar-cf5681a/src/lang/parser/
H A Dglangparse.cpp981 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
984 char yyformat[sizeof yyunexpected in yysyntax_error()
1000 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1009 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/games/zoom/zoom-1.1.5/builder/
H A Dgram.c962 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
965 char yyformat[sizeof yyunexpected in yysyntax_error()
981 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
990 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Ditbl-parse.c1217 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1220 char yyformat[sizeof yyunexpected in yysyntax_error()
1236 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1245 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/devel/ossp-l2/l2-0.9.13/
H A Dl2_spec_parse.c1484 static char const yyunexpected[] = "syntax error, unexpected %s"; local
1487 char yyformat[sizeof yyunexpected
1503 yyfmt = yystpcpy (yyformat, yyunexpected);
1512 yyformat[sizeof yyunexpected - 1] = '\0';
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_spec_parse.c1484 static char const yyunexpected[] = "syntax error, unexpected %s"; local
1487 char yyformat[sizeof yyunexpected
1503 yyfmt = yystpcpy (yyformat, yyunexpected);
1512 yyformat[sizeof yyunexpected - 1] = '\0';
/dports/x11/xgc/xgc-1.0.5/
H A Dgram.c1003 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1006 char yyformat[sizeof yyunexpected in yysyntax_error()
1022 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1031 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/net/nepenthes/nepenthes-0.2.2/modules/shellcode-signatures/
H A Dsignature_parser.c1068 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1071 char yyformat[sizeof yyunexpected in yysyntax_error()
1087 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1096 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/dports/devel/gindent/indent-2.2.12/intl/
H A Dplural.c1064 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1067 char yyformat[sizeof yyunexpected in yysyntax_error()
1083 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1092 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()

123456789