Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dminiacc.h4018 typedef struct acc_getopt_t acc_getopt_t; typedef
4033 struct acc_getopt_t { struct
4034 void *user;
4035 char *optarg;
4036 void (*opterr)(acc_getopt_p, const char*, void *);
4037 int optind;
4038 int optopt;
4039 int errcount;
4040 const char* progname;
4041 int argc; char** argv;
[all …]