Home
last modified time | relevance | path

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

/openbsd/sbin/newfs_ext2fs/
H A Dmke2fs.c190 int i, len, col, delta, fld_width; in mke2fs() local
577 fld_width = verbosity < 4 ? 1 : snprintf(NULL, 0, "%" PRIu64, in mke2fs()
610 len = printf("%s%*" PRIu64 ",", (col ? " " : ""), fld_width, in mke2fs()