Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/lib/com_err/
HDparse.c979 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
982 char yyformat[sizeof yyunexpected in yysyntax_error()
998 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1007 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/freebsd-head/crypto/heimdal/lib/sl/
HDslc-gram.c953 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
956 char yyformat[sizeof yyunexpected in yysyntax_error()
972 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
981 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/freebsd-head/crypto/heimdal/lib/asn1/
HDasn1parse.c1371 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1374 char yyformat[sizeof yyunexpected in yysyntax_error()
1390 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1399 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/freebsd-head/crypto/heimdal/appl/ftp/ftpd/
HDftpcmd.c1364 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1367 char yyformat[sizeof yyunexpected in yysyntax_error()
1383 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1392 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()