NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
bcd2dec
sys/arch/i386/stand/lib/getsecs.c
12
static inline u_long bcd2dec(u_long);
sys/arch/i386/stand/lib/getsecs.c
32
sec = bcd2dec(t & 0xff);
sys/arch/i386/stand/lib/getsecs.c
35
sec += bcd2dec(t & 0xff);
sys/arch/i386/stand/lib/getsecs.c
38
sec += bcd2dec(t & 0xff);