Searched refs:yystpcpy (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.tab.c | 1094 # ifndef yystpcpy 1096 # define yystpcpy stpcpy macro 1103 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1106 yystpcpy (yydest, yysrc) in yystpcpy() 1166 return yystpcpy (yyres, yystr) - yyres; in yytnamerr() 1225 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error() 1241 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
|
| H A D | zconf.tab.c_shipped | 1094 # ifndef yystpcpy 1096 # define yystpcpy stpcpy 1103 yystpcpy (char *yydest, const char *yysrc) 1106 yystpcpy (yydest, yysrc) 1166 return yystpcpy (yyres, yystr) - yyres; 1225 yyfmt = yystpcpy (yyformat, yyunexpected); 1241 yyfmt = yystpcpy (yyfmt, yyprefix);
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-parser.tab.c_shipped | 895 # ifndef yystpcpy 897 # define yystpcpy stpcpy 904 yystpcpy (char *yydest, const char *yysrc) 907 yystpcpy (yydest, yysrc) 967 return yystpcpy (yyres, yystr) - yyres; 1026 yyfmt = yystpcpy (yyformat, yyunexpected); 1042 yyfmt = yystpcpy (yyfmt, yyprefix);
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | parse.c_shipped | 1143 # ifndef yystpcpy 1145 # define yystpcpy stpcpy 1152 yystpcpy (char *yydest, const char *yysrc) 1155 yystpcpy (yydest, yysrc) 1215 return yystpcpy (yyres, yystr) - yyres; 1274 yyfmt = yystpcpy (yyformat, yyunexpected); 1290 yyfmt = yystpcpy (yyfmt, yyprefix);
|