libcdio-paranoia 10.2+2.0.0
_getopt_data Struct Reference

#include <getopt_int.h>

Public Types

enum  { REQUIRE_ORDER , PERMUTE , RETURN_IN_ORDER }
 

Data Fields

int optind
 
int opterr
 
int optopt
 
char * optarg
 
int __initialized
 
char * __nextchar
 
enum _getopt_data:: { ... }  __ordering
 
int __posixly_correct
 
int __first_nonopt
 
int __last_nonopt
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
REQUIRE_ORDER 
PERMUTE 
RETURN_IN_ORDER 

Field Documentation

◆ __first_nonopt

int _getopt_data::__first_nonopt

Referenced by _getopt_internal_r().

◆ __initialized

int _getopt_data::__initialized

Referenced by _getopt_internal_r().

◆ __last_nonopt

int _getopt_data::__last_nonopt

Referenced by _getopt_internal_r().

◆ __nextchar

char* _getopt_data::__nextchar

Referenced by _getopt_internal_r().

◆ []

enum { ... } _getopt_data::__ordering

Referenced by _getopt_internal_r().

◆ __posixly_correct

int _getopt_data::__posixly_correct

◆ optarg

char* _getopt_data::optarg

◆ opterr

int _getopt_data::opterr

◆ optind

int _getopt_data::optind

◆ optopt

int _getopt_data::optopt

The documentation for this struct was generated from the following file: