Lines Matching refs:strcpy
34 strcpy(buf, "test"); in bootm_test_nop()
76 strcpy(buf, CONSOLE_STR); in bootm_test_silent()
107 strcpy(buf, "something"); in bootm_test_silent()
112 strcpy(buf, CONSOLE_STR " something"); in bootm_test_silent()
127 strcpy(buf, "some${var}thing"); in bootm_test_subst()
133 strcpy(buf, "some${var}thing"); in bootm_test_subst()
139 strcpy(buf, "some${var}thing"); in bootm_test_subst()
145 strcpy(buf, "some${var}thing"); in bootm_test_subst()
151 strcpy(buf, "some${VAR}thing"); in bootm_test_subst()
156 strcpy(buf, "some${var}thing"); in bootm_test_subst()
161 strcpy(buf, "some${var}thing"); in bootm_test_subst()
171 strcpy(buf, "a${var}c"); in bootm_test_subst()
174 strcpy(buf, "a${var}c"); in bootm_test_subst()
179 strcpy(buf, "some${var}thing${bvar}else"); in bootm_test_subst()
185 strcpy(buf, "some${var}thing${bvar}else"); in bootm_test_subst()