sys/ddb/db_examine.c
139
db_format_hex(tbuf, 24, value, FALSE);
sys/ddb/db_examine.c
230
db_format_hex(tbuf, 24, addr, FALSE);
sys/ddb/db_output.c
265
db_format_hex(buf, bufsiz, val, altflag);
sys/ddb/db_output.h
44
void db_format_hex(char *, size_t, quad_t, int);