/AliOS-Things-master/components/py_engine/external/amp_boot/ |
A D | amp_boot_file_transfer.c | 145 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 D | ulog_utility.c | 57 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 D | rtu.c | 47 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 D | platform_stdlib_rtl8721d.h | 47 #undef strncat 79 #define strncat _strncat macro
|
/AliOS-Things-master/components/py_engine/external/app_mgr/ |
A D | app_mgr.c | 48 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 D | temp.c | 32 strncat(s, temp_name_series_buf, TEMP_PATH_MAX - strlen(s) - 1); in tmpnam()
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_time.c | 65 strncat(buffer, msStr, len - strlen(buffer) - 1); in aos_now_time_str()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/rom_utils/ |
A D | export_fn_rom.h | 67 __STRNCAT strncat; member
|
/AliOS-Things-master/components/amp/services/app_mgr/ |
A D | app_mgr.c | 824 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 D | tiffsplit.c | 83 strncat(path, TIFF_SUFFIX, path_len - strlen(path) - 1); in main()
|
A D | tiffcrop.c | 2158 strncat (exportname, filenum, 15); in update_output_file()
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_server.c | 304 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 D | alcs_client.c | 373 strncat(path, ctl_item->deviceName, sizeof(path) - strlen(path) - 1); in do_auth()
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_system.c | 467 strncat(buffer, msStr, len - strlen(buffer) - 1); in aos_now_time_str()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/ |
A D | makefsdata.c | 451 strncat(curSubdir, "/", freelen); in process_sub() 452 strncat(curSubdir, curName, freelen - 1); in process_sub()
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestGfxPrimitives.c | 188 strncat(titletext,title,256); in ClearScreen() 189 strncat(titletext," - Click to continue. Key to Quit.",256); in ClearScreen()
|