AQUAgpusph 5.0.4
|
Macros | |
#define | _NO_PROTO |
#define | const |
#define | GETOPT_INTERFACE_VERSION 2 |
#define | _(msgid) |
#define | HAVE_STRING_H 1 |
#define | SWAP_FLAGS(ch1, ch2) |
#define | NONOPTION_P (argv[optind][0] != '-' || argv[optind][1] == '\0') |
Enumerations | |
enum | { REQUIRE_ORDER , PERMUTE , RETURN_IN_ORDER } |
Functions | |
char * | getenv () |
static char * | my_index (char *str, int chr) const |
static void | exchange (char **argv) |
static const char * | _getopt_initialize (int argc, char *const *argv, const char *optstring) |
int | _getopt_internal (int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only) |
int | getopt (int argc, char *const *argv, const char *optstring) |
int | getopt_long (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) |
int | getopt_long_only (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) |
Variables | |
char * | optarg |
int | optind = 1 |
int | __getopt_initialized |
static char * | nextchar |
int | opterr = 1 |
int | optopt = '?' |
static enum { ... } | ordering |
static char * | posixly_correct |
static int | first_nonopt |
static int | last_nonopt |
#define _ | ( | msgid | ) |
#define _NO_PROTO |
#define const |
#define GETOPT_INTERFACE_VERSION 2 |
#define HAVE_STRING_H 1 |
#define SWAP_FLAGS | ( | ch1, | |
ch2 ) |
int _getopt_internal | ( | int | argc, |
char *const * | argv, | ||
const char * | optstring, | ||
const struct option * | longopts, | ||
int * | longind, | ||
int | long_only ) |
|
static |
|
extern |
int getopt_long | ( | int | argc, |
char *const * | argv, | ||
const char * | options, | ||
const struct option * | long_options, | ||
int * | opt_index ) |
int getopt_long_only | ( | int | argc, |
char *const * | argv, | ||
const char * | options, | ||
const struct option * | long_options, | ||
int * | opt_index ) |
|
static |
int __getopt_initialized |
|
static |
|
static |
|
static |
char* optarg |
int opterr = 1 |
int optind = 1 |
int optopt = '?' |
enum { ... } ordering |
|
static |