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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1188 mdb_bool_t f_zfill; /* Zero-fill field (%0) */ local
1227 f_zfill = FALSE; /* Zero-fill off by default */
1236 f_zfill = TRUE;
1536 mdb_iob_fill(iob, f_zfill ? '0' : ' ',

Completed in 60 milliseconds