Lines Matching defs:opts_t
82 struct opts_t { struct
83 bool ause;
84 bool block;
85 bool crypto;
86 bool desc;
87 bool dry_run;
88 bool early;
89 bool fail;
90 bool invert;
91 bool overwrite;
92 bool quick;
93 bool verbose_given;
94 bool version_given;
95 bool wait;
96 bool znr;
97 int count;
98 int ipl; /* initialization pattern length */
99 int test;
100 int timeout; /* in seconds */
101 int verbose;
102 int zero;
103 const char * pattern_fn;