OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MEMMOVE
sys/lib/libkern/arch/m88k/memmove.S
3
#define MEMMOVE
usr.bin/vi/common/mem.h
167
#define MEMMOVE(p, t, len) memmove((p), (t), (len) * sizeof(*(p)))