Searched refs:memmove (Results 1 - 25 of 267) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile33 memmove.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile33 memmove.o \
/illumos-gate/usr/src/common/util/
H A Dbcopy.c53 (void) memmove(s2, s1, len);
H A Dmemmove.c39 #pragma weak _memmove = memmove
56 memmove(void *s, const void *s0, size_t n) function
H A Dmemstr.c40 #pragma weak _memmove = memmove
42 memmove(void *s1, const void *s2, size_t n) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dmemmove.c28 NoN(memmove)
33 memmove(void* to, const void* from, register size_t n)
/illumos-gate/usr/src/lib/libc/inc/
H A Dlint.h62 * memmove()
81 #pragma redefine_extname memmove _memmove
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_overflow.c94 memmove(&pg, p, sizeof(db_pgno_t));
95 memmove(&sz, (char *)p + sizeof(db_pgno_t), sizeof(u_int32_t));
120 memmove(p, (char *)h + BTDATAOFF, nb);
168 memmove((char *)h + BTDATAOFF, p, nb);
204 memmove(&pg, p, sizeof(db_pgno_t));
205 memmove(&sz, (char *)p + sizeof(db_pgno_t), sizeof(u_int32_t));
H A Dbt_put.c134 memmove(kb, &pg, sizeof(db_pgno_t));
138 memmove(kb + sizeof(db_pgno_t),
149 memmove(db, &pg, sizeof(db_pgno_t));
152 memmove(db + sizeof(db_pgno_t),
221 memmove(h->linp + idx + 1, h->linp + idx,
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwmemmove.c43 return ((wchar_t *)memmove((void *)ws1,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.chargend/
H A Din.chargend.c82 (void) memmove(dp, rp, i);
88 (void) memmove(dp, rp, i);
116 (void) memmove(text, rp, i);
120 (void) memmove(text, rp, i);
/illumos-gate/usr/src/stand/lib/sa/
H A Dstring.h48 extern void *memmove(void *, const void *, size_t);
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcopy.c49 (void) memmove(dst, src, len);
/illumos-gate/usr/src/lib/libkmf/ber_der/inc/
H A Dkmfber_int.h92 #define THEMEMCPY(d, s, n) memmove(d, s, n)
96 #define SAFEMEMCPY(d, s, n) memmove(d, s, n);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h38 void *memmove __P((void *, const void *, size_t));
/illumos-gate/usr/src/ucblib/libcurses/
H A Ddeleteln.c47 (void) memmove(win->_y[y], win->_y[y+1], win->_maxx);
H A Dinsertln.c48 (void) memmove(win->_y[y], win->_y[y-1], win->_maxx);
/illumos-gate/usr/src/cmd/mdb/common/libstand/sys/
H A Dsalib.h54 extern void *memmove(void *, const void *, size_t);
/illumos-gate/usr/src/lib/krb5/dyn/
H A Ddyn_insert.c49 memmove(obj->array + obj->el_size*(idx + num),
63 memmove(obj->array + obj->el_size*idx, els, obj->el_size*num);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_utils.c86 memmove(t->bt_rkey.data, &nrec, sizeof(recno_t));
116 memmove(t->bt_rdata.data, rl->bytes, rl->dsize);
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dstreamio.c149 memmove(msgbuf, msgbuf + HEAD_SIZE, size);
160 (void) memmove(tmpbuf + HEAD_SIZE, msgbuf, size);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c299 (void) memmove((void *)cs, (void *)&newcg->cg_cs,
307 (void) memmove((void *)cg, (void *)newcg,
310 (void) memmove((void *)&cg_blktot(cg)[0],
331 (void) memmove((void *)cg_inosused(cg),
349 (void) memmove((void *)cg_inosused(cg),
365 (void) memmove((void *)cg_blksfree(cg),
384 (void) memmove((void *)&cg_blks(fs, cg, 0)[0],
405 (void) memmove((void *)&cg_blktot(cg)[0],
432 (void) memmove((void *)&fs->fs_cstotal,
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dio.c58 (void) memmove(buf, ber->ber_ptr, (size_t)actuallen);
101 (void) memmove(ber->ber_buf, oldbuf, have_bytes);
144 (void) memmove(ber->ber_ptr, buf, (size_t)len);
152 (void) memmove(ber->ber_sos->sos_ptr, buf, (size_t)len);
330 (void) memmove(new->bv_val, ber->ber_buf, (size_t)len);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c159 (void) memmove(itemp->key, nam, len);
165 (void) memmove(itemp->data, grp,
230 (void) memmove(itemp->key, nam, len);
236 (void) memmove(itemp->data, pwd,
316 (void) memmove(itemp->key, &gid, len);
322 (void) memmove(itemp->data, grp,
383 (void) memmove(itemp->key, &uid, len);
389 (void) memmove(itemp->data, pwd,
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s27 .file "memmove.s"
31 ANSI_PRAGMA_WEAK(memmove,function)
34 * memmove(s1, s2, len)
38 ENTRY(memmove) function
189 SET_SIZE(memmove)

Completed in 88 milliseconds

1234567891011