![]() |
ucspi-ssl
0.99e
TLS encryption for IPv6 communication
|
#include "subgetopt.h"
Go to the source code of this file.
Macros | |
#define | SUBGETOPTNOSHORT |
#define | sgopt subgetopt |
#define | optind subgetoptind |
#define | optpos subgetoptpos |
#define | optarg subgetoptarg |
#define | optproblem subgetoptproblem |
#define | optdone subgetoptdone |
Functions | |
int | sgopt (int argc, char *const *argv, const char *opts) |
Variables | |
int | optind = 1 |
int | optpos = 0 |
const char * | optarg = 0 |
int | optproblem = 0 |
int | optdone = SUBGETOPTDONE |
#define optarg subgetoptarg |
Definition at line 9 of file subgetopt.c.
#define optdone subgetoptdone |
Definition at line 11 of file subgetopt.c.
#define optind subgetoptind |
Definition at line 7 of file subgetopt.c.
#define optpos subgetoptpos |
Definition at line 8 of file subgetopt.c.
#define optproblem subgetoptproblem |
Definition at line 10 of file subgetopt.c.
#define sgopt subgetopt |
Definition at line 6 of file subgetopt.c.
#define SUBGETOPTNOSHORT |
Definition at line 3 of file subgetopt.c.
Definition at line 19 of file subgetopt.c.
const char* optarg = 0 |
Definition at line 15 of file subgetopt.c.
int optdone = SUBGETOPTDONE |
Definition at line 17 of file subgetopt.c.
int optind = 1 |
Definition at line 13 of file subgetopt.c.
int optpos = 0 |
Definition at line 14 of file subgetopt.c.
int optproblem = 0 |
Definition at line 16 of file subgetopt.c.