Home
last modified time | relevance | path

Searched defs:memmove (Results 1 – 4 of 4) sorted by relevance

/original-bsd/lib/libc/string/
H A Dmemmove.c22 memmove(dst, src, length) in memmove() function
/original-bsd/lib/libc/regex/
H A Dutils.h30 #define memmove(d, s, c) bcopy(s, d, c) macro
/original-bsd/contrib/perl-4.036/
H A Dconfig_h.SH91 * should probably use memmove() or memcpy(). If neither is defined, function
291 * should probably use memmove() or bcopy(). If neither is defined, function
/original-bsd/usr.bin/tn3270/general/
H A Dgeneral.h27 #define memmove(dest,src,n) bcopy(src,dest,n) macro