OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
nibble2c
regress/sbin/isakmpd/crypto/cryptotest.c
58
#define nibble2c(x) ((x) >= 10 ? ('a'-10+(x)) : ('0' + (x)))
regress/sbin/isakmpd/hmac/hmactest.c
41
#define nibble2c(x) ((x) >= 10 ? ('a'-10+(x)) : ('0' + (x)))
regress/sbin/isakmpd/prf/prftest.c
42
#define nibble2c(x) ((x) >= 10 ? ('a'-10+(x)) : ('0' + (x)))