OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CHAR64
lib/libc/crypt/bcrypt.c
294
#define CHAR64(c) ( (c) > 127 ? 255 : index_64[(c)])
usr.sbin/acme-client/base64.c
85
#define CHAR64(c) ( (c) > 127 ? 255 : index_64[(c)])