Home
last modified time | relevance | path

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

/netbsd/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c105 #define DEFAULT_VERBOSITY 3 /* 4 is traditional behavior of newfs(8) */ macro
156 verbosity = DEFAULT_VERBOSITY; in main()
218 verbosity = DEFAULT_VERBOSITY; in main()
/netbsd/sbin/newfs/
H A Dnewfs.c212 #define DEFAULT_VERBOSITY 3 /* 4 is traditional behavior */ macro
316 verbosity = DEFAULT_VERBOSITY; in main()
449 verbosity = mfs ? 0 : DEFAULT_VERBOSITY; in main()