s/qmail  3.3.23
Next generation secure email transport
Macros | Functions | Variables
sgetopt.c File Reference
#include "substdio.h"
#include "subfd.h"
#include "sgetopt.h"
#include "subgetopt.h"
Include dependency graph for sgetopt.c:

Go to the source code of this file.

Macros

#define SGETOPTNOSHORT
 
#define SUBGETOPTNOSHORT
 
#define getopt   sgetoptmine
 
#define optind   subgetoptind
 
#define opterr   sgetopterr
 
#define optproblem   subgetoptproblem
 
#define optprogname   sgetoptprogname
 

Functions

int getopt (int argc, char **argv, char *opts)
 

Variables

int opterr = 1
 
char * optprogname = 0
 

Macro Definition Documentation

◆ getopt

#define getopt   sgetoptmine

Definition at line 19 of file sgetopt.c.

◆ opterr

#define opterr   sgetopterr

Definition at line 21 of file sgetopt.c.

◆ optind

#define optind   subgetoptind

Definition at line 20 of file sgetopt.c.

◆ optproblem

#define optproblem   subgetoptproblem

Definition at line 22 of file sgetopt.c.

◆ optprogname

#define optprogname   sgetoptprogname

Definition at line 23 of file sgetopt.c.

◆ SGETOPTNOSHORT

#define SGETOPTNOSHORT

Definition at line 14 of file sgetopt.c.

◆ SUBGETOPTNOSHORT

#define SUBGETOPTNOSHORT

Definition at line 16 of file sgetopt.c.

Function Documentation

◆ getopt()

int getopt ( int  argc,
char **  argv,
char *  opts 
)

Definition at line 28 of file sgetopt.c.

Here is the caller graph for this function:

Variable Documentation

◆ opterr

int opterr = 1

Definition at line 25 of file sgetopt.c.

◆ optprogname

char* optprogname = 0

Definition at line 26 of file sgetopt.c.