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

/netbsd-6-1-5-RELEASE/usr.sbin/dumpfs/
H A Ddumpfs.c91 #define OPT_FLAG(ch) (1 << ((ch) & 31)) macro
93 #define opt_alt_super OPT_FLAG('a')
94 #define opt_superblock OPT_FLAG('s')
95 #define opt_cg_summary OPT_FLAG('m')
96 #define opt_cg_info OPT_FLAG('c')
97 #define opt_inodes OPT_FLAG('i')
98 #define opt_journal OPT_FLAG('j')
99 #define opt_verbose OPT_FLAG('v')
141 opt_flags |= OPT_FLAG(ch);

Completed in 101 milliseconds