Lines Matching defs:opts_t
62 struct opts_t { struct
63 bool do_binary;
64 bool do_cdb;
65 bool do_help;
66 bool no_decode;
67 bool no_space;
68 bool do_status;
69 bool verbose_given;
70 bool version_given;
71 bool err_given;
72 bool file_given;
73 bool ignore_first;
74 const char * fname;
75 int es_val;
76 int hex_count;
77 int sense_len;
78 int sstatus;
79 int verbose;
80 const char * wfname;
81 const char * no_space_str;
82 sgj_state json_st;
83 uint8_t sense[MAX_SENSE_LEN + 4];