Lines Matching refs:buffer
70 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "cd const") != EOK) {
73 bshd->length = strlen(bshd->buffer);
76 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "cat aaa") != EOK) {
79 bshd->length = strlen(bshd->buffer);
82 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "testnotcmd") != EOK) {
85 bshd->length = strlen(bshd->buffer);
89 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "\"ls") != EOK) {
92 bshd->length = strlen(bshd->buffer);
96 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), ",ls") != EOK) {
99 bshd->length = strlen(bshd->buffer);
102 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "$test$") != EOK) {
105 bshd->length = strlen(bshd->buffer);
108 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "exit") != EOK) {
111 bshd->length = strlen(bshd->buffer);
120 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "pwd") != EOK) {
123 bshd->length = strlen(bshd->buffer);
126 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "help") != EOK) {
129 bshd->length = strlen(bshd->buffer);
132 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "dump") != EOK) {
135 bshd->length = strlen(bshd->buffer);
138 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "dump verbose") != EOK) {
141 bshd->length = strlen(bshd->buffer);
151 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "testbbackspace") != EOK) {
154 bshd->length = strlen(bshd->buffer);
158 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "testbbackspace") != EOK) {
161 bshd->length = strlen(bshd->buffer);
162 bshd->cursor = strlen(bshd->buffer);
167 if (strcpy_s(bshd->buffer, sizeof(bshd->buffer), "testtab") != EOK) {
170 bshd->length = strlen(bshd->buffer);