libcdio-paranoia  10.2+0.94+2git
Public Types | Data Fields
_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
Enumerator
REQUIRE_ORDER 
PERMUTE 
RETURN_IN_ORDER 

Field Documentation

int _getopt_data::__first_nonopt

Referenced by _getopt_internal_r().

int _getopt_data::__initialized

Referenced by _getopt_internal_r().

int _getopt_data::__last_nonopt

Referenced by _getopt_internal_r().

char* _getopt_data::__nextchar

Referenced by _getopt_internal_r().

enum { ... } _getopt_data::__ordering

Referenced by _getopt_internal_r().

int _getopt_data::__posixly_correct
char* _getopt_data::optarg
int _getopt_data::opterr
int _getopt_data::optind
int _getopt_data::optopt

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