Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BITS2NIBBLES
usr/src/lib/libnsl/key/xcrypt.c
254
const int hexkeybytes = BITS2NIBBLES(keylen);
usr/src/lib/libnsl/key/xcrypt.c
359
const int hexkeybytes = BITS2NIBBLES(keylen);
usr/src/lib/pam_modules/dhkeys/dhkeys.c
116
skeylen = BITS2NIBBLES(keylen) + 1;