443: if (n + k > SETDT_SZ) return_er(E_LIMIT);
444: memcpy(&buf[n], tokenStr, tokenLen);
445: n += tokenLen;
579: // save command line
580: memcpy(svbuf, lineBuf, L_LINE);
581: svlptr = lptr;
599: // restore command line
600: memcpy(lineBuf, svbuf, L_LINE);
601: lptr = svlptr;
681: // if enough data is not there, move to the beginning of buffer.
682: if (ofs > 0) memcpy(wrkBuf, ep = cp, ofs);
683: continue;
1107: DSP_S("Copy Flash ROM Image to RAM Area\n");
1108: memcpy((void*)addr[0], (void*)(addr[0] - addr[2]), i);
1109: }