Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MEMCOPY
usr/src/boot/libsa/string/memcpy.c
4
#define MEMCOPY
usr/src/lib/libc/port/gen/mallint.h
53
#define MEMCOPY(to, fr, n) ((void) memcpy(to, fr, n))