Searched refs:MEMCPY (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.0-release/contrib/nvi/common/
H A Ddelete.c86 MEMCPY(bp, p, fm->cno);
99 MEMCPY(bp, p, fm->cno);
100 MEMCPY(bp + fm->cno, p + (tm->cno + 1),
117 MEMCPY(bp, p, tlen);
140 MEMCPY(bp + tlen, p + (tm->cno + 1), len - (tm->cno + 1));
H A Dput.c131 MEMCPY(bp, p, clen);
138 MEMCPY(t, tp->lb, tp->len);
169 MEMCPY(t, p, clen);
195 MEMCPY(t, ltp->lb, ltp->len);
197 MEMCPY(t + ltp->len, p, clen);
H A Dmultibyte.h104 #define MEMCPY wmemcpy macro
108 #define MEMCPY(p, t, len) memcpy(p, t, (len) * sizeof(CHAR_T)) macro
H A Dcut.c254 MEMCPY(tp->lb, p + fcno, clen);
316 MEMCPY(tp->lb, p, len);
H A Dline.c190 MEMCPY(ep->c_lp, wp, wlen);
567 MEMCPY(ep->c_lp, wp, wlen);
H A Doptions.c321 (void)MEMCPY(b2, str, a.len+1); \
/freebsd-10.0-release/secure/usr.bin/bdes/
H A Dbdes.c102 #define MEMCPY(dest,src,len) bcopy((src),(dest),(len)) macro
567 MEMCPY(ivec, msgbuf, 8);
600 MEMCPY(ibuf, msgbuf, 8);
604 MEMCPY(ivec, ibuf, 8);
641 MEMCPY(ivec, encbuf, 8);
687 MEMCPY(msgbuf, ivec, 8);
702 MEMCPY(msgbuf, ivec, 8);
731 MEMCPY(msgbuf, ivec, 8);
777 MEMCPY(msgbuf, ivec, 8);
794 MEMCPY(msgbu
[all...]
/freebsd-10.0-release/contrib/nvi/cl/
H A Dcl_term.c104 MEMCPY(name, wp, wlen);
106 MEMCPY(ts, wp, wlen);
108 MEMCPY(output, wp, wlen);
125 MEMCPY(name, wp, wlen);
127 MEMCPY(ts, wp, wlen);
149 MEMCPY(name, wp, wlen);
151 MEMCPY(ts, wp, wlen);
158 MEMCPY(name, wp, wlen);
160 MEMCPY(ts, wp, wlen);
162 MEMCPY(outpu
[all...]
/freebsd-10.0-release/bin/ed/
H A Dcbc.c53 #define MEMCPY(dest,src,len) memcpy((dest),(src),(len)) macro
334 MEMCPY(ivec, msgbuf, 8);
347 (void)MEMCPY(msgbuf + n, pvec, 8 - n);
372 MEMCPY(tbuf, msgbuf, 8);
376 MEMCPY(ivec, tbuf, 8);
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_at.c108 MEMCPY(wbuf, wp, wlen);
H A Dv_search.c358 MEMCPY(p, RE_WSTART, RE_WSTART_LEN);
361 MEMCPY(p, L("\\"), 1);
365 MEMCPY(p, VIP(sp)->keyw, VIP(sp)->klen);
369 MEMCPY(p, RE_WSTOP, RE_WSTOP_LEN);
377 MEMCPY(p, RE_NWSTOP, RE_NWSTOP_LEN);
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_subst.c224 MEMCPY(t, sp->repl, sp->repl_len);
240 MEMCPY(sp->repl, bp, len);
326 MEMCPY(lb + lbclen, l, len); \
512 MEMCPY(bp, s, llen);
746 MEMCPY(bp, s, llen);
959 MEMCPY(*ptrnp, ptrn, plen);
1097 MEMCPY(t,
1102 MEMCPY(t,
1110 MEMCPY(t,
1131 MEMCPY(
[all...]
H A Dex_move.c146 MEMCPY(bp, p, len);
164 MEMCPY(bp, p, len);
H A Dex_argv.c73 MEMCPY(exp->args[exp->argsoff]->bp, cmd, cmdlen);
139 MEMCPY(bp, SHELLECHO, SHELLOFFSET);
300 MEMCPY(exp->args[exp->argsoff]->bp, cp->name, len + 1);
343 MEMCPY(exp->args[exp->argsoff]->bp + 1, uname, ulen);
386 MEMCPY(p, exp->lastbcomm, tlen);
402 MEMCPY(p, wp, wlen);
417 MEMCPY(p, wp, wlen);
630 MEMCPY(n, dname, dlen);
636 MEMCPY(n, wp, wlen);
H A Dex_at.c117 MEMCPY(p, tp->lb, tp->len);
H A Dex_join.c122 MEMCPY(tbp, p, len);
H A Dex_shift.c144 MEMCPY(tbp, p + oldidx, len - oldidx);
H A Dex_global.c178 MEMCPY(ecp->cp + len, p, len);
H A Dex_txt.c295 MEMCPY(ait.lb, tp->lb, tp->ai);
H A Dex.c1507 MEMCPY(ecp->save_cmd, arg1, arg1_len);
2149 MEMCPY(ecp->cp, ecp->cp + ecp->o_clen, ecp->o_clen);
2208 MEMCPY(bp, cmd, len);
H A Dex_cscope.c775 MEMCPY(tp->search, wp, (tp->slen = slen) + 1);
H A Dex_tag.c1143 MEMCPY(tp->search, wp, (tp->slen = slen) + 1);
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_enc_internal.h229 #define MEMCPY(dest, src, amt) bcopy(src, dest, amt) macro
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h311 MEMCPY, enumerator in enum:llvm::RTLIB::Libcall
/freebsd-10.0-release/contrib/diff/lib/
H A Dstrftime.c85 # define MEMCPY(d, s, n) __wmemcpy (d, s, n) macro
94 # define MEMCPY(d, s, n) memcpy (d, s, n) macro
182 MEMCPY ((void *) p, (void const *) (s), _n))

Completed in 294 milliseconds

12