Rizin
unix-like reverse engineering framework and cli tools
_getopt_data Struct Reference

#include <getopt_int.h>

Public Types

enum  { REQUIRE_ORDER , PERMUTE , RETURN_IN_ORDER }
 

Public Attributes

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
 

Detailed Description

Definition at line 33 of file getopt_int.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
REQUIRE_ORDER 
PERMUTE 
RETURN_IN_ORDER 

Definition at line 85 of file getopt_int.h.

86  {
88  } __ordering;
enum _getopt_data::@634 __ordering

Member Data Documentation

◆ __first_nonopt

int _getopt_data::__first_nonopt

Definition at line 101 of file getopt_int.h.

◆ __initialized

int _getopt_data::__initialized

Definition at line 46 of file getopt_int.h.

◆ __last_nonopt

int _getopt_data::__last_nonopt

Definition at line 102 of file getopt_int.h.

◆ __nextchar

char* _getopt_data::__nextchar

Definition at line 54 of file getopt_int.h.

◆ 

enum { ... } _getopt_data::__ordering

◆ __posixly_correct

int _getopt_data::__posixly_correct

Definition at line 92 of file getopt_int.h.

◆ optarg

char* _getopt_data::optarg

Definition at line 41 of file getopt_int.h.

Referenced by _getopt_internal().

◆ opterr

int _getopt_data::opterr

Definition at line 39 of file getopt_int.h.

Referenced by _getopt_internal().

◆ optind

int _getopt_data::optind

Definition at line 38 of file getopt_int.h.

Referenced by _getopt_internal().

◆ optopt

int _getopt_data::optopt

Definition at line 40 of file getopt_int.h.

Referenced by _getopt_internal().


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