DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ENC
sys/kern/subr_fattime.c
100
#define ENC(y,m) (((y) << 9) | ((m) << 5))
usr.bin/uuencode/uuencode.c
126
#define ENC(c) ((c) ? ((c) & 077) + ' ': '`')