Searched refs:yystpcpy (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.c | 585 # ifndef yystpcpy 587 # define yystpcpy stpcpy macro 593 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 595 yystpcpy (yydest, yysrc) in yystpcpy() 1152 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse() 1153 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]); in yyparse() 1164 yyp = yystpcpy (yyp, yyq); in yyparse() 1165 yyp = yystpcpy (yyp, yytname[yyx]); in yyparse()
|
/external/elfutils/src/ |
D | ldscript.c | 847 # ifndef yystpcpy 849 # define yystpcpy stpcpy macro 855 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 857 yystpcpy (yydest, yysrc) in yystpcpy() 1724 char *yyp = yystpcpy (yymsg, "syntax error, unexpected "); 1725 yyp = yystpcpy (yyp, yytname[yytype]); 1733 yyp = yystpcpy (yyp, yyprefix); 1734 yyp = yystpcpy (yyp, yytname[yyx]);
|
/external/bison/src/ |
D | parse-gram.c | 1210 # ifndef yystpcpy 1212 # define yystpcpy stpcpy macro 1219 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1222 yystpcpy (yydest, yysrc) in yystpcpy() 1282 return yystpcpy (yyres, yystr) - yyres; in yytnamerr() 1341 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error() 1357 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
|
/external/bison/data/ |
D | yacc.c | 770 # ifndef yystpcpy 772 # define yystpcpy stpcpy 776 ]b4_c_function_def([yystpcpy], [static char *], 834 return yystpcpy (yyres, yystr) - yyres; 893 yyfmt = yystpcpy (yyformat, yyunexpected); 909 yyfmt = yystpcpy (yyfmt, yyprefix);
|
D | glr.c | 649 # ifndef yystpcpy 651 # define yystpcpy stpcpy 656 yystpcpy (char *yydest, const char *yysrc) 713 return yystpcpy (yyres, yystr) - yyres; 2118 yyfmt = yystpcpy (yyformat, yyunexpected); 2134 yyfmt = yystpcpy (yyfmt, yyprefix);
|
/external/libpcap/ |
D | grammar.c | 1352 # ifndef yystpcpy 1354 # define yystpcpy stpcpy macro 1360 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1362 yystpcpy (yydest, yysrc) in yystpcpy() 1422 return yystpcpy (yyres, yystr) - yyres; in yytnamerr() 2792 yyfmt = yystpcpy (yyformat, yyunexpected); 2808 yyfmt = yystpcpy (yyfmt, yyprefix);
|
/external/bison/ |
D | ChangeLog | 878 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather 2500 (yystpcpy): New function, taken from yacc.c. 2918 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register" 12052 (yystpcpy): Use prototype if __STDC__ is defined, not just 12104 (yystrlen, yystpcpy): New functions. 12109 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
|