#include <dtoolbase.h>#include <stdio.h>#include <string.h>#include "gnu_getopt.h"Go to the source code of this file.
Enumerations | |
| enum | { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER } |
Functions | |
| char * | getenv () |
| char * | my_index (str, chr) const char *str |
| void | exchange (argv) char **argv |
Variables | |
| char * | optarg = NULL |
| int | optind = 0 |
| char * | nextchar |
| int | opterr = 1 |
| int | optopt = '?' |
| enum { ... } | ordering |
| char * | posixly_correct |
| int | chr |
| int | last_nonopt |
| char *const * | argv |
| const char * | optstring |
| const struct option * | longopts |
| int * | longind |
| int | long_only |
|
|
Definition at line 155 of file gnu_getopt.c. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 672 of file gnu_getopt.c. |
|
|
Definition at line 180 of file gnu_getopt.c. |
|
|
Definition at line 212 of file gnu_getopt.c. |
|
|
Definition at line 378 of file gnu_getopt.c. |
|
|
Definition at line 377 of file gnu_getopt.c. |
|
|
Definition at line 376 of file gnu_getopt.c. |
|
|
Definition at line 113 of file gnu_getopt.c. |
|
|
Definition at line 89 of file gnu_getopt.c. |
|
|
Definition at line 118 of file gnu_getopt.c. |
|
|
Definition at line 104 of file gnu_getopt.c. |
|
|
Definition at line 124 of file gnu_getopt.c. |
|
|
Definition at line 673 of file gnu_getopt.c. |
|
|
|
|
|
Definition at line 161 of file gnu_getopt.c. |
1.3