Searched refs:altflag (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/ddb/
H A Ddb_output.c220 db_format_radix(char *buf, size_t bufsiz, quad_t val, int altflag) argument
225 db_format_hex(buf, bufsiz, val, altflag);
230 fmt = altflag ? "-%#qo" : "-%qo";
232 fmt = altflag ? "-%#qu" : "-%qu";
246 db_format_hex(char *buf, size_t bufsiz, quad_t val, int altflag) argument
249 const char *fmt = (altflag && val) ? "-%#qx" : "-%qx";

Completed in 93 milliseconds