ReactOS 0.4.15-dev-7961-gdcf9eb0
option Struct Reference

#include <getopt.h>

Collaboration diagram for option:

Public Attributes

WCHARname
 
int has_arg
 
intflag
 
int val
 
const charname
 

Detailed Description

Definition at line 108 of file getopt.h.

Member Data Documentation

◆ flag

int * option::flag

Definition at line 114 of file getopt.h.

Referenced by _getopt_internal(), and process_long_option().

◆ has_arg

int option::has_arg

Definition at line 113 of file getopt.h.

Referenced by _getopt_internal(), getopt_long(), and process_long_option().

◆ name [1/2]

const char * option::name

Definition at line 110 of file getopt.h.

Referenced by _getopt_internal(), dhcp_option_ev_name(), process_long_option(), and set_target().

◆ name [2/2]

const char* option::name

Definition at line 270 of file port.h.

◆ val

int option::val

Definition at line 115 of file getopt.h.

Referenced by _getopt_internal(), and process_long_option().


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