Searched refs:StrCopy (Results 1 – 1 of 1) sorted by relevance
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/ |
| A D | fsl_shell.c | 72 static char *StrCopy(char *dest, const char *src, int32_t count); /*!< string copy */ 397 StrCopy(context->hist_buf[i], context->hist_buf[i - 1], tmpLen); in ProcessCommand() 401 StrCopy(context->hist_buf[0], cmd, tmpLen); in ProcessCommand() 445 StrCopy(context->line, context->hist_buf[hist_pos], context->l_pos); in GetHistoryCommand() 501 StrCopy(context->line, namePtr, minLen); in AutoComplete() 507 static char *StrCopy(char *dest, const char *src, int32_t count) in StrCopy() function 552 StrCopy(g_paramBuffer, cmd, len); in ParseLine()
|
Completed in 3 milliseconds