Home
last modified time | relevance | path

Searched refs:strcpy (Results 1 – 25 of 134) sorted by relevance

123456

/AliOS-Things-master/solutions/tflite_micro_speech_demo/player/
A Dplayer.c92 strcpy(text_source, "fs:/data/mp3/welcome.mp3"); in player_play()
98 strcpy(text_source, "fs:/data/mp3/zhurenyoushenmkeyibangnin.mp3"); in player_play()
100 strcpy(text_source, "fs:/data/mp3/zhurenwozai.mp3"); in player_play()
102 strcpy(text_source, "fs:/data/mp3/eiwozai.mp3"); in player_play()
106 strcpy(text_source, "fs:/data/mp3/haodeyiweinindakai.mp3"); in player_play()
109 strcpy(text_source, "fs:/data/mp3/haodeyiweininguanbi.mp3"); in player_play()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzlog.c353 strcpy(log->end, ".lock"); in log_lock()
376 strcpy(log->end, ".lock"); in log_touch()
388 strcpy(log->end, ".lock"); in log_check()
559 strcpy(log->end, ".add"); in log_append()
577 strcpy(log->end, ".add"); in log_replace()
586 strcpy(dest, log->path); in log_replace()
828 strcpy(log->end, ".gz"); in log_open()
878 strcpy(log->id, LOGID); in gzlog_open()
888 strcpy(log->path, path); in gzlog_open()
1013 strcpy(log->end, ".add"); in gzlog_write()
[all …]
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dmodhttp.c248 strcpy(http_param->rec_data_buffer, "success"); in task_http_download_func()
251 strcpy(http_param->rec_data_buffer, "fail"); in task_http_download_func()
312 strcpy(http_param->rec_data_buffer, client_data.response_buf); in task_http_request_func()
313 strcpy(http_param->rec_header_buffer, client_data.header_buf); in task_http_request_func()
321 strcpy(http_param->rec_data_buffer, client_data.response_buf); in task_http_request_func()
322 strcpy(http_param->rec_header_buffer, client_data.header_buf); in task_http_request_func()
328 strcpy(req_buf, http_param->params); in task_http_request_func()
336 strcpy(http_param->rec_data_buffer, client_data.response_buf); in task_http_request_func()
337 strcpy(http_param->rec_header_buffer, client_data.header_buf); in task_http_request_func()
343 strcpy(req_buf, http_param->params); in task_http_request_func()
[all …]
A Dhttputility.c245 strcpy(param->buffer, client_data.response_buf); in task_http_request_func()
251 strcpy(req_buf, in task_http_request_func()
264 strcpy(param->buffer, client_data.response_buf); in task_http_request_func()
275 strcpy(param->buffer, client_data.response_buf); in task_http_request_func()
282 strcpy(param->buffer, client_data.response_buf); in task_http_request_func()
/AliOS-Things-master/solutions/kws_demo/
A Dkws.c86 strcpy(text_source, "fs:/data/mp3/haas_intro.mp3"); in play_local_mp3()
88 strcpy(text_source, "fs:/data/mp3/haasxiaozhushou.mp3"); in play_local_mp3()
90 strcpy(text_source, "fs:/data/mp3/zhurenwozai.mp3"); in play_local_mp3()
92 strcpy(text_source, "fs:/data/mp3/eiwozai.mp3"); in play_local_mp3()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/kws/
A Dkws.c92 strcpy(text_source, "fs:/data/mp3/haas_intro.mp3"); in play_local_mp3()
94 strcpy(text_source, "fs:/data/mp3/haasxiaozhushou.mp3"); in play_local_mp3()
96 strcpy(text_source, "fs:/data/mp3/zhurenwozai.mp3"); in play_local_mp3()
98 strcpy(text_source, "fs:/data/mp3/eiwozai.mp3"); in play_local_mp3()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/
A DVisualPng.c111 strcpy (szCmdFileName, szCmdLine); in WinMain()
113 strcpy (szCmdFileName, ""); in WinMain()
183 strcpy (szImgPathName, ""); in WndProc()
189 strcpy (szImgPathName, szCmdFileName); in WndProc()
538 strcpy (szImgPathName, pstrPathName); in BuildPngList()
539 strcpy (szImgFileName, strrchr (pstrPathName, '\\') + 1); in BuildPngList()
541 strcpy (szImgFindName, szImgPathName); in BuildPngList()
572 strcpy (*ppFileList + ii, szImgPathName); in BuildPngList()
595 strcpy (szTmp, *ppFileList + jj); in BuildPngList()
596 strcpy (*ppFileList + jj, *ppFileList + ii); in BuildPngList()
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/
A Dmodule_http.c223 strcpy(param->buffer, "http download success"); in http_download_func()
309 strcpy(param->buffer, client_data.response_buf); in task_http_request_func()
310 strcpy(param->header_buffer, client_data.header_buf); in task_http_request_func()
319 strcpy(client_data.header_buf, param->params); in task_http_request_func()
328 strcpy(param->buffer, client_data.response_buf); in task_http_request_func()
345 strcpy(param->buffer, client_data.response_buf); in task_http_request_func()
407 strcpy(http_param->url, url_c); in native_http_get_param()
463 strcpy(http_param->http_header[i].name, name); in native_http_get_param()
468 strcpy(http_param->http_header[i].data, data); in native_http_get_param()
489 strcpy(http_param->params, params_str); in native_http_get_param()
[all …]
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_client.c81 strcpy(buf, ",\"accessKeys\":["); in fillAccessKey()
415 strcpy(authParam->productKey, ctl_item->productKey); in do_auth()
418 strcpy(authParam->deviceName, ctl_item->deviceName); in do_auth()
421 strcpy(authParam->accessToken, ctl_item->accessToken); in do_auth()
485 strcpy(authParam->productKey, devKey->pk); in alcs_auth_nego_key()
487 strcpy(authParam->deviceName, devKey->dn); in alcs_auth_nego_key()
515 strcpy(item->accessKey, accesskey); in alcs_add_client_key()
516 strcpy(item->accessToken, accesstoken); in alcs_add_client_key()
520 strcpy(item->deviceName, deviceName); in alcs_add_client_key()
A Dalcs_api.c667 strcpy(item->accessKey, accesskey); in alcs_add_ctl_group()
668 strcpy(item->accessToken, accesstoken); in alcs_add_ctl_group()
669 strcpy(item->id, groupid); in alcs_add_ctl_group()
727 strcpy(item->keyInfo.secret, secret); in alcs_add_svr_group()
728 strcpy(item->id, groupid); in alcs_add_svr_group()
/AliOS-Things-master/components/ucloud_ai/src/
A Ducloud_ai_common.c29 strcpy(g_oss_bucket, bucket); in ucloud_ai_set_oss_bucket()
41 strcpy(g_oss_endpoint, endpoint); in ucloud_ai_set_oss_endpoint()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A Dzfstream.cc146 strcpy(c_mode, "w"); in open_mode()
148 strcpy(c_mode, "a"); in open_mode()
150 strcpy(c_mode, "w"); in open_mode()
152 strcpy(c_mode, "r"); in open_mode()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dbluetooth.h1276 strcpy(type, "public"); in bt_addr_le_to_str()
1279 strcpy(type, "random"); in bt_addr_le_to_str()
1282 strcpy(type, "public-id"); in bt_addr_le_to_str()
1285 strcpy(type, "random-id"); in bt_addr_le_to_str()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dplatform_stdlib_rtl8721d.h39 #undef strcpy
70 #define strcpy _strcpy macro
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c243 strcpy(param->buffer,client_data.response_buf); in task_http_request_func()
248strcpy(req_buf, "tab_index=0&count=3&group_id=6914830518563373582&item_id=6914830518563373581&aid=… in task_http_request_func()
255 strcpy(param->buffer,client_data.response_buf); in task_http_request_func()
264 strcpy(param->buffer,client_data.response_buf); in task_http_request_func()
270 strcpy(param->buffer,client_data.response_buf); in task_http_request_func()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dexample.c98 strcpy((char*)uncompr, "garbage");
149 strcpy((char*)uncompr, "garbage");
245 strcpy((char*)uncompr, "garbage");
341 strcpy((char*)uncompr, "garbage");
420 strcpy((char*)uncompr, "garbage");
501 strcpy((char*)uncompr, "garbage");
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dminiunz.c89 strcpy(buffer, newdir);
244 strcpy(absolute_path_name, direct_name); in do_extract_currentfile()
265 strcpy(write_filename, direct_name); in do_extract_currentfile()
A Dexample.c-bak69 strcpy((char*)uncompr, "garbage");
120 strcpy((char*)uncompr, "garbage");
214 strcpy((char*)uncompr, "garbage");
310 strcpy((char*)uncompr, "garbage");
389 strcpy((char*)uncompr, "garbage");
470 strcpy((char*)uncompr, "garbage");
/AliOS-Things-master/components/freetype/include/config/
A Dftstdlib.h86 #define ft_strcpy strcpy
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/builtin/
A Dmodule_builtin.c57 strcpy(json_data + strlen(GLOBAL_APPCONFIG_STRING_1) + len, GLOBAL_APPCONFIG_STRING_2); in native_add_global_appconfig()
/AliOS-Things-master/components/py_engine/modules/ucloud_ai/
A Dmoducloud_ai.c41 strcpy(buffer, response); in obj_get_token_id()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c2130 strcpy (export_ext, ".tiff"); in update_output_file()
3934 strcpy (action, "Flush"); in combineSeparateSamples16bits()
3940 strcpy (action, "Update"); in combineSeparateSamples16bits()
4046 strcpy (action, "Flush"); in combineSeparateSamples24bits()
4183 strcpy (action, "Flush"); in combineSeparateSamples32bits()
4189 strcpy (action, "Update"); in combineSeparateSamples32bits()
4458 strcpy (action, "Flush"); in combineSeparateTileSamples16bits()
4570 strcpy (action, "Flush"); in combineSeparateTileSamples24bits()
4708 strcpy (action, "Flush"); in combineSeparateTileSamples32bits()
4714 strcpy (action, "Update"); in combineSeparateTileSamples32bits()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_extension.c107 strcpy(psLink->name, name); in TIFFSetClientInfo()
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_platform_log.h128 #define VL53L0_COPYSTRING(str, ...) strcpy(str, ##__VA_ARGS__)
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata.c202 strcpy(targetfile, "fsdata.c"); in main()
211 strcpy(path, "fs"); in main()
664 strcpy(new_name, qualifiedName); in fix_filename_for_c()
686 strcpy(qualifiedName, new_name); in fix_filename_for_c()
732 strcpy(varname, qualifiedName); in process_file()
796 strcpy(lastFileVar, varname); in process_file()
922 strcpy(modbuf, "Last-Modified: "); in file_write_http_header()

Completed in 51 milliseconds

123456