Lines Matching refs:EOK
69 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "cd const") != EOK) { in TestParamShellCmd()
75 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "cat aaa") != EOK) { in TestParamShellCmd()
81 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "testnotcmd") != EOK) { in TestParamShellCmd()
88 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "\"ls") != EOK) { in TestParamShellCmd()
95 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), ",ls") != EOK) { in TestParamShellCmd()
101 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "$test$") != EOK) { in TestParamShellCmd()
107 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "exit") != EOK) { in TestParamShellCmd()
119 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "pwd") != EOK) { in TestParamShellCmd1()
125 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "help") != EOK) { in TestParamShellCmd1()
131 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "dump") != EOK) { in TestParamShellCmd1()
137 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "dump verbose") != EOK) { in TestParamShellCmd1()
150 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "testbbackspace") != EOK) { in TestParamShellcmdEndkey()
157 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "testbbackspace") != EOK) { in TestParamShellcmdEndkey()
166 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "testtab") != EOK) { in TestParamShellcmdEndkey()