Home
last modified time | relevance | path

Searched defs:acc_getopt_t (Results 1 – 5 of 5) sorted by relevance

/dports/archivers/upx/upx-3.96/src/
H A Dminiacc.h5370 struct acc_getopt_t { struct
5371 void *user;
5372 const char *progname;
5373 int bad_option;
5374 char *optarg;
5376 int optind;
5377 int optopt;
5378 int errcount;
5379 int argc; char** argv;
5380 int eof; int shortpos;
[all …]
/dports/archivers/lzop/lzop-1.04/src/
H A Dminiacc.h5329 struct acc_getopt_t { struct
5330 void *user;
5331 const char *progname;
5332 int bad_option;
5333 char *optarg;
5335 int optind;
5336 int optopt;
5337 int errcount;
5338 int argc; char** argv;
5339 int eof; int shortpos;
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/lzo/2.03/src/
H A Dminiacc.h4018 typedef struct acc_getopt_t acc_getopt_t; typedef
4033 struct acc_getopt_t { struct
4034 void *user;
4035 char *optarg;
4037 int optind;
4038 int optopt;
4039 int errcount;
4040 const char* progname;
4041 int argc; char** argv;
4042 int eof; int shortpos;
[all …]
/dports/sysutils/syslinux/syslinux-6.03/lzo/src/
H A Dminiacc.h4018 typedef struct acc_getopt_t acc_getopt_t; typedef
4033 struct acc_getopt_t { struct
4034 void *user;
4035 char *optarg;
4037 int optind;
4038 int optopt;
4039 int errcount;
4040 const char* progname;
4041 int argc; char** argv;
4042 int eof; int shortpos;
[all …]
/dports/archivers/ucl/ucl-1.03/acc/
H A Dacc_lib.h462 } acc_getopt_t; typedef