Searched defs:lzo_getopt_t (Results 1 – 1 of 1) sorted by relevance
1247 typedef struct lzo_getopt_t lzo_getopt_t; typedef1263 struct lzo_getopt_t { struct1264 void *user;1265 const char *progname;1266 int bad_option;1267 char *optarg;1268 lzo_getopt_opterr_t opterr;1269 int optind;1270 int optopt;1271 int errcount;[all …]