Home
last modified time | relevance | path

Searched refs:strncat (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/py_engine/external/amp_boot/
A Damp_boot_file_transfer.c145 strncat(path, save_path, sizeof(path) - 1); in pyamp_ymodem_installapp()
146 strncat(path, "/", sizeof(path) - 1); in pyamp_ymodem_installapp()
149 strncat(path, AMP_FS_EXT_ROOT_DIR "/", sizeof(path) - 1); in pyamp_ymodem_installapp()
151 strncat(path, AMP_FS_ROOT_DIR "/", sizeof(path) - 1); in pyamp_ymodem_installapp()
154 strncat(path, recevie_filename, sizeof(path) - 1); in pyamp_ymodem_installapp()
187 strncat(path, save_path, sizeof(path) - 1); in pyamp_ymodem_receive_open_file()
188 strncat(path, "/", sizeof(path) - 1); in pyamp_ymodem_receive_open_file()
191 strncat(path, AMP_FS_EXT_ROOT_DIR "/", sizeof(path) - 1); in pyamp_ymodem_receive_open_file()
193 strncat(path, AMP_FS_ROOT_DIR "/", sizeof(path) - 1); in pyamp_ymodem_receive_open_file()
196 strncat(path, targetname, sizeof(path) - 1); in pyamp_ymodem_receive_open_file()
/AliOS-Things-master/components/ulog/src/
A Dulog_utility.c57 strncat(buffer, ms_str, len - strlen(buffer) - 1); in ulog_format_time()
104 strncat(tmpbuf, cmd_str, cmd_str_size - strlen(ULOG_CMD_PREFIX) - 1); in ulog_man()
/AliOS-Things-master/components/mbmaster/src/adu/rtu/
A Drtu.c47 strncat(debug_buf, debug_hex, sizeof(debug_buf) - strlen(debug_buf) -1); in rtu_assemble()
76 strncat(debug_buf, debug_hex, sizeof(debug_buf) - strlen(debug_buf) -1); in rtu_disassemble()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dplatform_stdlib_rtl8721d.h47 #undef strncat
79 #define strncat _strncat macro
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_mgr.c48 strncat(test_path, transferpath, sizeof(test_path) - 1); in pyamp_check_file_path()
49 strncat(test_path, "_pathTest", sizeof(test_path) - 1); in pyamp_check_file_path()
/AliOS-Things-master/components/posix/src/
A Dtemp.c32 strncat(s, temp_name_series_buf, TEMP_PATH_MAX - strlen(s) - 1); in tmpnam()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_time.c65 strncat(buffer, msStr, len - strlen(buffer) - 1); in aos_now_time_str()
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/rom_utils/
A Dexport_fn_rom.h67 __STRNCAT strncat; member
/AliOS-Things-master/components/amp/services/app_mgr/
A Dapp_mgr.c824 strncat(path, AMP_FS_ROOT_DIR"/", sizeof(path) - 1); in app_mgr_open_file()
825 strncat(path, targetname, sizeof(path) - 1); in app_mgr_open_file()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffsplit.c83 strncat(path, TIFF_SUFFIX, path_len - strlen(path) - 1); in main()
A Dtiffcrop.c2158 strncat (exportname, filenum, 15); in update_output_file()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_server.c304 strncat(path, dn, sizeof(path) - strlen(path) - 1); in alcs_rec_auth()
630 strncat(pk_dn, dn, sizeof(pk_dn) - strlen(pk_dn) - 1); in alcs_resource_register_secure()
A Dalcs_client.c373 strncat(path, ctl_item->deviceName, sizeof(path) - strlen(path) - 1); in do_auth()
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c467 strncat(buffer, msStr, len - strlen(buffer) - 1); in aos_now_time_str()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata.c451 strncat(curSubdir, "/", freelen); in process_sub()
452 strncat(curSubdir, curName, freelen - 1); in process_sub()
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestGfxPrimitives.c188 strncat(titletext,title,256); in ClearScreen()
189 strncat(titletext," - Click to continue. Key to Quit.",256); in ClearScreen()

Completed in 39 milliseconds