#include <stdio.h>
#include "getopt.h"
#include <strings.h>
|
| 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) |
◆ _NO_PROTO
◆ const
◆ GETOPT_INTERFACE_VERSION
| #define GETOPT_INTERFACE_VERSION 2 |
◆ NONOPTION_P
◆ SWAP_FLAGS
| #define SWAP_FLAGS |
( |
| ch1, |
|
|
| ch2 ) |
◆ anonymous enum
| Enumerator |
|---|
| REQUIRE_ORDER | |
| PERMUTE | |
| RETURN_IN_ORDER | |
◆ _getopt_initialize()
◆ _getopt_internal()
◆ exchange()
| void exchange |
( |
char ** | argv | ) |
|
|
static |
◆ getenv()
◆ getopt()
◆ my_index()
| char * my_index |
( |
char * | str, |
|
|
int | chr ) const |
|
static |
◆ __getopt_initialized
◆ first_nonopt
◆ last_nonopt
◆ nextchar
◆ optarg
◆ opterr
◆ optind
◆ optopt
◆ []
◆ posixly_correct