Home
last modified time | relevance | path

Searched refs:db_format (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/ddb/
Ddb_output.h64 char *db_format(char *, size_t, long, int, int, int);
Ddb_output.c222 db_format(char *buf, size_t bufsize, long val, int format, int alt, int width) in db_format() function
Ddb_sym.c531 (*pr)("+%s", db_format(buf, sizeof(buf), in db_printsym()
542 (*pr)("%s", db_format(buf, sizeof(buf), off, DB_FORMAT_N, 1, 0)); in db_printsym()