Home
last modified time | relevance | path

Searched defs:MEMMOVE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/string/
H A Dmemmove.c1 #define MEMMOVE macro
/dragonfly/contrib/nvi2/common/
H A Dmultibyte.h103 #define MEMMOVE wmemmove macro
107 #define MEMMOVE(p, t, len) memmove(p, t, (len) * sizeof(CHAR_T)) macro