OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TOBCD
sys/arch/luna88k/dev/timekeeper.c
62
#define TOBCD(x) (((x) / 10 * 16) + ((x) % 10))
sys/sys/time.h
360
#define TOBCD(x) (((x) / 10 * 16) + ((x) % 10))
usr.sbin/vmd/mc146818.c
47
#define TOBCD(x) (((x) / 10 * 16) + ((x) % 10))