Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat.c144 hi_u32 at_cmd_line_len; in at_cmd_process() local
156 at_cmd_line_len = (hi_u32)strlen(at_cmd_line) + 1; in at_cmd_process()
157 out_cmd_line = (hi_char *)hi_malloc(HI_MOD_ID_SAL_DFX, at_cmd_line_len); in at_cmd_process()
163 memset_s(out_cmd_line, at_cmd_line_len, 0, at_cmd_line_len); in at_cmd_process()
165 ret = (hi_u32)strncpy_s(out_cmd_line, at_cmd_line_len, at_cmd_line, at_cmd_line_len - 1); in at_cmd_process()
172 out_cmd_line[at_cmd_line_len - 1] = '\0'; in at_cmd_process()