ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Macros | Functions | Variables
subgetopt.c File Reference
#include "subgetopt.h"
Include dependency graph for subgetopt.c:

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
 

Macro Definition Documentation

◆ optarg

#define optarg   subgetoptarg

Definition at line 9 of file subgetopt.c.

◆ optdone

#define optdone   subgetoptdone

Definition at line 11 of file subgetopt.c.

◆ optind

#define optind   subgetoptind

Definition at line 7 of file subgetopt.c.

◆ optpos

#define optpos   subgetoptpos

Definition at line 8 of file subgetopt.c.

◆ optproblem

#define optproblem   subgetoptproblem

Definition at line 10 of file subgetopt.c.

◆ sgopt

#define sgopt   subgetopt

Definition at line 6 of file subgetopt.c.

◆ SUBGETOPTNOSHORT

#define SUBGETOPTNOSHORT

Definition at line 3 of file subgetopt.c.

Function Documentation

◆ sgopt()

int sgopt ( int  argc,
char *const *  argv,
const char *  opts 
)

Definition at line 19 of file subgetopt.c.

Variable Documentation

◆ optarg

const char* optarg = 0

Definition at line 15 of file subgetopt.c.

◆ optdone

int optdone = SUBGETOPTDONE

Definition at line 17 of file subgetopt.c.

◆ optind

int optind = 1

Definition at line 13 of file subgetopt.c.

◆ optpos

int optpos = 0

Definition at line 14 of file subgetopt.c.

◆ optproblem

int optproblem = 0

Definition at line 16 of file subgetopt.c.