Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ENC
usr/src/cmd/bnu/uuencode.c
64
#define ENC(c) encode_table[(c) & 077]
usr/src/common/iscsi/base64.c
180
#define ENC(c) base64_encode_tab[(c) & 0x3f]