Classes | Defines | Functions
getopt_int.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _getopt_data

Defines

#define _GETOPT_DATA_INITIALIZER   { 1, 1 }

Functions

int _getopt_internal (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only)
int _getopt_internal_r (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, struct _getopt_data *__data)
int _getopt_long_only_r (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data)
int _getopt_long_r (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data)

Define Documentation

#define _GETOPT_DATA_INITIALIZER   { 1, 1 }

Definition at line 115 of file getopt_int.h.


Function Documentation

int _getopt_internal ( int  ___argc,
char *const *  ___argv,
const char *  __shortopts,
const struct option *  __longopts,
int *  __longind,
int  __long_only 
)

Definition at line 1127 of file getopt.c.

int _getopt_internal_r ( int  ___argc,
char *const *  ___argv,
const char *  __shortopts,
const struct option *  __longopts,
int *  __longind,
int  __long_only,
struct _getopt_data __data 
)

Definition at line 393 of file getopt.c.

int _getopt_long_only_r ( int  ___argc,
char *const *  ___argv,
const char *  __shortopts,
const struct option *  __longopts,
int *  __longind,
struct _getopt_data __data 
)

Definition at line 92 of file getopt1.c.

int _getopt_long_r ( int  ___argc,
char *const *  ___argv,
const char *  __shortopts,
const struct option *  __longopts,
int *  __longind,
struct _getopt_data __data 
)

Definition at line 71 of file getopt1.c.



appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29