HomeSort by relevance Sort by last modified time
    Searched defs:memmove (Results 1 - 22 of 22) sorted by null

  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
memmove.c 3 void *memmove(void *p1, const void *p2, size_t n) function
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
memcpy.s 31 ANSI_PRAGMA_WEAK(memmove,function)
57 ENTRY(memmove) function
141 SET_SIZE(memmove)
  /onnv/onnv-gate/usr/src/lib/libc/i386_hwcap1/gen/
memcpy.s 31 ANSI_PRAGMA_WEAK(memmove,function)
34 ENTRY(memmove) function
229 / .CopyLeft handles the memmove case where we must perform the copy backwards,
276 SET_SIZE(memmove)
  /onnv/onnv-gate/usr/src/common/util/
memmove.c 34 #pragma weak _memmove = memmove
54 memmove(void *s, const void *s0, size_t n) function
memstr.c 40 memmove(void *s1, const void *s2, size_t n) function
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
memmove.c 0 /* memmove.c -- copy memory.
11 memmove (void *dest0, void const *source0, size_t length) function
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
memcpy.s 34 * Implements memcpy() and memmove() libc primitives.
41 ANSI_PRAGMA_WEAK(memmove,function)
96 * memmove overview:
97 * memmove is the same as memcpy except one case where copy needs to be
101 ENTRY(memmove) function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
memmove.s 27 .file "memmove.s"
31 ANSI_PRAGMA_WEAK(memmove,function)
34 * memmove(s1, s2, len)
38 ENTRY(memmove) function
189 SET_SIZE(memmove)
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
memmove.s 27 .file "memmove.s"
31 ANSI_PRAGMA_WEAK(memmove,function)
34 * memmove(s1, s2, len)
38 ENTRY(memmove) function
189 SET_SIZE(memmove)
  /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u-opl/common/
memcpy.s 34 * Memmove() and bcopy() do.
74 ANSI_PRAGMA_WEAK(memmove,function)
77 ENTRY(memmove) function
326 SET_SIZE(memmove)
  /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u-us3/common/
memcpy.s 34 * Memmove() and bcopy() do.
71 ANSI_PRAGMA_WEAK(memmove,function)
74 ENTRY(memmove) function
349 SET_SIZE(memmove)
  /onnv/onnv-gate/usr/src/lib/libc_psr/sun4v/common/
memcpy.s 190 ANSI_PRAGMA_WEAK(memmove,function)
193 ENTRY(memmove) function
275 SET_SIZE(memmove)
  /onnv/onnv-gate/usr/src/cmd/lvm/rpc.metamedd/
med_hash.c 36 #define memmove(a, b, c) bcopy(b, a, c) macro
144 (void) memmove((char *)titempp,
  /onnv/onnv-gate/usr/src/common/openssl/
e_os.h 585 # define memmove(s1,s2,n) bcopy((s2),(s1),(n)) macro
  /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u/common/
memcpy.s 56 ANSI_PRAGMA_WEAK(memmove,function)
59 ENTRY(memmove) function
133 SET_SIZE(memmove)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
config.h 209 #define memmove(a,b,c) bcopy(b,a,c) macro
  /onnv/onnv-gate/usr/src/lib/libresolv2/include/
port_before.h 54 #define memmove(a,b,c) bcopy(b,a,c) macro
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
chat.c 151 #define memmove(to, from, n) bcopy(from, to, n) macro
1481 memmove(temp, s, minlen);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
defines.h 515 #define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 488 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
shared.h 387 #define memmove grub_memmove macro
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
perl.h 579 #if !defined(HAS_MEMMOVE) && !defined(memmove)
581 # define memmove(d,s,l) bcopy(s,d,l) macro
584 # define memmove(d,s,l) memcpy(d,s,l) macro
586 # define memmove(d,s,l) my_bcopy(s,d,l) macro
    [all...]

Completed in 603 milliseconds