#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 in file gnu_getopt.c.
|
Definition at line 156 of file gnu_getopt.c. |
|
|
|
|
|
|
|
Definition at line 82 of file gnu_getopt1.c. Referenced by main(). |
|
Definition at line 181 of file gnu_getopt.c. |
|
Definition at line 213 of file gnu_getopt.c. |
|
Definition at line 379 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 114 of file gnu_getopt.c. |
|
Definition at line 90 of file gnu_getopt.c. |
|
Definition at line 119 of file gnu_getopt.c. |
|
Definition at line 105 of file gnu_getopt.c. |
|
Definition at line 125 of file gnu_getopt.c. |
|
Definition at line 674 of file gnu_getopt.c. |
|
|
|
Definition at line 162 of file gnu_getopt.c. |