/external/e2fsprogs/intl/ |
plural.c | 589 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in 590 YYDEST. */ 593 yystpcpy (char *yydest, const char *yysrc) 595 yystpcpy (yydest, yysrc) 596 char *yydest; 600 register char *yyd = yydest; [all...] |
/external/libpcap/ |
grammar.c | [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_tab.cpp | 1604 char *yydest; variable [all...] |
/system/core/sh/ |
arith.c | 758 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in 759 YYDEST. */ 762 yystpcpy (char *yydest, const char *yysrc) 764 yystpcpy (yydest, yysrc) 765 char *yydest; 769 register char *yyd = yydest; [all...] |
/external/bison/data/ |
yacc.c | 775 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in 776 YYDEST. */ 778 [[char *yydest], [yydest]], [[const char *yysrc], [yysrc]])[ 780 char *yyd = yydest; [all...] |
glr.c | 654 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in 655 YYDEST. */ 657 yystpcpy (char *yydest, const char *yysrc) 659 char *yyd = yydest; [all...] |
/external/bison/src/ |
parse-gram.c | [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser.cpp | 2275 char *yydest; variable [all...] |
/external/elfutils/src/ |
ldscript.c | 852 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in 853 YYDEST. */ 856 yystpcpy (char *yydest, const char *yysrc) 858 yystpcpy (yydest, yysrc) 859 char *yydest; 863 register char *yyd = yydest; [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.c | [all...] |