Home
last modified time | relevance | path

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

/PHP-7.2/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.2/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.2/Zend/
H A Dzend_language_parser.y1320 yystpcpy(yyres, "end of file");
1348 yystpcpy(yyres, buffer);
1368 yystpcpy(yyres, yystr);

Completed in 28 milliseconds