Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c933 # ifndef yystpcpy
935 # define yystpcpy stpcpy macro
942 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function
945 yystpcpy (yydest, yysrc) in yystpcpy()
1005 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/PHP-7.3/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.3/Zend/
H A Dzend_language_parser.y1317 yystpcpy(yyres, "end of file");
1345 yystpcpy(yyres, buffer);
1365 yystpcpy(yyres, yystr);

Completed in 19 milliseconds