Home
last modified time | relevance | path

Searched refs:yystpcpy (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_parser.c935 # ifndef yystpcpy
937 # define yystpcpy stpcpy macro
944 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function
947 yystpcpy (yydest, yysrc) in yystpcpy()
1007 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/PHP-7.1/ext/json/
H A Djson_parser.tab.c843 # ifndef yystpcpy
845 # define yystpcpy stpcpy macro
850 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function
907 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/PHP-7.1/Zend/
H A Dzend_language_parser.y1315 yystpcpy(yyres, "end of file");
1343 yystpcpy(yyres, buffer);
1363 yystpcpy(yyres, yystr);

Completed in 24 milliseconds