Lines Matching refs:strcpy
159 strcpy(r_buf, buf); in run_cmd_to_shell_duplex()
337 strcpy(ifr.ifr_name, "wlan0"); in enter_pcba_test_mode()
431 strcpy(pcba_test_filename,recv_paras[INDEX_TEST_ITEM].valuestr); in pcba_test_item_process()
561 strcpy(result, RESULT_TESTING); in query_test_result()
660 strcpy(send_paras[INDEX_TYPE].valuestr, send_paras[INDEX_RES].name); in tcp_command_fill()
663 strcpy(send_paras[INDEX_TEST_ITEM].valuestr, recv_paras[INDEX_TEST_ITEM].valuestr); in tcp_command_fill()
666 strcpy(send_paras[INDEX_RES].valuestr, recv_paras[INDEX_CMD].valuestr); in tcp_command_fill()
669 strcpy(send_paras[INDEX_MSG].valuestr, msg); in tcp_command_fill()
672 strcpy(send_paras[INDEX_STATUS].valuestr, status); in tcp_command_fill()
675 strcpy(send_paras[INDEX_RESULT].valuestr, result); in tcp_command_fill()
679 strcpy(send_paras[INDEX_ERRCODE].valuestr, str_err_code); in tcp_command_fill()
714 strcpy(send_buf, out); in tcp_command_creat()
753 strcpy(cmd_paras->recv_paras[num].name, recv_cmd_target[num].name); in tcp_command_para_init()
757 strcpy(cmd_paras->send_paras[num].name, send_cmd_target[num].name); in tcp_command_para_init()
788 strcpy(recv_paras[num].valuestr, sub_JSON->valuestring); in tcp_command_parse()
846 strcpy(result, RESULT_TESTING); in tcp_command_process()
862 strcpy(status, NAK_STA); in tcp_command_process()
864 strcpy(status, ACK_STA); in tcp_command_process()